]> granicus.if.org Git - php/commit
Use synchronous php_request_shutdown in the standard case and
authorSascha Schumann <sas@php.net>
Mon, 23 Jul 2001 01:03:22 +0000 (01:03 +0000)
committerSascha Schumann <sas@php.net>
Mon, 23 Jul 2001 01:03:22 +0000 (01:03 +0000)
commit36be1040ebdfbcf5dc7f266fb542649dd145d19f
tree5a1c3e29009135910b6123620650a6d555b2061f
parente5204748f77e67f32a9159c193abdc4cec52ee72
Use synchronous php_request_shutdown in the standard case and
let the pool cleanup function only become effective, when an
error has occured.

This fixes the problem that the request_conn was already dead
when the request_shutdown was reached.
sapi/apache/mod_php4.c
sapi/apache/sapi_apache.c