mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix #6061
This commit is contained in:
parent
9a2d9b993d
commit
57faf76605
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue