]> granicus.if.org Git - php/commit
Expose php_during_module_startup() and php_during_module_shutdown()
authorSammy Kaye Powers <sammyk@php.net>
Fri, 2 Oct 2020 22:19:07 +0000 (15:19 -0700)
committerSammy Kaye Powers <sammyk@php.net>
Mon, 5 Oct 2020 21:01:43 +0000 (14:01 -0700)
commita9e96a378db3e3e86b8b310ebbf5a20f909f67fb
tree0304d0e14e15bf796e286648c9710ecc2d7f9c90
parent31f54586b5464c2232d2e628a816b85b663eb877
Expose php_during_module_startup() and php_during_module_shutdown()

This can be handy when trying to determine if it is safe to access request globals amongst other things.

Closes GH-6265
main/main.c
main/php.h