]> granicus.if.org Git - php/commitdiff
fix wrong mshutdown func params
authorAntony Dovgal <tony2001@php.net>
Mon, 20 Mar 2006 23:04:30 +0000 (23:04 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 20 Mar 2006 23:04:30 +0000 (23:04 +0000)
ext/standard/basic_functions.c

index 9943da6f8026cf81e54ad2068874e169ccc821c2..77722fe2cc1f08c2d002bc3a6c641ed2d5c353df 100644 (file)
@@ -1150,7 +1150,7 @@ 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);
-       PHP_MSHUTDOWN(syslog)(INIT_FUNC_ARGS_PASSTHRU);
+       PHP_MSHUTDOWN(syslog)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
 #if defined(HAVE_LOCALECONV) && defined(ZTS)
        PHP_MSHUTDOWN(localeconv)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
 #endif