Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c638 zval *directives,*version,*blacklist; in ZEND_FUNCTION() local
656 MAKE_STD_ZVAL(directives); in ZEND_FUNCTION()
657 array_init(directives); in ZEND_FUNCTION()
658 add_assoc_bool(directives, "opcache.enable", ZCG(enabled)); in ZEND_FUNCTION()
659 add_assoc_bool(directives, "opcache.enable_cli", ZCG(accel_directives).enable_cli); in ZEND_FUNCTION()
660 add_assoc_bool(directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd); in ZEND_FUNCTION()
662 add_assoc_bool(directives, "opcache.inherited_hack", ZCG(accel_directives).inherited_hack); in ZEND_FUNCTION()
663 add_assoc_bool(directives, "opcache.dups_fix", ZCG(accel_directives).ignore_dups); in ZEND_FUNCTION()
664 add_assoc_bool(directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path); in ZEND_FUNCTION()
678 …add_assoc_long(directives, "opcache.max_file_size", ZCG(accel_directives).max_file_size… in ZEND_FUNCTION()
[all …]
H A DREADME54 frameworks. Please, read description of these directives and add them on your
/PHP-5.5/ext/opcache/tests/
H A D001_cli.phpt12 var_dump($config["directives"]["opcache.enable"]);
13 var_dump($config["directives"]["opcache.enable_cli"]);
/PHP-5.5/ext/zlib/tests/
H A Dbug60761.phpt10 // the INI directives from bug #60761 report
/PHP-5.5/Zend/
H A Dzend_ini.c182 HashTable *directives = registered_zend_ini_directives; in zend_register_ini_entries() local
194 if (directives != EG(ini_directives)) { in zend_register_ini_entries()
195 directives = EG(ini_directives); in zend_register_ini_entries()
201 …if (zend_hash_add(directives, p->name, p->name_length, (void*)p, sizeof(zend_ini_entry), (void **)… in zend_register_ini_entries()
/PHP-5.5/sapi/apache_hooks/
H A DREADME8 additionally supports the following httpd.conf directives:
48 All handlers may be stacked, i.e. you can list multiple handler directives
/PHP-5.5/win32/
H A Dinstall.txt389 directive. When using directives, be sure these directives aren't
401 * Be sure the extension_dir and doc_root PHP directives are
506 Apache Documentation for further configuration directives.
1284 The php.ini directives handled by extensions are documented
1286 core directives is available in the appendix. Probably not all PHP
1288 directives available in your PHP version, please read your well
1325 directives appendix.
1333 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1341 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1353 directives.
[all …]
/PHP-5.5/main/
H A Dmain.c2281 const char *directives[16]; /* Remember to change this if the number of directives change */ in php_module_startup() member
2282 } directives[2] = { in php_module_startup() local
2319 const char **p = directives[i].directives; in php_module_startup()
2325 zend_error(directives[i].error_level, directives[i].phrase, *p); in php_module_startup()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in133 ; It only applies on the following directives:
199 ; following directives. With this process management, there will be
510 ; overwrite the values previously defined in the php.ini. The directives are the
514 ; php_admin_value/php_admin_flag - these directives won't be overwritten by
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt109 directives which could interfere with yours.
/PHP-5.5/
H A DINSTALL561 reached. The directives "min-procs" and "max-procs" should generally be
788 directives which could interfere with yours. If you want to place a
1623 The php.ini directives handled by extensions are documented on the
1625 directives is available in the appendix. Not all PHP directives are
1627 directives available in your PHP version, please read your well
1669 Two new INI directives, user_ini.filename and user_ini.cache_ttl
1710 configuration settings using directives in Apache configuration files
1714 There are several Apache directives that allow you to change the PHP
1717 have a look at the List of php.ini directives appendix.
1729 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
[all …]
H A DCODING_STANDARDS226 indent preprocessor directives you should put the # at the beginning
H A DUPGRADING486 - Added the following directives:
H A DNEWS1855 . Fixed bug #64853 (Use of no longer available ini directives causes crash
2227 . Fixed bug #64853 (Use of no longer available ini directives causes crash on
5429 - Changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case
5691 - Removed all zend_extension_* php.ini directives. Zend extensions are now
7775 - cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive
8179 - Optimized request shutdown sequence. Restoring ini directives now iterates
8180 only over modified directives instead of all. (Dmitry)
9468 - Fixed bug #33690 (Crash setting some ini directives in httpd.conf). (Rasmus)
/PHP-5.5/sapi/litespeed/
H A DREADME23 as that in mod_php with the same configuration directives.

Completed in 63 milliseconds