From: insekticid at gmail dot com Operating system: Windows 7 / Vista PHP version: 5.3CVS-2009-07-14 (snap) PHP Bug Type: Directory function related Bug description: include path set to symlinked directory failed
Description: ------------ DocumentRoot "D:\dev\web_trunk" in Apache in develop I am changin directories via symlink mklink /d web_trunk web_tag_beta or mklink /d web_trunk web_trunk_actual Working on PHP 5.2.10 but fails with PHP 5.3+ from apache error log with symlinked dir and PHP 5.3.1-dev [Tue Jul 14 17:28:03 2009] [error] [client 127.0.0.1] PHP Fatal error: Unknown: Failed opening required 'D:/dev/web_trunk/index.php' (include_path='.;D:\\dev\\web_trunk') in Unknown on line 0 -- Edit bug report at http://bugs.php.net/?id=48919&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=48919&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=48919&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=48919&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=48919&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=48919&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=48919&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=48919&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=48919&r=needscript Try newer version: http://bugs.php.net/fix.php?id=48919&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=48919&r=support Expected behavior: http://bugs.php.net/fix.php?id=48919&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=48919&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=48919&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=48919&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48919&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=48919&r=dst IIS Stability: http://bugs.php.net/fix.php?id=48919&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=48919&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=48919&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=48919&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=48919&r=mysqlcfg
