From 7fd337f95581d1b54e5a715a3a6fefdf6db2a4dc Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 5 Mar 2006 19:01:37 +0000 Subject: [PATCH] - There is no ltouch. --- ext/standard/php_filestat.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 4c18392d06..10b04afeb7 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -56,9 +56,6 @@ PHP_FUNCTION(lchgrp); PHP_FUNCTION(chmod); #if HAVE_UTIME PHP_FUNCTION(touch); -# if HAVE_LTOUCH -PHP_FUNCTION(ltouch); -# endif #endif PHP_FUNCTION(clearstatcache); -- 2.50.1