]> granicus.if.org Git - php/commitdiff
.. and add missing #ifdef
authorAntony Dovgal <tony2001@php.net>
Mon, 20 Mar 2006 23:06:00 +0000 (23:06 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 20 Mar 2006 23:06:00 +0000 (23:06 +0000)
ext/standard/basic_functions.c

index 77722fe2cc1f08c2d002bc3a6c641ed2d5c353df..f70bbd272300d1168dad4a312e9a1813b61a7508 100644 (file)
@@ -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