From: [EMAIL PROTECTED] Operating system: winnt4sp6 PHP version: 4.3.0 PHP Bug Type: *Directory/Filesystem functions Bug description: 在4.2.3中正常,但在4.3.0中变了!
这可能不是一个错,但是要说的是会引起许多兄弟的烦恼,这个问题我认为至少应该在说明书里面注明: 在php.ini设置中,include_path = ".;d:\yours\include;d:\haha" 形式的配置在新版的php中有问题,具体是,如果您在程序中使用require()、include()或者include_once()它会告诉你找不到所包含的文件。 这个问题烦了我有5~6个多小时,最后在我不懈的调试下,发现使用"/"而不是"\"符号以后,就可以正确引用包含文件. 我的环境是winnt4sp6+apache1.3.27+php4.3.0 mr..vw [EMAIL PROTECTED] -- Edit bug report at http://bugs.php.net/?id=21251&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21251&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21251&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21251&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21251&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21251&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21251&r=support Expected behavior: http://bugs.php.net/fix.php?id=21251&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21251&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21251&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21251&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21251&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21251&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21251&r=isapi