Lines Matching refs:ini

35           + .user.ini files
210 13. Setup your php.ini file:
212 cp php.ini-development /usr/local/lib/php.ini
214 You may edit your .ini file to set PHP options. If you prefer your
215 php.ini in another location, use --with-config-file-path=/some/path in
218 If you instead choose php.ini-production, be certain to read the list
276 14. cp php.ini-development /usr/local/lib/php.ini
278 15. You can edit /usr/local/lib/php.ini file to set PHP options.
320 using the extension directive in php.ini file or by loading it
338 can load into PHP from either the php.ini file or directly using dl().
441 6. Setup your php.ini
442 cp php.ini-development /usr/local/lib/php.ini
444 You may edit your .ini file to set PHP options. If you prefer
445 having php.ini in another location, use
447 If you instead choose php.ini-production, be certain to read the
689 ini="/path/to/php.ini"]
692 can place your php.ini in your web server config directory.
708 php.ini-values, for example you can set a
710 called. For boolean ini-keys please use 0/1 as value, not
747 CGI environment and recommended modifications in php.ini
774 php.ini and change the variable order too (important: remove "E" from
886 deactivate these modules in your php.ini.
891 # cp /usr/local/share/doc/php4/php.ini-recommended /var/www/conf/php.ini
1045 php.ini related files like /etc/php5/apache2/php.ini,
1046 /etc/php5/conf.d/pdo.ini, etc. and depending on the extension will add
1057 undefined, be sure that the appropriate ini file is being loaded
1171 5. Set the php.ini location or use the default A typical default
1172 location on Mac OS X is /usr/local/php/php.ini and a call to
1173 phpinfo() will reveal this information. If a php.ini is not used,
1175 finding php.ini.
1239 To this php.ini file, or through the use of the dl() function.
1337 php.ini configuration file. Please note that many extensions are
1338 already present in your php.ini and that you only need to remove the
1345 php.ini located alongside your PHP executable. To find out where your
1346 actual php.ini resides, look for its path in phpinfo():
1347 Configuration File (php.ini) Path C:\WINDOWS
1349 Loaded Configuration File C:\Program Files\PHP\5.2\php.ini
1351 After activating an extension, save php.ini, restart the web server and
1369 extension_dir" setting inside php.ini and compile-time setting
1387 php.ini
1401 After enabling the extension in php.ini, restarting the web service
1426 PHP extensions directory. You'll need to and adjust php.ini and add an
1579 * .user.ini files
1586 The configuration file (php.ini) is read when PHP starts up. For the
1591 php.ini is searched for in these locations (in order):
1597 * As of PHP 5.2.0, the location of the php.ini file can be set for
1604 as the location of the php.ini (Windows only).
1613 If php-SAPI.ini exists (where SAPI is the SAPI in use, so, for example,
1614 php-cli.ini or php-apache.ini), it is used instead of php.ini. The SAPI
1620 causing PHP to attempt to read php.ini from the root filesystem if
1623 The php.ini directives handled by extensions are documented on the
1628 commented php.ini file. Alternatively, you may find » the latest
1629 php.ini from Git helpful too.
1631 Example #1 php.ini example
1646 Since PHP 5.1.0, it is possible to refer to existing .ini variables
1647 from within .ini files. Example: open_basedir = ${open_basedir}
1652 .user.ini files
1660 In addition to the main php.ini file, PHP scans for INI files in each
1667 be recognized in .user.ini-style INI files.
1674 default is .user.ini.
1686 ini_set(), whereas others may require php.ini or httpd.conf.
1697 in the Windows registry. Since PHP 5.3, entry can be set in .user.ini
1698 PHP_INI_PERDIR Entry can be set in php.ini, .htaccess, httpd.conf or
1699 .user.ini (since PHP 5.3)
1700 PHP_INI_SYSTEM Entry can be set in php.ini or httpd.conf
1717 have a look at the List of php.ini directives appendix.
1758 constants can be used in php.ini
1799 2. Unix/Windows: Where should my php.ini file be located?
1825 12. How do I know if my php.ini is being found and read? It seems like
1828 14. How do I make the php.ini file available to PHP on windows?
1852 Unix/Windows: Where should my php.ini file be located?
1860 And then you would copy php.ini-development from the
1861 distribution to /etc/php.ini and edit it to make any local
1866 On Windows the default path for the php.ini file is the Windows
1867 directory. If you're using the Apache webserver, php.ini is
1870 php.ini files for different versions of Apache on the same
1988 php.ini or any PHP extensions you are trying to load are such
2015 Like all directives, this is set in php.ini
2018 that the correct php.ini file is being read. Read this faq for
2021 How do I know if my php.ini is being found and read? It seems like it
2023 To be sure your php.ini is being read by PHP, make a call to
2025 Configuration File (php.ini). This will tell you where PHP is
2026 looking for php.ini and whether or not it's being read. If just
2028 should put your php.ini in that directory. If php.ini is
2031 If php.ini is being read and you're running PHP as a module,
2033 php.ini
2069 How do I make the php.ini file available to PHP on windows?
2083 directory where php.ini is located as the variable value (e.g.
2092 (replace C:\php with the directory where php.ini is located).