mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
65fce7f950
With that, also fixed bug #68297 (Application Popup provides too few information) as a better error message is provided to the event log. In the second case, the condition for display_startup_error was removed. The condition was added as a fix for bug #30760 which was preventing the MessageBox to appear. When display_startup_error=on, the error will be seen on the console. But when running under a webserver it'll probably get lost, so we need to log it other way into the event log (would be done automatically when message box was used, but that would eventually cause issues of blocked execution). Generally speaking - any MessageBox or other graphical element is a potential issue and that was repeatedly reported. Graphical elements shouldn't be used in the core. Even being a rare one it can cause a bad situation where the server is blocked. Yet some places have to cleaned up. |
||
---|---|---|
.. | ||
streams | ||
alloca.c | ||
build-defs.h.in | ||
fopen_wrappers.c | ||
fopen_wrappers.h | ||
getopt.c | ||
internal_functions_nw.c | ||
internal_functions_win32.c | ||
internal_functions.c.in | ||
main.c | ||
mergesort.c | ||
network.c | ||
output.c | ||
php_compat.h | ||
php_content_types.c | ||
php_content_types.h | ||
php_getopt.h | ||
php_globals.h | ||
php_ini.c | ||
php_ini.h | ||
php_main.h | ||
php_memory_streams.h | ||
php_network.h | ||
php_open_temporary_file.c | ||
php_open_temporary_file.h | ||
php_output.h | ||
php_reentrancy.h | ||
php_scandir.c | ||
php_scandir.h | ||
php_sprintf.c | ||
php_streams.h | ||
php_syslog.h | ||
php_ticks.c | ||
php_ticks.h | ||
php_variables.c | ||
php_variables.h | ||
php_version.h | ||
php.h | ||
reentrancy.c | ||
rfc1867.c | ||
rfc1867.h | ||
SAPI.c | ||
SAPI.h | ||
snprintf.c | ||
snprintf.h | ||
spprintf.c | ||
spprintf.h | ||
strlcat.c | ||
strlcpy.c | ||
win32_internal_function_disabled.h | ||
win95nt.h |