Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dmain.c453 …STD_PHP_INI_BOOLEAN("asp_tags", "0", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, asp_tags,…
463 …STD_PHP_INI_ENTRY("max_input_time", "-1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, max_in…
472 …STD_PHP_INI_BOOLEAN("magic_quotes_gpc", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, magic_…
475 …STD_PHP_INI_ENTRY("output_buffering", "0", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateLong, output_b…
476 …STD_PHP_INI_ENTRY("output_handler", NULL, PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateString, output…
478 …STD_PHP_INI_BOOLEAN("register_globals", "0", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, regist…
480 …STD_PHP_INI_BOOLEAN("auto_globals_jit", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, auto_g…
512 …STD_PHP_INI_ENTRY("post_max_size", "8M", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, post_m…
519 …STD_PHP_INI_ENTRY("request_order", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, reques…
527 …STD_PHP_INI_ENTRY("mail.log", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMailLog, mail_l…
[all …]
H A Dphp_ini.h45 #define PHP_INI_PERDIR ZEND_INI_PERDIR macro
/PHP-5.3/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.3/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.3/ext/mbstring/
H A Dmb_gpc.c217 …("register_globals", sizeof("register_globals"), "1", sizeof("1")-1, PHP_INI_PERDIR, PHP_INI_STAGE… in _php_mb_encoding_handler_ex()
357 …("register_globals", sizeof("register_globals"), "0", sizeof("0")-1, PHP_INI_PERDIR, PHP_INI_STAGE… in _php_mb_encoding_handler_ex()
H A Dmbstring.c1273 PHP_INI_SYSTEM | PHP_INI_PERDIR,
/PHP-5.3/sapi/apache/
H A Dmod_php5.c839 return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); in php_apache_value_handler()
872 return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); in php_apache_flag_handler()
/PHP-5.3/ext/filter/
H A Dfilter.c186 …STD_PHP_INI_ENTRY("filter.default", "unsafe_raw", PHP_INI_SYSTEM|PHP_INI_PERDIR, UpdateDefaultFi…
187 PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c1124 return php_apache_value_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_PERDIR); in php_apache_value_handler()
1157 return php_apache_flag_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_PERDIR); in php_apache_flag_handler()
/PHP-5.3/
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.
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c766 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c789 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);
/PHP-5.3/ext/tidy/
H A Dtidy.c277 PHP_INI_ENTRY("tidy.clean_output", "0", PHP_INI_PERDIR, NULL)
/PHP-5.3/win32/
H A Dinstall.txt1465 PHP_INI_PERDIR, or PHP_INI_SYSTEM, have a look at the List of php.ini
1474 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1482 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1524 PHP_INI_USER can be set this way, PHP_INI_PERDIR values can not.

Completed in 126 milliseconds