Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c714 zval directives, version, blacklist; local
727 array_init(&directives);
728 add_assoc_bool(&directives, "opcache.enable", ZCG(enabled));
729 add_assoc_bool(&directives, "opcache.enable_cli", ZCG(accel_directives).enable_cli);
730 add_assoc_bool(&directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd);
734 add_assoc_bool(&directives, "opcache.validate_root", ZCG(accel_directives).validate_root);
736 add_assoc_bool(&directives, "opcache.dups_fix", ZCG(accel_directives).ignore_dups);
737 add_assoc_bool(&directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path);
776 add_assoc_string(&directives, "opcache.preload", STRING_NOT_NULL(ZCG(accel_directives).preload));
781 add_assoc_string(&directives, "opcache.cache_id", STRING_NOT_NULL(ZCG(accel_directives).cache_id));
[all …]
/PHP-7.4/ext/opcache/tests/
H A D001_cli.phpt13 var_dump($config["directives"]["opcache.enable"]);
14 var_dump($config["directives"]["opcache.enable_cli"]);
H A Dget_configuration_matches_ini.phpt2 Test that the directives listed with `opcache_get_configuration` include all those from the ini set…
11 $opts = opcache_get_configuration()['directives'];
/PHP-7.4/ext/zlib/tests/
H A Dbug60761.phpt9 // the INI directives from bug #60761 report
/PHP-7.4/Zend/
H A Dzend_ini.c212 HashTable *directives = registered_zend_ini_directives; in zend_register_ini_entries() local
223 if (directives != EG(ini_directives)) { in zend_register_ini_entries()
224 directives = EG(ini_directives); in zend_register_ini_entries()
244 if (zend_hash_add_ptr(directives, p->name, (void*)p) == NULL) { in zend_register_ini_entries()
/PHP-7.4/main/
H A Dmain.c2423 const char *directives[17]; /* Remember to change this if the number of directives change */ in php_module_startup() member
2424 } directives[2] = { in php_module_startup() local
2464 const char **p = directives[i].directives; in php_module_startup()
2470 zend_error(directives[i].error_level, directives[i].phrase, *p); in php_module_startup()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in7 ; It only applies on the following directives:
83 ; following directives. With this process management, there will be
417 ; overwrite the values previously defined in the php.ini. The directives are the
421 ; php_admin_value/php_admin_flag - these directives won't be overwritten by
/PHP-7.4/sapi/litespeed/
H A DREADME.md21 same way as that in mod_php with the same configuration directives.
/PHP-7.4/
H A DCODING_STANDARDS.md267 preprocessor directives you should put the `#` at the beginning of a line,
H A DNEWS1943 . Fixed bug #78291 (opcache_get_configuration doesn't list all directives).

Completed in 37 milliseconds