1
0
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:
Rasmus Lerdorf
2000-10-16 22:12:28 +00:00
parent 1f245a6f73
commit b3fb8a6e97

View File

@@ -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;
}