|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-04-07 07:52 UTC] sniper@php.net
[2004-04-08 03:29 UTC] matthieu at tempoline dot biz
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 27 13:00:01 2025 UTC |
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