在哪里可以找到php.ini? [英] Where can I find php.ini?

查看:78
本文介绍了在哪里可以找到php.ini?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

几年前,我在自己维护的Linux服务器上安装了Apache 2.2x和PHP 5.3.1.我使用.tar.gz并按照指示进行构建(而不是rpm和您拥有什么).一切都很好.

A few years ago I installed Apache 2.2x and PHP 5.3.1 on a Linux server I maintain. I used .tar.gz's and built them as instructed (instead of rpms and what-have-you). And all was fine.

今天我需要安装,它似乎是一个PHP库.我完成了所有步骤以进行安装,然后在$PHP_HOME/lib/extensions/somecomplicatedname/ibm_db2.so

Today I need to install this which seems like a PHP library. I went through all the steps up to make install, and I find ibm_db2.so in $PHP_HOME/lib/extensions/somecomplicatedname/ibm_db2.so

最重要的是,最后一步是配置php.ini,但是我的系统上没有php.ini.恐怖的恐怖. PHP可以正常工作,当然除了我要使用的这种新型ibm_db2东西外,其他人可以使用GUI修改DB2. (我尝试了一个小的php脚本,该脚本失败了,并指示ibm_db2函数不可用.)

The great catch is the last step is to configure php.ini but there is NO php.ini on my system. Horror of horrors. PHP works fine, except of course for this new-fangled ibm_db2 thingamagic that I want to use so somebody can use a GUI to tinker with DB2. (I tried a small php script which fails and indicates that the ibm_db2 functions are not available).

我必须每隔几年处理一次PHP,因此请从一个非常基本的层面上启发我,让我了解如何启用基于Web的GUI访问DB2.

I have to deal with PHP once every few years, so please enlighten me at a very basic level about what I could do to enable web-based GUI access to DB2.

推荐答案

找到此内容的最佳方法是: 创建一个php文件并添加以下代码:

Best way to find this is: create a php file and add the following code:

<?php phpinfo(); ?>

并在浏览器中打开它,它将显示实际正在读取的文件!

and open it in browser, it will show the file which is actually being read!

OP更新:

  1. 以前接受的答案可能会更快,更多为您提供方便,但这并不总是正确的.查看有关该答案的评论.
  2. 请注意此答案.
  1. The previously accepted answer is likely to be faster and more convenient for you, but it is not always correct. See comments on that answer.
  2. Please also note the more convenient alternative <?php echo php_ini_loaded_file(); ?> mentioned in this answer.

这篇关于在哪里可以找到php.ini?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆