|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-22 20:29 UTC] sniper@php.net
[2002-09-23 00:06 UTC] donald at eastcape dot net
[2002-09-23 02:23 UTC] donald at eastcape dot net
[2002-09-26 18:15 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 18:00:01 2025 UTC |
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.