|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-10-04 09:00 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 17 16:00:02 2026 UTC |
one out of a sequence of require()-statements might fail. the file to be required exists, has correct permissions and no syntax errors in it. require(..) require(..) require("sqldvdzeile.inc"); require(..) such a sequence of requires() causes that bug: Fatal error: Failed opening required '136983144' in /usr/local/apache/htdocs/jakob/ergebnisliste.php3 on line 340 when i rerrange the sequence of requires() sometimes the error disappears or another file causes a similar error. i work with phplib5, but that is IMHO not related to the bug.