php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55713 Test masks patch for bug55509.phpt
Submitted: 2011-09-16 18:09 UTC Modified: 2011-09-16 18:29 UTC
From: sixd@php.net Assigned: pierrick (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: 5.4SVN-2011-09-16 (SVN) OS:
Private report: No CVE-ID: None
 [2011-09-16 18:09 UTC] sixd@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

Patches

bug55509.phpt.txt (last revision 2011-09-16 18:10 UTC by sixd@php.net)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-09-16 18:10 UTC] sixd@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:29 UTC] pierrick@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:29 UTC] pierrick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pierrick
 [2011-09-16 18:29 UTC] pierrick@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC