php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14159 chdir() removes the last slash in parameter
Submitted: 2001-11-21 07:01 UTC Modified: 2001-11-21 14:46 UTC
From: nepto at pobox dot sk Assigned:
Status: Closed Package: Directory function related
PHP Version: 4.0.6 OS: FreeBSD
Private report: No CVE-ID: None
 [2001-11-21 07:01 UTC] nepto at pobox dot sk
I call:

$str = "images/"; chdir($str);

And chdir() removes the last slash from $str. I expected, as common sence says, that it will left $str unchanged.

Anyway, you can look at it in real conditions at
http://nepto.sk/test2.php

I hope this will help. Not me, but you.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-21 14:46 UTC] sniper@php.net
Can not reproduce with PHP 4.1.0RC3:

http://download.php.net/~zeev/php-4.1.0RC3.tar.gz
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC