]> granicus.if.org Git - php/commit
Fix #78429: opcache_compile_file(__FILE__); segfaults
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 20 Aug 2019 15:56:12 +0000 (17:56 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 16 Sep 2019 14:01:09 +0000 (16:01 +0200)
commit20f73d3d8f2f2664288d1e70930f047605bfb44f
tree1ed24c70e783443b8ce8589c9f6de0bbeacce88b
parent42046c71eef344b139390c1727b885d7a7b83edc
Fix #78429: opcache_compile_file(__FILE__); segfaults

We have to ensure that OPcache has been properly started up when
`opcache_compile_file()` is called.
NEWS
ext/opcache/tests/bug78429.phpt [new file with mode: 0644]
ext/opcache/zend_accelerator_module.c