Edit report at https://bugs.php.net/bug.php?id=60825&edit=1

 ID:                 60825
 Updated by:         larue...@php.net
 Reported by:        php at wallbash dot com
 Summary:            Segfault when running symfony 2 tests
-Status:             Critical
+Status:             Closed
 Type:               Bug
 Package:            Reproducible crash
 Operating System:   Ubuntu 10.04.3 LTS
 PHP Version:        5.4.0RC6
 Assigned To:        laruence
 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:
------------------------------------------------------------------------
[2012-01-26 01:21:34] larue...@php.net

Automatic comment from SVN on behalf of laruence
Revision: http://svn.php.net/viewvc/?view=revision&revision=322770
Log: Fixed bug #60825 (Segfault when running symfony 2 tests)

------------------------------------------------------------------------
[2012-01-24 14:39:45] larue...@php.net

Automatic comment from SVN on behalf of laruence
Revision: http://svn.php.net/viewvc/?view=revision&revision=322678
Log: Re-fixed bug #60825 (Segfault when running symfony 2 tests)

------------------------------------------------------------------------
[2012-01-24 02:50:37] larue...@php.net

assign to myself, will close after commit to 5.4 branch

------------------------------------------------------------------------
[2012-01-21 17:29:04] larue...@php.net

fixed in trunk, will commit to branch when I got the permission from stas, and 
a   
simple reproduce script:

<?php
class test {
    public function __toString() {
        return "aaa";
    }
}

$a = new test;

require_once $a;

------------------------------------------------------------------------
[2012-01-21 17:13:54] larue...@php.net

Automatic comment from SVN on behalf of laruence
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=322541
Log: Fixed bug #60825 (Segfault when running symfony 2 tests)

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=60825


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=60825&edit=1

Reply via email to