Edit report at https://bugs.php.net/bug.php?id=55713&edit=1
ID: 55713 Patch added by: s...@php.net Reported by: s...@php.net Summary: Test masks patch for bug55509.phpt Status: Open Type: Bug Package: Scripting Engine problem PHP Version: 5.4SVN-2011-09-16 (SVN) Block user comment: N Private report: N New Comment: The following patch has been added/updated: Patch Name: bug55509.phpt.txt Revision: 1316196629 URL: https://bugs.php.net/patch-display.php?bug=55713&patch=bug55509.phpt.txt&revision=1316196629 Previous Comments: ------------------------------------------------------------------------ [2011-09-16 18:09:58] s...@php.net Description: ------------ Here's a patch to mask the debug mode filename in the message and to remove the platform-specific directory separator. It should be applied to 5.3, 5.4 and trunk. I don't have Zend engine karma to apply it. Expected result: ---------------- No diff. Actual result: -------------- 007+ Fatal error: Allowed memory size of 3221225472 bytes exhausted at /home/cjones/phpsrc/php/php-src/branches/PHP_5_3/ext/standard/string.c:4620 (tried to allocate 536870913 bytes) in /home/cjones/phpsrc/php/php-src/branches/PHP_5_3/Zend/tests/bug55509.php on line 12 007- Fatal error: Allowed memory size of %d bytes exhausted (tried to allocate %d bytes) in %s/bug55509.php on line %d ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55713&edit=1