From: Sascha Schumann Date: Thu, 7 Oct 1999 21:47:39 +0000 (+0000) Subject: Apparently, we did too much cleanup. The server survives now much longer. X-Git-Tag: php-4.0b3_RC2~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a6fe43d584dea1e3bf03a72ed9f1bd8c5b8276d;p=php Apparently, we did too much cleanup. The server survives now much longer. --- diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c index a4bff672ea..1f4daab1c3 100644 --- a/sapi/aolserver/aolserver.c +++ b/sapi/aolserver/aolserver.c @@ -264,7 +264,6 @@ php_ns_module_main(NSLS_D SLS_DC) php_request_startup(CLS_C ELS_CC PLS_CC SLS_CC); php_ns_hash_environment(NSLS_C CLS_CC ELS_CC PLS_CC SLS_CC); php_execute_script(&file_handle CLS_CC ELS_CC PLS_CC); - php_request_shutdown(NULL); return NS_OK; } @@ -336,8 +335,6 @@ php_ns_request_handler(void *context, Ns_Conn *conn) php_ns_request_dtor(NSLS_C SLS_CC); - ts_free_thread(); - return status; }