ID: 27519 Updated by: [EMAIL PROTECTED] Reported By: su1d at phpclub dot net -Status: Open +Status: Feedback Bug Type: Zend Engine 2 problem Operating System: Win32 PHP Version: 5CVS-2004-03-10 New Comment:
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 And note that the Reflection_Function is now renamed to ReflectionFunction.. Previous Comments: ------------------------------------------------------------------------ [2004-03-26 10:51:27] tony2001 at phpclub dot net I can confirm this bug with latest snapshot (php5-win32-200403261130). I've no ideas how to debug it under win32, so if you tell me how to get the backtrace or something more useful, than this silly error message, I'll try to help, of course. ------------------------------------------------------------------------ [2004-03-09 20:01:37] su1d at phpclub dot net PHP 5.0.0RC1-dev (cli) (built: Mar 10 2004 00:17:49) I'm sorry, but I have to admit that the bug remains in the newest build. We need someone else to check the issue out on a Windows system. ------------------------------------------------------------------------ [2004-03-07 16:16:18] su1d at phpclub dot net Just a common Windows system MessageBox appears notifying me about an error: php.exe - Application Error The instruction at "0x100007164" referenced memory at "0xfffffff8". The memory could not be "read". Click "OK" to terminate the program blah-blah-blah... ------------------------------------------------------------------------ [2004-03-07 15:39:43] [EMAIL PROTECTED] Can't reproduce this on Linux. What is the full error message you get? ------------------------------------------------------------------------ [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
