From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version: 4.2.3
PHP Bug Type: Filesystem function related
Bug description: touch() still doesn't work
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 bug report at http://bugs.php.net/?id=19550&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=19550&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=19550&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=19550&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=19550&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=19550&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19550&r=support
Expected behavior: http://bugs.php.net/fix.php?id=19550&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=19550&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=19550&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=19550&r=globals