ID:               21597
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         *Directory/Filesystem functions
 Operating System: Windows ME
 PHP Version:      4.3.0
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




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

[2003-01-25 11:35:23] [EMAIL PROTECTED]

Hi.
getcwd() returns "C:\WINDOWS\Desktop
Confirmed.

Luciano ES
Santos, SP - Brasil

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

[2003-01-25 08:40:42] [EMAIL PROTECTED]

can you please verify that you are really in the directory you think
you are using getcwd()? 

(I wrote glob() in the first place but have no Win system to play with)

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

[2003-01-12 08:18:02] [EMAIL PROTECTED]

The script example provided in the glob() function page does not work
for me, running Windows ME. I tried this simpler test:
        $a = glob ("*.txt");
        print_r ($a);

... and I get an empty array.
Note that the script is in my c:/windows/desktop folder, and I have
quite a few text files there.
And if I run:
        $a = glob ("../*.txt");
        print_r ($a);

... I get the correct listing. But since the script is run from
c:/windows/desktop, glob ("../*.txt") should produce the listing of my
desktop's parent directory, i.e. c:/windows, shouldn't it?

If I state the full path to my desktop, i.e. glob
("c:/windows/desktop/*.txt"), then it works. But that is annoying
because whenever I move the script to another directory, I have to
change the path manually.

I am using PHP as a scripting language, of course.

Thanks,
Luciano ES
Santos, SP - Brasil

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


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

Reply via email to