You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blitz fails on assertion when php 7.2 is compliled in debug mode.
php versions tested
7.2.16 - reproduced
7.2.17 - reproduced
7.1.28 - NOT reproduced
Operating systems tested
debian stretch 64 (9.6) under virtual box (linux)
debian stretch 64 9.6 under WSL windows 10 (wow)
How to reproduce
configure and build php 7.2 sources with --enable-debug
wget https://www.php.net/distributions/php-7.2.17.tar.gz
tar -xzf php-7.2.17.tar.gz
cd php-7.2.17/
./configure --disable-all --enable-debug --prefix=/usr/local/php-7.2.17-debug
make
sudo make install
Summary
blitz fails on assertion when php 7.2 is compliled in debug mode.
php versions tested
Operating systems tested
How to reproduce
Example gdb trace
The text was updated successfully, but these errors were encountered: