Edit report at https://bugs.php.net/bug.php?id=64752&edit=1
ID: 64752 Updated by: php-b...@lists.php.net Reported by: mattfic...@php.net Summary: bug40770 is missing memory_limit fatal error -Status: Feedback +Status: No Feedback Type: Bug Package: Testing related Operating System: Windows PHP Version: Irrelevant Assigned To: cmb Private report: N New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Re-Opened". Thank you. Previous Comments: ------------------------------------------------------------------------ [2021-07-07 09:34:01] c...@php.net I cannot reproduce the test failure either. Can you still reproduce it with any of the actively supported PHP versions[1]? [1] <https://www.php.net/supported-versions.php> ------------------------------------------------------------------------ [2013-06-05 16:07:42] a...@php.net Hi Matt, i can't reproduce this one, with older or current builds. Is it still reproducible for you? If yes, could you give me some hints? Thanks ------------------------------------------------------------------------ [2013-05-01 20:09:39] mattfic...@php.net Description: ------------ zend/tests/bug40770.phpt does not output Fatal Error about memory_limit being reached (expected) on NTS builds. Affects recent 5.3 5.4 and 5.5 builds without opcache. With opcache or on TS builds, this test PASSes. I added memory_limit=8M to the INI I used (from test's INI section). Test script: --------------- zend/tests/bug40770.phpt Expected result: ---------------- Fatal error: Allowed memory size of 8388608 bytes exhausted%s(tried to allocate %d bytes) in %s on line %d Actual result: -------------- Empty output. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64752&edit=1