Home
last modified time | relevance | path

Searched refs:ini (Results 126 – 142 of 142) sorted by path

123456

/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/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/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/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/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/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/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/
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);
/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/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/win32/build/
H A Dconfig.w32.h.in14 #define CONFIGURATION_FILE_PATH "php.ini"
/PHP-5.5/win32/
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 …]
H A Dphp5dllts.dsp2500 SOURCE="..\php.ini-dist"
2504 SOURCE="..\php.ini-recommended"

Completed in 73 milliseconds

123456