Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c26 …STD_PHP_INI_ENTRY("phpdbg.auth", "", PHP_INI_SYSTEM | PHP_INI_PERDIR, OnUpdateString, auth, zend_p…
27 …STD_PHP_INI_ENTRY("phpdbg.path", "", PHP_INI_SYSTEM | PHP_INI_PERDIR, OnUpdateString, path, zend_p…
H A Dphpdbg.c73 …STD_PHP_INI_ENTRY("phpdbg.path", "", PHP_INI_SYSTEM | PHP_INI_PERDIR, OnUpdateString, socket_path,…
/PHP-7.1/main/
H A Dmain.c566 …STD_PHP_INI_ENTRY("max_input_time", "-1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, max_in…
575 …STD_PHP_INI_ENTRY("output_buffering", "0", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateLong, output_b…
576 …STD_PHP_INI_ENTRY("output_handler", NULL, PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateString, output…
577 …STD_PHP_INI_BOOLEAN("register_argc_argv", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, regis…
578 …STD_PHP_INI_BOOLEAN("auto_globals_jit", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, auto_g…
605 …STD_PHP_INI_ENTRY("post_max_size", "8M", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, post_m…
612 …STD_PHP_INI_ENTRY("request_order", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, reques…
619 …STD_PHP_INI_BOOLEAN("mail.add_x_header", "0", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, m…
620 …STD_PHP_INI_ENTRY("mail.log", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMailLog, mail_l…
626 …PHP_INI_ENTRY("mail.force_extra_parameters",NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnChangeMailFor…
[all …]
H A Dphp_ini.h46 #define PHP_INI_PERDIR ZEND_INI_PERDIR macro
/PHP-7.1/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-7.1/ext/mysqlnd/
H A Dphp_mysqlnd.c234 …STD_PHP_INI_ENTRY("mysqlnd.sha256_server_public_key",NULL, PHP_INI_PERDIR, OnUpdateString, sha256…
/PHP-7.1/ext/filter/
H A Dfilter.c189 …STD_PHP_INI_ENTRY("filter.default", "unsafe_raw", PHP_INI_SYSTEM|PHP_INI_PERDIR, UpdateDefaultFi…
190 PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
/PHP-7.1/
H A DINSTALL1462 Only INI settings with the modes PHP_INI_PERDIR and PHP_INI_USER will
1484 For example, the output_buffering setting is PHP_INI_PERDIR therefore
1494 PHP_INI_PERDIR Entry can be set in php.ini, .htaccess, httpd.conf or
1512 of which directives are PHP_INI_ALL, PHP_INI_PERDIR, or PHP_INI_SYSTEM,
1517 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1525 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1569 PHP_INI_USER can be set this way, PHP_INI_PERDIR values can not.
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c843 php_ini_activate_config(&ctx->entry->user_config, PHP_INI_PERDIR, in lsapi_activate_user_ini_finally()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c740 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS);
/PHP-7.1/win32/
H A Dinstall.txt1315 PHP_INI_PERDIR, or PHP_INI_SYSTEM, have a look at the List of php.ini
1324 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1332 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1374 PHP_INI_USER can be set this way, PHP_INI_PERDIR values can not.
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c865 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS);
/PHP-7.1/ext/openssl/
H A Dopenssl.c1400 PHP_INI_ENTRY("openssl.cafile", NULL, PHP_INI_PERDIR, NULL)
1401 PHP_INI_ENTRY("openssl.capath", NULL, PHP_INI_PERDIR, NULL)
/PHP-7.1/ext/session/
H A Dsession.c712 …STD_PHP_INI_BOOLEAN("session.auto_start", "0", PHP_INI_PERDIR, OnUpdateBool, auto_…
/PHP-7.1/ext/mbstring/
H A Dmbstring.c1473 PHP_INI_SYSTEM | PHP_INI_PERDIR,

Completed in 74 milliseconds