From: Antony Dovgal Date: Mon, 20 Mar 2006 23:06:00 +0000 (+0000) Subject: .. and add missing #ifdef X-Git-Tag: php-5.1.3RC2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f789f0e384fcfb6a8c41e25ffe8f336c9e0645e2;p=php .. and add missing #ifdef --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 77722fe2cc..f70bbd2723 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -1150,7 +1150,9 @@ PHP_MSHUTDOWN_FUNCTION(basic) PHP_MSHUTDOWN(url_scanner_ex)(SHUTDOWN_FUNC_ARGS_PASSTHRU); PHP_MSHUTDOWN(file)(SHUTDOWN_FUNC_ARGS_PASSTHRU); PHP_MSHUTDOWN(standard_filters)(SHUTDOWN_FUNC_ARGS_PASSTHRU); +#ifdef HAVE_SYSLOG_H PHP_MSHUTDOWN(syslog)(SHUTDOWN_FUNC_ARGS_PASSTHRU); +#endif #if defined(HAVE_LOCALECONV) && defined(ZTS) PHP_MSHUTDOWN(localeconv)(SHUTDOWN_FUNC_ARGS_PASSTHRU); #endif