summaryrefslogtreecommitdiff
path: root/sapi/aolserver/aolserver.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/aolserver/aolserver.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/aolserver/aolserver.c')
-rw-r--r--sapi/aolserver/aolserver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c
index fe8c9dc1e1..a6e2fe96b5 100644
--- a/sapi/aolserver/aolserver.c
+++ b/sapi/aolserver/aolserver.c
@@ -574,7 +574,6 @@ php_ns_server_shutdown(void *context)
ctx->sapi_module->shutdown(ctx->sapi_module);
sapi_shutdown();
- reentrancy_shutdown();
tsrm_shutdown();
free(ctx->ns_module);
@@ -594,7 +593,6 @@ int Ns_ModuleInit(char *server, char *module)
php_ns_context *ctx;
tsrm_startup(1, 1, 0);
- reentrancy_startup();
sapi_startup(&sapi_module);
sapi_module.startup(&sapi_module);