ID:               17567
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Filesystem function related
 Operating System: Linux (SuSE)
 PHP Version:      4.2.1
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2002-07-30 09:41:08] [EMAIL PROTECTED]

I think this issue has already been reported in
http://bugs.php.net/bug.php?id=14076

Hajo

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

[2002-06-02 15:59:27] [EMAIL PROTECTED]

Hello,

open_basedir has trouble with symlinks:

File: /var/www/server/xyz.com/ezdemo/htdocs/classes/ezfile.php

Symlink: /kunden/hosting/server -> /var/www/server

Unless I set open_basedir to '/' I get some errors like these:


open_basedir set to '/var' or '/kunden/hosting/server/xyz.com/ezdemo':

Warning: open_basedir restriction in effect. File is in wrong directory
in /var/www/server/xyz.com/ezdemo/htdocs/classes/ezfile.php on line
282

Warning:
fopen("/kunden/hosting/server/xyz.com/ezdemo/htdocs/classes/cache/02208adcfca7b0a5f64d1e07f5f5c385.php",
"w+") - Operation not permitted in
/var/www/server/xyz.com/ezdemo/htdocs/classes/ezfile.php on line 282


open_basedir set to '/kunden'

Warning: open_basedir restriction in effect. File is in wrong directory
in Unknown on line 0

Warning: Failed opening
'/kunden/hosting/server/xyz.com/ezdemo/htdocs/index_admin.php' for
inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0


Regards,
  Martin

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


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

Reply via email to