Home
last modified time | relevance | path

Searched refs:directives (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c683 zval directives, version, blacklist; local
696 array_init(&directives);
697 add_assoc_bool(&directives, "opcache.enable", ZCG(enabled));
698 add_assoc_bool(&directives, "opcache.enable_cli", ZCG(accel_directives).enable_cli);
699 add_assoc_bool(&directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd);
703 add_assoc_bool(&directives, "opcache.validate_root", ZCG(accel_directives).validate_root);
705 add_assoc_bool(&directives, "opcache.inherited_hack", ZCG(accel_directives).inherited_hack);
706 add_assoc_bool(&directives, "opcache.dups_fix", ZCG(accel_directives).ignore_dups);
707 add_assoc_bool(&directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path);
719 …add_assoc_long(&directives, "opcache.max_file_size", ZCG(accel_directives).max_file_siz…
[all …]
H A DREADME54 frameworks. Please, read description of these directives and add them on your
/PHP-7.0/ext/opcache/tests/
H A D001_cli.phpt13 var_dump($config["directives"]["opcache.enable"]);
14 var_dump($config["directives"]["opcache.enable_cli"]);
/PHP-7.0/ext/zlib/tests/
H A Dbug60761.phpt10 // the INI directives from bug #60761 report
/PHP-7.0/Zend/
H A Dzend_ini.c216 HashTable *directives = registered_zend_ini_directives; in zend_register_ini_entries() local
227 if (directives != EG(ini_directives)) { in zend_register_ini_entries()
228 directives = EG(ini_directives); in zend_register_ini_entries()
248 if (zend_hash_add_ptr(directives, p->name, (void*)p) == NULL) { in zend_register_ini_entries()
/PHP-7.0/win32/
H A Dinstall.txt380 directive. When using directives, be sure these directives aren't
392 * Be sure the extension_dir and doc_root PHP directives are
497 Apache Documentation for further configuration directives.
1275 The php.ini directives handled by extensions are documented
1277 core directives is available in the appendix. Probably not all PHP
1279 directives available in your PHP version, please read your well
1316 directives appendix.
1324 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1332 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1344 directives.
[all …]
/PHP-7.0/main/
H A Dmain.c2275 const char *directives[17]; /* Remember to change this if the number of directives change */ in php_module_startup() member
2276 } directives[2] = { in php_module_startup() local
2314 const char **p = directives[i].directives; in php_module_startup()
2320 zend_error(directives[i].error_level, directives[i].phrase, *p); in php_module_startup()
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in7 ; It only applies on the following directives:
82 ; following directives. With this process management, there will be
397 ; overwrite the values previously defined in the php.ini. The directives are the
401 ; php_admin_value/php_admin_flag - these directives won't be overwritten by
/PHP-7.0/
H A DINSTALL357 reached. The directives "min-procs" and "max-procs" should generally be
584 directives which could interfere with yours. If you want to place a
1419 The php.ini directives handled by extensions are documented on the
1421 directives is available in the appendix. Not all PHP directives are
1423 directives available in your PHP version, please read your well
1465 Two new INI directives, user_ini.filename and user_ini.cache_ttl
1506 configuration settings using directives in Apache configuration files
1510 There are several Apache directives that allow you to change the PHP
1513 have a look at the List of php.ini directives appendix.
1525 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
[all …]
H A DCODING_STANDARDS228 indent preprocessor directives you should put the # at the beginning
/PHP-7.0/sapi/litespeed/
H A DREADME.md23 as that in mod_php with the same configuration directives.

Completed in 37 milliseconds