|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 07:00:01 2025 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