ID: 28516 Comment by: noway at nowaysoft dot com Reported By: info at ubernissen dot dk Status: Open Bug Type: Scripting Engine problem Operating System: Suse 9 Pro AMD64 PHP Version: 4CVS-2004-05-25 (stable) New Comment:
I think its a dup of Bug #24251.. But i think its better to fix this bug instead of updating the doc.. btw, i had this bug on php4.3.7 under Redhat 7.3 Previous Comments: ------------------------------------------------------------------------ [2004-06-28 23:34:59] noway at nowaysoft dot com same probleme here.. PHP should look (read the descrition from the phpdoc) in include_path relative to the current working directory and then in include_path relative to the directory of current script. Its like if PHP arent look into the "directory of current script" ------------------------------------------------------------------------ [2004-05-25 11:51:04] nis at ubernissen dot dk You can see the error here: http://kms.phd.dk/server.php?pageaction=server&contentaction=serverlist ------------------------------------------------------------------------ [2004-05-25 11:49:42] info at ubernissen dot dk Description: ------------ I have a page called server.php, which contains only this "<? include( "index.php"); ?>". In the index.php file this is the the first event: include_once( "include/sitevalues.inc"); In sitevalues.inc the first event is: include("include/adodb.inc.php"); This is where it fails with this: "Warning: main(include/adodb.inc.php): failed to open stream: No such file or directory in /home/kms/htdocs/include/sitevalues.inc on line 6" The page is loaded in a frameset, where the other frames loads okay. I have checked include_path and tried changing the last include, but that generates the same error, except that none of the other frames are loaded. My compile string: CFLAGS='-O2 -fPIC -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' LDFLAGS='-L/usr/lib64' ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pear --with-mysql --enable-shared --with-curl --enable-ftp --enable-sockets --with-dom --with-xmlrpc --with-zlib-dir=/usr/lib --enable-xslt --with-xslt-sablot --enable-debug Reproduce code: --------------- I had to implement the in the description. Expected result: ---------------- I expected that the file adodb.inc.php would be loaded! Actual result: -------------- Not sure what to write here! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28516&edit=1