Home
last modified time | relevance | path

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

/PHP-7.3/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.dups_fix", ZCG(accel_directives).ignore_dups);
706 add_assoc_bool(&directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path);
718 …add_assoc_long(&directives, "opcache.max_file_size", ZCG(accel_directives).max_file_siz…
722 …add_assoc_bool(&directives, "opcache.save_comments", ZCG(accel_directives).save_comment…
[all …]
H A DREADME53 frameworks. Please, read description of these directives and add them on your
/PHP-7.3/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.3/ext/zlib/tests/
H A Dbug60761.phpt10 // the INI directives from bug #60761 report
/PHP-7.3/Zend/
H A Dzend_ini.c219 HashTable *directives = registered_zend_ini_directives; in zend_register_ini_entries() local
230 if (directives != EG(ini_directives)) { in zend_register_ini_entries()
231 directives = EG(ini_directives); in zend_register_ini_entries()
251 if (zend_hash_add_ptr(directives, p->name, (void*)p) == NULL) { in zend_register_ini_entries()
/PHP-7.3/main/
H A Dmain.c2378 const char *directives[17]; /* Remember to change this if the number of directives change */ in php_module_startup() member
2379 } directives[2] = { in php_module_startup() local
2418 const char **p = directives[i].directives; in php_module_startup()
2424 zend_error(directives[i].error_level, directives[i].phrase, *p); in php_module_startup()
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in7 ; It only applies on the following directives:
82 ; following directives. With this process management, there will be
416 ; overwrite the values previously defined in the php.ini. The directives are the
420 ; php_admin_value/php_admin_flag - these directives won't be overwritten by
/PHP-7.3/sapi/litespeed/
H A DREADME.md23 as that in mod_php with the same configuration directives.
/PHP-7.3/
H A DCODING_STANDARDS247 indent preprocessor directives you should put the # at the beginning
H A DNEWS859 . Fixed bug #78291 (opcache_get_configuration doesn't list all directives).

Completed in 30 milliseconds