]> granicus.if.org Git - php/commit
Fix a graceful restart SEGV. We no longer only perform initialization
authorAaron Bannert <aaron@php.net>
Sun, 5 May 2002 18:15:33 +0000 (18:15 +0000)
committerAaron Bannert <aaron@php.net>
Sun, 5 May 2002 18:15:33 +0000 (18:15 +0000)
commit8e176a10fc61d60eb279ea662b050b247faf2d3f
tree0ad51882e35ef72b1e37736fad4b748769f07701
parentb759322411220e9c165776be743700b8799ffec2
Fix a graceful restart SEGV. We no longer only perform initialization
on the second pass through the post_config. Now we only avoid the
initialization only on the first DSO load, and on all subsequent loads
we rerun the init code.
sapi/apache2filter/sapi_apache2.c