From:             [EMAIL PROTECTED]
Operating system: Redhat 7.2
PHP version:      4.3.0RC3
PHP Bug Type:     Filesystem function related
Bug description:  symlink and chroot

if I use

<?
chdir("/home/foo_alfa");
symlinks("../foo", "bar");
?>

the symlink that is created in /home/foo_alfa is 
bar -> /home/foo

ant not
bar -> ../foo

how expected

this is a problem because I use chroot jails for ftp and the file became
not accessible.

Andrea Busia

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

Reply via email to