ID:               32080
 Updated by:       [EMAIL PROTECTED]
 Reported By:      nicoletti at nns dot ch
-Status:           Open
+Status:           Feedback
 Bug Type:         Zend Engine 2 problem
 Operating System: Linux 2.4
 PHP Version:      5.0.3
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2005-02-23 15:41:27] nicoletti at nns dot ch

Description:
------------
segfault when assigning object to itself in ze1 mode

Reproduce code:
---------------
ini_set('zend.ze1_compatibility_mode', true);
class test { }
$t = new test;
$t = $t; // gives segfault

Expected result:
----------------
last line gives segfault



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


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

Reply via email to