ID: 27519
User updated by: su1d at phpclub dot net
Reported By: su1d at phpclub dot net
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Win32
-PHP Version: 5.0.0b4 (beta4)
+PHP Version: 5.0.0RC1-dev
New Comment:
The bug persists in the latest Win32 build.
E:\>php -v
PHP 5.0.0RC1-dev (cli) (built: Mar 5 2004 12:17:19)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.0-dev, Copyright (c) 1998-2004 Zend Technologies
E:\>php -r "$F = new Reflection_Function('abs');"
E:\>php -r "$F = new Reflection_Function('no_function');"
** CRASH **
Previous Comments:
------------------------------------------------------------------------
[2004-03-07 14:51:37] [EMAIL PROTECTED]
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
------------------------------------------------------------------------
[2004-03-07 14:13:17] su1d at phpclub dot net
Description:
------------
E:\>php -v
PHP 5.0.0b4 (cli) (built: Feb 12 2004 18:00:13)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.0-dev, Copyright (c) 1998-2004 Zend Technologies
E:\>php -r "$F = new Reflection_Function('abs');"
E:\>php -r "$F = new Reflection_Function('no_function');"
** BANG! **
Reproduce code:
---------------
$F = new Reflection_Function('no_function');
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27519&edit=1