]> granicus.if.org Git - php/commit
Whenever typelibrary constants were loaded, there was a GP Fault at process exit...
authorAlan Brown <abrown@php.net>
Tue, 14 Aug 2001 03:52:32 +0000 (03:52 +0000)
committerAlan Brown <abrown@php.net>
Tue, 14 Aug 2001 03:52:32 +0000 (03:52 +0000)
commit292d27bf6a5667fc741afcb8938dc0cee00688a8
treeacc57c705dd995f008df3b8dd6831d56c9083f04
parent5e21a4afad96e7f4d99cd3c7743f76a6c3d0655f
Whenever typelibrary constants were loaded, there was a GP Fault at process exit as shutdown_memory_manager seemed to delete constants that were supposed to have been deleted earlier. It seems as though CONST_PERSISTENT is a bad thing to use. Resetting that bit on the constant creation still seems to work and the GP Fault at exit is gone.
ext/com/COM.c
ext/rpc/com/com_wrapper.c