mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
MFH
This commit is contained in:
+2
-2
@@ -290,8 +290,8 @@ PHP_INI_BEGIN()
|
||||
STD_PHP_INI_ENTRY("user_dir", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, user_dir, php_core_globals, core_globals)
|
||||
STD_PHP_INI_ENTRY("variables_order", NULL, PHP_INI_ALL, OnUpdateStringUnempty, variables_order, php_core_globals, core_globals)
|
||||
|
||||
STD_PHP_INI_ENTRY("error_append_string", NULL, PHP_INI_ALL, OnUpdateStringUnempty, error_append_string, php_core_globals, core_globals)
|
||||
STD_PHP_INI_ENTRY("error_prepend_string", NULL, PHP_INI_ALL, OnUpdateStringUnempty, error_prepend_string, php_core_globals, core_globals)
|
||||
STD_PHP_INI_ENTRY("error_append_string", NULL, PHP_INI_ALL, OnUpdateString, error_append_string, php_core_globals, core_globals)
|
||||
STD_PHP_INI_ENTRY("error_prepend_string", NULL, PHP_INI_ALL, OnUpdateString, error_prepend_string, php_core_globals, core_globals)
|
||||
|
||||
PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL)
|
||||
PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL)
|
||||
|
||||
Reference in New Issue
Block a user