Comment 9 for bug 2054621

Revision history for this message
Brian Morton (rokclimb15) wrote : Re: PHP crashes on Laravel 9+ with certain extensions

Hi Athos,

I can do all of that today, with the possible exception of the test changes. These tests must run under the zend observer API to reproduce the crash which is enabled with the zend_test extension. That extension is not built by default and isn't packaged separately in main. Do you have a good source to use to install that extension for someone trying to run the tests? I had to ./configure --enable-zend-test and make to get those tests to execute. They're skipped if the extension is not available.