|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-07-18 11:43 UTC] val@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 16:00:01 2025 UTC |
Description: ------------ bcompiler version 0.6s current bytecode version 0.5 can parse bytecode version 0.3, 0.5 require and include need complete path Reproduce code: --------------- #index.php <? require('data/a.php'); ?> #data/a.php <? require('b.php'); ?> Expected result: ---------------- nothing Actual result: -------------- Warning: main(b.php) [function.main]: failed to open stream: No such file or directory in /www/data/a.php on line 2