php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12174 doc_root open_basedir directoves symlink not resolved when copy(create?) a file
Submitted: 2001-07-15 07:02 UTC Modified: 2005-01-31 22:44 UTC
From: vittorio at lacab dot it Assigned:
Status: Closed Package: Safe Mode/open_basedir
PHP Version: 4.0.6 OS: linux 2.4.x?
Private report: No CVE-ID: None
 [2001-07-15 07:02 UTC] vittorio at lacab dot it
i set:
    php_admin_flag safe_mode on
    php_admin_value doc_root /home/casalett
    php_admin_value open_basedir /home/casalett
    php_admin_value upload_tmp_dir /home/casalett/tmp

i have a symlink:
/casaletterature -> /home/casalett/web

but when i copy from /home/casalett/tmp to /casaletterature/.x/etc./etc.
a newfile warning ... and gile is not copied yet...

doc_root open_basedir directoves symlink not resolved when copy(create?) a file

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-20 19:24 UTC] sniper@php.net
Could you please add a short example script which shows
what you're trying to do?


 [2001-11-10 08:44 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 20:01:32 2024 UTC