From 304d60c8f318814f6aec8a2bc825dd8daeec1cbc Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 5 Jan 2000 19:25:19 +0000 Subject: Move reentrancy initialisation/destruction into SAPI. These calls only do something, if reentrancy emulation is required. --- sapi/phttpd/phttpd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sapi/phttpd') diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c index 0425754604..a6697952cd 100644 --- a/sapi/phttpd/phttpd.c +++ b/sapi/phttpd/phttpd.c @@ -268,7 +268,6 @@ int php_doit(PHLS_D SLS_DC) int pm_init(const char **argv) { tsrm_startup(1, 1, 0); - reentrancy_startup(); sapi_startup(&sapi_module); sapi_module.startup(&sapi_module); -- cgit v1.2.1