mirror of
https://github.com/php/php-src.git
synced 2026-04-19 14:01:01 +02:00
Aha, Sascha made a mistake! ;)
Make this thing compile again without trans-sid
This commit is contained in:
@@ -762,7 +762,9 @@ PHP_MSHUTDOWN_FUNCTION(basic)
|
||||
PHP_MSHUTDOWN(browscap)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
|
||||
PHP_MSHUTDOWN(array)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
|
||||
PHP_MSHUTDOWN(assert)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
|
||||
#ifdef TRANS_SID
|
||||
PHP_MSHUTDOWN(url_scanner_ex)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
|
||||
#endif
|
||||
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user