Open vjardin opened 6 years ago
Hi! I have not tested other SAPIs yet except CLI. So maybe you can support me here concerning other SAPIs?
Yes you welcome. I was checking php-src in order to understand how to track the root cause but I did not get it. This log can have many roots. What kind of logging can I enable to debug it?
A workaround is to disable opcache, it seems there is a conflict. Currently, I do not know how to track it:
$ php -dopcache.enable=0 -S 127.0.0.1:8080
PHP 7.2.7-0ubuntu0.18.04.2 Development Server started at Sat Aug 4 11:45:28 2018
Listening on http://127.0.0.1:8080
Document root is testc
Press Ctrl-C to quit.
[Sat Aug 4 11:45:31 2018] 127.0.0.1:51406 [200]: /test.php
$ php -dopcache.enable=1 -S 127.0.0.1:8080
PHP 7.2.7-0ubuntu0.18.04.2 Development Server started at Sat Aug 4 11:45:39 2018
Listening on http://127.0.0.1:8080
Document root is testc
Press Ctrl-C to quit.
zend_mm_heap corrupted
console: OK
server: FAILED - zend_mm_heap corrupted