diff options
| author | Sascha Schumann <sas@php.net> | 2000-01-05 19:25:19 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-01-05 19:25:19 +0000 |
| commit | 304d60c8f318814f6aec8a2bc825dd8daeec1cbc (patch) | |
| tree | ea1629c1339727c8eea07492dc0fbe43e5125c0a /sapi/phttpd/phttpd.c | |
| parent | 9a07df6c4a11e8d2669754cfc55d06ada4d21a9f (diff) | |
| download | php-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.c | 1 |
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); |
