summaryrefslogtreecommitdiff
path: root/sapi/phttpd/phttpd.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-01-05 19:25:19 +0000
committerSascha Schumann <sas@php.net>2000-01-05 19:25:19 +0000
commit304d60c8f318814f6aec8a2bc825dd8daeec1cbc (patch)
treeea1629c1339727c8eea07492dc0fbe43e5125c0a /sapi/phttpd/phttpd.c
parent9a07df6c4a11e8d2669754cfc55d06ada4d21a9f (diff)
downloadphp-git-304d60c8f318814f6aec8a2bc825dd8daeec1cbc.tar.gz
Move reentrancy initialisation/destruction into SAPI.
These calls only do something, if reentrancy emulation is required.
Diffstat (limited to 'sapi/phttpd/phttpd.c')
-rw-r--r--sapi/phttpd/phttpd.c1
1 files changed, 0 insertions, 1 deletions
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);