|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-01-15 05:05 UTC] simonslaws at googlemail dot com
[2007-01-15 09:43 UTC] vistoon at symuon dot com
[2007-01-15 23:59 UTC] vistoon at symuon dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 20:00:02 2025 UTC |
Description: ------------ it seems that in Exception.php, SDO_Exception it's an extend of SDO_DAS_Relional_Exception. But it can't found it. is it a special thing to place in path_include of php.ini ? Reproduce code: --------------- <?php require_once 'SDO/DAS/Relational.php'; ?> Expected result: ---------------- nothing visual; Actual result: -------------- Fatal error: Class 'SDO_Exception' not found in /usr/share/php/SDO/DAS/Relational/Exception.php on line 30