From:             matthieu at tempoline dot biz
Operating system: Windows XP
PHP version:      5CVS-2004-04-07 (dev)
PHP Bug Type:     Zend Engine 2 problem
Bug description:  Reflection API not found

Description:
------------
Reflection API not found when instanciating any of its class.

No pb with PHP5_RC1, this problem has begun for 4 or 5 days on the cvs
windows binaries.

Reproduce code:
---------------
// For example... but Reflection_Class send the same result

$func= new Reflection_Function('anything');

Expected result:
----------------
Not a fatal error

Actual result:
--------------
Fatal error: Class 'Reflection_Function' not found in
c:\0pfe_tempoline\dev_coeur\birdie_dev\index.php on line 23

-- 
Edit bug report at http://bugs.php.net/?id=27904&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27904&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27904&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27904&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27904&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27904&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27904&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27904&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27904&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27904&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27904&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27904&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27904&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27904&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27904&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27904&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27904&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27904&r=float

Reply via email to