Edit report at https://bugs.php.net/bug.php?id=55713&edit=1
ID: 55713 Updated by: pierr...@php.net Reported by: s...@php.net Summary: Test masks patch for bug55509.phpt -Status: Open +Status: Closed Type: Bug Package: Scripting Engine problem PHP Version: 5.4SVN-2011-09-16 (SVN) -Assigned To: +Assigned To: pierrick Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2011-09-16 18:29:06] pierr...@php.net Automatic comment from SVN on behalf of pierrick Revision: http://svn.php.net/viewvc/?view=revision&revision=316862 Log: Fixed test bug #55713 (Christopher Jones) ------------------------------------------------------------------------ [2011-09-16 18:10:30] s...@php.net 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 ------------------------------------------------------------------------ [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