Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dmain.c490 …STD_PHP_INI_BOOLEAN("asp_tags", "0", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, asp_tags,…
500 …STD_PHP_INI_ENTRY("max_input_time", "-1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, max_in…
509 …STD_PHP_INI_ENTRY("output_buffering", "0", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateLong, output_b…
510 …STD_PHP_INI_ENTRY("output_handler", NULL, PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateString, output…
511 …STD_PHP_INI_BOOLEAN("register_argc_argv", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, regis…
512 …STD_PHP_INI_BOOLEAN("auto_globals_jit", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, auto_g…
536 …STD_PHP_INI_ENTRY("post_max_size", "8M", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, post_m…
543 …STD_PHP_INI_ENTRY("request_order", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, reques…
551 …STD_PHP_INI_ENTRY("mail.log", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMailLog, mail_l…
557 …PHP_INI_ENTRY("mail.force_extra_parameters",NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnChangeMailFor…
[all …]
H A Dphp_ini.h45 #define PHP_INI_PERDIR ZEND_INI_PERDIR macro
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
103 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
103 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c239 …STD_PHP_INI_ENTRY("mysqlnd.sha256_server_public_key",NULL, PHP_INI_PERDIR, OnUpdateString, sha256…
/PHP-5.5/sapi/apache/
H A Dmod_php5.c835 return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); in php_apache_value_handler()
868 return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); in php_apache_flag_handler()
/PHP-5.5/ext/filter/
H A Dfilter.c187 …STD_PHP_INI_ENTRY("filter.default", "unsafe_raw", PHP_INI_SYSTEM|PHP_INI_PERDIR, UpdateDefaultFi…
188 PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c1119 return php_apache_value_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_PERDIR); in php_apache_value_handler()
1152 return php_apache_flag_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_PERDIR); in php_apache_flag_handler()
/PHP-5.5/
H A DINSTALL1666 Only INI settings with the modes PHP_INI_PERDIR and PHP_INI_USER will
1688 For example, the output_buffering setting is PHP_INI_PERDIR therefore
1698 PHP_INI_PERDIR Entry can be set in php.ini, .htaccess, httpd.conf or
1716 of which directives are PHP_INI_ALL, PHP_INI_PERDIR, or PHP_INI_SYSTEM,
1721 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1729 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1773 PHP_INI_USER can be set this way, PHP_INI_PERDIR values can not.
H A DNEWS1695 . Changed session.auto_start to PHP_INI_PERDIR. (Yasuo)
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c765 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);
/PHP-5.5/win32/
H A Dinstall.txt1324 PHP_INI_PERDIR, or PHP_INI_SYSTEM, have a look at the List of php.ini
1333 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1341 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1383 PHP_INI_USER can be set this way, PHP_INI_PERDIR values can not.
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c827 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);
/PHP-5.5/ext/session/
H A Dsession.c790 …STD_PHP_INI_BOOLEAN("session.auto_start", "0", PHP_INI_PERDIR, OnUpdateBool, auto_…
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1461 PHP_INI_SYSTEM | PHP_INI_PERDIR,

Completed in 114 milliseconds