Listing 1. Contents of php.ini file.
清单1. php . ini文件的内容。
Listing 4. Settings for php.ini file.
清单4. php . ini文件的设置。
Table 1. Resource related Settings in php.ini.
表1 . php . ini中与资源相关的设置。
The value may differ, but /usr/local/lib/php.ini
值可能会有些变化,但 /usr/local/lib/php.ini 是大多数 UNIX?
To activate PDO, add the following two lines to your php.ini file.
为了激活pdo,将下面两行添加到php . ini文件。
The Zend Debugger is a Zend extension and must be enabled in php.ini.
ZendDebugger是一个 Zend扩展,必须在 php.ini 中启用它。
The loadable extensions directory is specified inside the php.ini file.
可加载的扩展名目录是在php.ini 文件中指定的。
In the c: \ PHP folder, you will find a file named php.ini-recommended.
在c: \php文件夹,您可以找到一个名为php . ini - recommended的文件。
Copy this file and paste it into the same folder, but rename it to php.ini.
复制这个文件并粘贴到同一个文件夹中,但将其重命名为php . ini。
Listing 4 shows all the relevant Settings for Xdebug for your php.ini file.
清单4显示了php . ini文件的Xdebug的所有相关设置。
As with dumps, Xdebug has several php.ini options to customize what is traced.
同转储一样,Xdebug有若干个php . ini选项用于自定义跟踪内容。
PHP calls MINIT method of each extension, which is being enabled. View your php.ini.
PHP调用各个扩展的MINIT方法,从而使这些扩展切换到可用状态。
The top section of the output will have a row listing where PHP is looking for php.ini
输出的上面部分有一行列出了PHP查找 php.ini 的位置
This option specifies where you want PHP to look for php.ini, the PHP configuration file.
该选项指定您希望php在哪里查找php配置文件php . ini。
Next, look for a file called php.ini-recommended under the location where you unzipped PHP.
接着,在您解压PHP 的位置上查找名为php.ini-recommended的文件。
Save those Settings (or something akin) to your php.ini file, then restart your Web server.
将这些设置(或类似的内容)保存到php . ini文件中,然后重新启动Web服务器。
How recognizable this data is depends on one controversial php.ini setting: register_globals.
此数据的可识别程序依赖于一个有争议的php . ini设置:register_globals。
File. Not knowing which php.ini file Apache is using to configure itself is a security problem.
不知道Apache正在使用哪个php . ini文件配置自己是一个安全问题。
You've installed the PDO core; you need to enable it in your php.ini file for it to take effect.
您已经安装了pdo核心,为了使之生效,需要在php . ini文件中启用它。
The final step in the configuration of PHP is to add the correct extensions to the php.ini file.
配置php的最后一步是为php . ini文件添加正确的扩展名。
You can, if you wish, allow for custom configurations for your applications to go in this php.ini
如果愿意的话,可以在这个php.ini 文件中为应用程序定制配置。
The file is a standard PHP.ini file and must contain entries for name, description, core, and PHP.
这个文件是一个标准的php . ini文件,必须包含以下条目:name、description、core和php。
After modifying php.ini, you will need to restart your Web server so PHP picks up the new setting.
修改php . ini文件后,需要重启Web服务器,php才能启用新设置。
The master value is the one set globally for all PHP scripts on your machine by a php.ini directive.
主值是通过php . ini指令为您机器上的所有php脚本全局设置的值。
Uncomment the lines you commented out in the php.ini file in the Setting up section and restart Apache.
现在把 “设置” 一节中在 php.ini 中注释掉的行取消注释,并重新启动 Apache。
You can discover the current default values of these variables by searching for them in the php.ini file.
通过在php . ini文件中搜索它们,可以发现这两个变量当前的默认值。
In addition, in order to create and modify phar files, the php.ini setting phar.readonly must be set to 0.
此外,要创建和修改phar文件,php . ini设置phar . readonly必须被设置为0。
Let's take a look at how to turn error reporting on in the php.ini file and set the level of error reporting.
先来看如何在php . ini文件中开启错误报告并设置错误报告的级别。
The Configuration menu allows you to configure values in the php.ini file, extensions and other Zend products.
通过Configuration菜单可以配置php . ini文件、扩展和其他Zend产品中的值。
Now open php.ini and edit the line "doc_root" to point to your Apache document root. Here is an example entry.
现在,打开php . ini,并编辑“doc_root”行以指向Apache文档根目录。
应用推荐