]> granicus.if.org Git - php/commit
Fixed bug #16861.
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 26 Apr 2002 23:46:51 +0000 (23:46 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 26 Apr 2002 23:46:51 +0000 (23:46 +0000)
commit6cc8919dc4129bd79592532d387344e58e8b1f00
tree506fb65dd13d1e4835576af37d7c3a621d061b9a
parent9e9ecbb84f85cbb4f573007f14c3f10b62f4d75e
Fixed bug #16861.
touch sets wrong atime or mtime when they are not specified.
touch silently failed when HAVE_UTIME is not defined.
(This needs more consideration. Which platform does not support it?)
# Derick, after HAVE_UTIME issue is resovled, this should be merged.
# or we can just merge 1st problem for now.
ext/standard/basic_functions.c
ext/standard/filestat.c
ext/standard/php_filestat.h