Hello Nuno,
Please explain what you mean here. I'm running 5.0.1 on RH/Linux
and getting segfaults when I attempt to use an interface.
Thanks.
--
Best Regards,
Jason
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at
http://bugs.php.net/?id=29080&edit=2
ID: 29080
Updated by: nlopess@php.net
Reported By: jason at ionzoft dot com
-Status: Open
+Status: Bogus
Bug Type: Reproducible crash
Operating System: Redhat ES 3.0 (Intel)
PHP Version: 5.0.0RC3
New Comment:
It works with the Zend Optimizer/Debugger, so it's not our problem.
You should report the problem to Zend.
Previous Comments:
[2004-07-20 17:10:47] jason at ionzoft dot com
Hi,
I'm experiencing the same bug, but it seems only the original poster
comments are considered any good by the system, so could you please
comment on your bug to reopen it.
Thanks,
Piotr
--
Piotr Banasik
T-P-L.com
GnuPG key fingerprint: B1E5 A557 BB24 5E8A 95A4 202A 2B
[2004-07-18 01:00:07] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[2004-07-15 20:06:51] piotr at t-p-l dot com
running the same code seg faults aswell
I narrowed it down to Optimizer here is the proof:
------ WITHOUT OPTIMIZER ------
php -v
PHP 5.0.0 (cli) (built: Jul 15 2004 10:19:20)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.3, Copyright (c) 2003-2004, by
Zend Technologies
with Zend Debugger v3.5.0, Copyright (c) 1999-2004, by Zend
Technologies
php test2.php
Hello
------ WITH OPTIMIZER ------
php -v
PHP 5.0.0 (cli) (built: Jul 15 2004 10:19:20)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.3, Copyright (c) 2003-2004, by
Zend Technologies
with Zend Optimizer v2.5.3, Copyright (c) 1998-2004, by Zend
Technologies
with Zend Debugger v3.5.0, Copyright (c) 1999-2004, by Zend
Technologies
php test2.php
Segmentation fault
------ WITH OPTIMIZER (but no DEBUGGER) ------
php -v
PHP 5.0.0 (cli) (built: Jul 15 2004 10:19:20)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.3, Copyright (c) 2003-2004, by
Zend Technologies
with Zend Optimizer v2.5.3, Copyright (c) 1998-2004, by Zend
Technologies
php test2.php
Segmentation fault
[2004-07-10 14:37:14] helly@php.net
Could you also try to run it with Debugger and Optimizer alone to get
them isolated?
[2004-07-10 06:51:11] curt@php.net
Please try using this CVS snapshot:
http://snaps.php.net/php5-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5-win32-latest.zip
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
http://bugs.php.net/29080