[PHP-DEV] Bug #12049 Updated: Crash in Zend Engine

2001-10-02 Thread sniper
ID: 12049 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: No feedback. Previous Comments: --

[PHP-DEV] Bug #12049 Updated: Crash in Zend Engine

2001-08-19 Thread sniper
ID: 12049 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Status: Feedback Bug Type: Reproducible crash Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: Does this happen with latest CVS snapshot: http://snaps.php.net/ Previous Comments: ---

Re: [PHP-DEV] Bug #12049 Updated: Crash in Zend Engine

2001-07-11 Thread Zeev Suraski
Ah, well, it segfaults because parent:: wasn't all that good until 4.0.7, with classes that are defined in runtime (like class D in the example, which is only defined at runtime, because C it inherits from is not defined until later on in the file). 4.0.7 should fix this problem, even though th

Re: [PHP-DEV] Bug #12049 Updated: Crash in Zend Engine

2001-07-11 Thread Andrew Sitnikov
This code "Segmentation" for me also (php 4.0.5 linux). zeev> The code snippet you supplied doesn't work - it dies with zeev> Fatal error: Call to undefined function: zoom() in test.php on line 9 zeev> test.php(9) : Fatal error - Call to undefined function: zoom() zeev> At any rate - the ba

[PHP-DEV] Bug #12049 Updated: Crash in Zend Engine

2001-07-11 Thread nassar
ID: 12049 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Reproducible crash Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: H... That code snippet crashes on my system before it has even given the error message. It's a ve

[PHP-DEV] Bug #12049 Updated: Crash in Zend Engine

2001-07-11 Thread zeev
ID: 12049 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Status: Analyzed Bug Type: Reproducible crash Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: The code snippet you supplied doesn't work - it dies with Fatal error: Call to undefined function: zoom() in

[PHP-DEV] Bug #12049 Updated: Crash in Zend Engine

2001-07-11 Thread nassar
ID: 12049 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: This code reproduces the crash: class A{} class B extends A {} class D extends C { function zoom()