derick Sun Mar 5 19:01:37 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard php_filestat.h Log: - There is no ltouch. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/php_filestat.h?r1=1.24.2.3&r2=1.24.2.4&diff_format=u Index: php-src/ext/standard/php_filestat.h diff -u php-src/ext/standard/php_filestat.h:1.24.2.3 php-src/ext/standard/php_filestat.h:1.24.2.4 --- php-src/ext/standard/php_filestat.h:1.24.2.3 Sun Mar 5 18:57:54 2006 +++ php-src/ext/standard/php_filestat.h Sun Mar 5 19:01:37 2006 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_filestat.h,v 1.24.2.3 2006/03/05 18:57:54 derick Exp $ */ +/* $Id: php_filestat.h,v 1.24.2.4 2006/03/05 19:01:37 derick Exp $ */ #ifndef PHP_FILESTAT_H #define PHP_FILESTAT_H @@ -56,9 +56,6 @@ PHP_FUNCTION(chmod); #if HAVE_UTIME PHP_FUNCTION(touch); -# if HAVE_LTOUCH -PHP_FUNCTION(ltouch); -# endif #endif PHP_FUNCTION(clearstatcache);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php