|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-09-22 07:10 UTC] black@php.net
  [2002-09-22 14:31 UTC] iliaa@php.net
  [2002-10-06 20:27 UTC] black@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 00:00:01 2025 UTC | 
i have a page in: /home/web/sunshine.krneki.org/ in the code i have various stuff to load all .php files from a given directory, the problem is the following: if i do include("modules/content/forum/lang/en/index.php"); it will ofcourse load the file, if i do an opendir() on "modules/content/forum/lang/en/" i dont get a file/directory list from it, but if i prefix the relative path with /home/web/sunshine.krneki.org/ it works fine this leaves me to believe that opendir() doesnt follow the include_path directive