Browse Source

- merge crt warning change (r216594) and rename the ini to windows.show_crt_warning

pull/271/head
Pierre Joye 15 years ago
parent
commit
36e4c600c3
  1. 2
      main/main.c

2
main/main.c

@ -514,7 +514,7 @@ PHP_INI_BEGIN()
STD_PHP_INI_ENTRY("user_ini.cache_ttl", "300", PHP_INI_SYSTEM, OnUpdateLong, user_ini_cache_ttl, php_core_globals, core_globals)
STD_PHP_INI_BOOLEAN("exit_on_timeout", "0", PHP_INI_ALL, OnUpdateBool, exit_on_timeout, php_core_globals, core_globals)
#ifdef PHP_WIN32
STD_PHP_INI_BOOLEAN("windows_show_crt_warning", "0", PHP_INI_ALL, OnUpdateBool, windows_show_crt_warning, php_core_globals, core_globals)
STD_PHP_INI_BOOLEAN("windows.show_crt_warning", "0", PHP_INI_ALL, OnUpdateBool, windows_show_crt_warning, php_core_globals, core_globals)
#endif
PHP_INI_END()
/* }}} */

Loading…
Cancel
Save