From:             [EMAIL PROTECTED]
Operating system: Windows 2000 sp2
PHP version:      4.2.3
PHP Bug Type:     Filesystem function related
Bug description:  won't open *.php on mounted volumes

My .../htdocs/.. files subtree is mounted to
"c:\var\" mount point. Version 4.2.3 of php fails to open scripts there at
all:
----
Warning: Failed opening '/var/...../..../....php' for inclusion
(include_path='.;c:\php4\pear') in Unknown on line 0
----

The roundabout is to reveal the mounted volume under a letter (eg. assign
D: and replace all "/var/" to "d:/" in httpd.conf).

The 4.2.1 version did well with the mount points.
--
-- 
Edit bug report at http://bugs.php.net/?id=20326&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20326&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20326&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20326&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20326&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20326&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20326&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20326&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20326&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20326&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20326&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20326&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20326&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20326&r=isapi

Reply via email to