summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-08-09 17:52:30 +0000
committerThies C. Arntzen <thies@php.net>2000-08-09 17:52:30 +0000
commit57faf7660597db04a54bb5565b46ec50f775f096 (patch)
tree060e8c7c234060c4a4296b85126fac3d27eb0fcb
parent9a2d9b993dc9345dcbfe181882ce7de580c3410f (diff)
downloadphp-git-57faf7660597db04a54bb5565b46ec50f775f096.tar.gz
fix #6061
-rw-r--r--ext/standard/basic_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c
index c5d1ba0799..d068d13851 100644
--- a/ext/standard/basic_functions.c
+++ b/ext/standard/basic_functions.c
@@ -759,7 +759,7 @@ PHP_RSHUTDOWN_FUNCTION(basic)
PHP_RSHUTDOWN(assert)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
#ifdef TRANS_SID
- PHP_RSHUTDOWN(url_scanner)(INIT_FUNC_ARGS_PASSTHRU);
+ PHP_RSHUTDOWN(url_scanner)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
#endif
return SUCCESS;