|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-08-01 08:48 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Mar 31 17:00:02 2026 UTC |
Description: ------------ The following script produce a error during compilation in PHP 5.0.0b1 but it works well with PHP 4. Reproduce code: --------------- <?php class c extends stdClass { } echo "ok"; ?> Expected result: ---------------- ok Actual result: -------------- Fatal error: Class 'stdclass' not found in c:\apache\htdocs\std_class.php on line 2