Searched defs:ini (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_5/ |
| H A D | server-tests.php | 49 | shared module load it via php.ini. | 69 | Please check if you disabled it in php.ini. | 419 'i' => array('PHPRC' ,'path|file' ,NULL ,'ini file to use for tests (sets PHPRC)'), 454 // Default ini settings 1057 // Any special ini settings 1072 $ini = $this->getINISettings($section_text); variable 1073 return settings2params($ini); 1188 // ini setting on the command line. be sure the executables 1189 // ini settings are compatible with the test, or skip 1203 $this->showstatus($section_text['TEST'], 'SKIPPED', "Test requires ini settin [all...] |
| /PHP_5_5/sapi/litespeed/ |
| H A D | lsapi_main.c | 309 NULL, /* php.ini path override */ 316 0, /* php.ini ignore */ 423 " -c <path>|<file> Look for php.ini file in this directory\n" 502 const char ** ini; local 523 for( ini = ini_defaults; *ini; ini+=2 ) { 524 zend_alter_ini_entry( (char *)*ini, strlen( *ini )+1, 525 (char *)*(ini [all...] |
| /PHP_5_5/sapi/thttpd/ |
| H A D | thttpd.c | 399 NULL, /* php.ini path override */ 738 char *ini; local 747 if ((ini = getenv("PHP_INI_PATH"))) { 748 thttpd_sapi_module.php_ini_path_override = ini;
|
| /PHP_5_5/ext/phar/ |
| H A D | phar.c | 53 zend_bool old, ini; local 62 ini = (zend_bool) 1; 65 ini = (zend_bool) 1; 68 ini = (zend_bool) 1; 71 ini = (zend_bool) atoi(new_value); 77 PHAR_G(readonly_orig) = ini; 79 PHAR_G(require_hash_orig) = ini; 81 } else if (old && !ini) { 86 PHAR_G(readonly) = ini; 88 zend_hash_apply_with_argument(&(PHAR_GLOBALS->phar_fname_map), phar_set_writeable_bit, (void *)&ini TSRMLS_C [all...] |
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 144 {'c', 1, "php-ini"}, 150 {'n', 0, "no-php-ini"}, 180 * NOTE: Each cache entry config_hash contains the combination from all user ini files found in 667 * - to log (fastcgi.logging in php.ini) 739 to find more user.ini, if not we only scan the current path. 760 /* Activate ini entries with values from the user config hash */ 776 /* Activate per-host-system-configuration defined in php.ini and stored into configuration_hash during startup */ 806 /* Activate per-dir-system-configuration defined in php.ini and stored into configuration_hash during startup */ 809 /* Load and activate user ini files in path starting from DOCUMENT_ROOT */ 922 " -c <path>|<file> Look for php.ini fil 1052 char *ini; local [all...] |
Completed in 10 milliseconds