ID:               19550
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Filesystem function related
 Operating System: Windows 2000
 PHP Version:      4.2.3
 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-09-22 08:32:58] [EMAIL PROTECTED]

I see in the PHP 4.2.4-dev news.txt

- Fixed a bug that prevented touch() from working on various platforms.
(Steph)

This bug is still not fixed, as tested by the following script
(refreshing) :

<?php
touch("./test2");
echo filectime("./test2");
?>

Works perfectly on my linux machine, but not on my Windows machine.

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


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

Reply via email to