Home
last modified time | relevance | path

Searched refs:ini (Results 1 – 25 of 142) sorted by last modified time

123456

/PHP-5.5/win32/
H A Dphp5dllts.dsp2500 SOURCE="..\php.ini-dist"
2504 SOURCE="..\php.ini-recommended"
H A Dinstall.txt208 |-php.ini-development -- development php.ini settings
210 |-php.ini-production -- recommended php.ini settings for production
279 There are two ini files distributed in the zip file, php.ini-development
280 and php.ini-production. We advise you to use php.ini-production,
288 these default ini files. Copy your chosen ini-file to a directory that
289 PHP is able to find and rename it to php.ini. PHP searches for php.ini
754 ini="c:/path/to/php.ini"]
1109 php.ini:
1125 php.ini
1277 e.g. php-cli.ini or php-apache.ini), it's used instead of php.ini. SAPI
[all …]
/PHP-5.5/win32/build/
H A Dconfig.w32.h.in14 #define CONFIGURATION_FILE_PATH "php.ini"
/PHP-5.5/tests/run-test/
H A Dtest005.phpt11 // We check the general ini settings which affect error handling
H A Dtest008.phpt11 // We check the general ini settings which affect error handling
H A Dtest008a.phpt11 // We check the general ini settings which affect error handling
/PHP-5.5/
H A Dserver-tests.php49 | shared module load it via php.ini. |
69 | Please check if you disabled it in php.ini. |
1072 $ini = $this->getINISettings($section_text);
1073 return settings2params($ini);
H A Dphp.ini-development4 ; About php.ini ;
6 ; PHP's initialization file, generally called php.ini, is responsible for
34 ; http://php.net/ini.sections
76 ; php.ini-production contains settings which hold security, performance and
86 ; This is php.ini-development INI file.
172 ; php.ini Options ;
174 ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
175 ;user_ini.filename = ".user.ini"
240 ; Note: People who wrote portable scripts should not depend on this ini
410 ; Note: The php.ini-development file has this setting as E_ALL. This
[all …]
H A Dphp.ini-production4 ; About php.ini ;
6 ; PHP's initialization file, generally called php.ini, is responsible for
34 ; http://php.net/ini.sections
76 ; php.ini-production contains settings which hold security, performance and
86 ; This is php.ini-production INI file.
172 ; php.ini Options ;
174 ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
175 ;user_ini.filename = ".user.ini"
240 ; Note: People who wrote portable scripts should not depend on this ini
410 ; Note: The php.ini-development file has this setting as E_ALL. This
[all …]
H A Dmakerpm113 install -m 0755 php.ini-recommended $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
137 - Install ini.
/PHP-5.5/tests/basic/
H A D027.phpt33 …riable nesting level exceeded 10. To increase the limit change max_input_nesting_level in php.ini."
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt2 php generate-phpt.php -f <function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:c…
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar257 php generate-phpt.php -f <function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:c…
685 'ini' => false,
751 return $this->optSections['ini'];
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c738 char *ini; local
747 if ((ini = getenv("PHP_INI_PATH"))) {
748 thttpd_sapi_module.php_ini_path_override = ini;
/PHP-5.5/sapi/tux/
H A DREADME24 environment, so that e.g. /usr/local/lib/php.ini is treated
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c783 const char ** ini; in cli_main() local
808 for( ini = ini_defaults; *ini; ini+=2 ) { in cli_main()
810 psKey = STR_INIT( *ini, strlen( *ini ), 1 ); in cli_main()
812 (char *)*(ini+1), strlen( *(ini+1) ), in cli_main()
816 zend_alter_ini_entry( (char *)*ini, strlen( *ini )+1, in cli_main()
817 (char *)*(ini+1), strlen( *(ini+1) ), in cli_main()
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt32 Init fn=php5_init errorString="Failed to initialize PHP!" [php_ini="/path/to/php.ini"]
48 # You can modify some entries in php.ini request specific by adding it to the Service
50 # For boolean ini-keys please use 0/1 as value, NOT "On","Off",... (this will not work
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in445 ; be killed. This option should be used when the 'max_execution_time' ini option
509 ; Additional php.ini defines, specific to this pool of workers. These settings
510 ; overwrite the values previously defined in the php.ini. The directives are the
512 ; php_value/php_flag - you can set classic ini defines which can
520 ; overwrite previously defined php.ini values, but will append the new value
526 ; Default Value: nothing is defined by default except the values in php.ini and
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1056 char *ini; local
1403 ini = sapi_cgibin_getenv("PHP_VALUE", sizeof("PHP_VALUE") - 1 TSRMLS_CC);
1404 if (ini) {
1407 spprintf(&tmp, 0, "%s\n", ini);
1412 ini = sapi_cgibin_getenv("PHP_ADMIN_VALUE", sizeof("PHP_ADMIN_VALUE") - 1 TSRMLS_CC);
1413 if (ini) {
1416 spprintf(&tmp, 0, "%s\n", ini);
/PHP-5.5/sapi/cli/
H A DREADME15 php.ini setting.
20 * max_execution_time is set to unlimited, overriding php.ini setting.
/PHP-5.5/sapi/cgi/
H A DCHANGES12 with ini directive "cgi.fix_pathinfo=0"
20 with ini directive "cgi.force_redirect=0"
33 with ini directive "cgi.discard_path=1".
/PHP-5.5/sapi/apache2filter/
H A DREADME49 allows an admin to override the php.ini search path. For example,
50 place your php.ini file in Apache's ServerRoot/conf directory and
/PHP-5.5/sapi/apache2handler/
H A DREADME53 allows an admin to override the php.ini search path. For example,
54 place your php.ini file in Apache's ServerRoot/conf directory and
/PHP-5.5/sapi/aolserver/
H A DREADME11 php_value as it will lead to races in a sub-system (use an ini file
/PHP-5.5/ext/xsl/tests/
H A Dbug54446_with_ini.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension with php.ini setting)
73 #SET NO SECURITY PREFS with ini, but set them with ->setSecurityPrefs
84 #don't throw a warning if both ini and through-the-method have the same value
108 Deprecated: XSLTProcessor::transformToXml(): The xsl.security_prefs php.ini option is deprecated; u…
120 Deprecated: XSLTProcessor::transformToXml(): The xsl.security_prefs php.ini option is deprecated; u…
122 Notice: XSLTProcessor::transformToXml(): The xsl.security_prefs php.ini was not used, since the Xs…

Completed in 89 milliseconds

123456