Edit report at https://bugs.php.net/bug.php?id=51470&edit=1

 ID:               51470
 Updated by:       php-bugs@lists.php.net
 Reported by:      benjamin at gnbit dot com
 Summary:          Files on NTFS Mounted Volumes inaccessible
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          Filesystem function related
 Operating System: Linux
 PHP Version:      5.3.2

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2010-05-19 14:56:05] m...@php.net

Recalssified.

Is Initializer.php within your include_path?

------------------------------------------------------------------------
[2010-04-04 17:48:31] benjamin at gnbit dot com

absolute paths work, but relative paths do not work

------------------------------------------------------------------------
[2010-04-04 07:33:00] benjamin at gnbit dot com

Description:
------------
Description:
------------
Server Web: Linux Fedora 12 
Partition: ext4
Apache 2.0
PHP 5.3.2

Server File: Windows Server 2008  
Partition: Ntfs  

mount windows files in linux using Samba,
example:
mount -t cifs -o 
username=linux,password=###,rw,exec,dev,ntfs,iocharset=utf8,dir_mode=0777,file_m
ode=0777  //192.168.1.70/files  /var/www/html/winsamba/
 

include, reqire and include_path files the seem inaccessible to PHP 5.3.2 
(5.2.x 
version do not show this problem)



Test script:
---------------
require_once "Initializer.php";

Expected result:
----------------
including

Actual result:
--------------
Warning: require_once(Initializer.php) [function.require-once]: failed to open 
stream: No such file or directory in /var/www/html/winsamba/files/bootstrap.php 
on line 47

Fatal error: require_once() [function.require]: Failed opening required 
'Initializer.php' in /var/www/html/winsamba/files/bootstrap.php on line 47




------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=51470&edit=1

Reply via email to