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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sixd@php.net
New email:
PHP Version: OS:

 

 [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)

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 02:01:36 2025 UTC