pajoye          Mon Aug 11 13:14:02 2008 UTC

  Modified files:              
    /php-src/ext/standard       file.c 
  Log:
  - removed commented code
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.523&r2=1.524&diff_format=u
Index: php-src/ext/standard/file.c
diff -u php-src/ext/standard/file.c:1.523 php-src/ext/standard/file.c:1.524
--- php-src/ext/standard/file.c:1.523   Mon Aug 11 13:09:01 2008
+++ php-src/ext/standard/file.c Mon Aug 11 13:14:01 2008
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: file.c,v 1.523 2008/08/11 13:09:01 pajoye Exp $ */
+/* $Id: file.c,v 1.524 2008/08/11 13:14:01 pajoye Exp $ */
 
 /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
 
@@ -1907,11 +1907,6 @@
                php_error_docref(NULL TSRMLS_CC, E_WARNING, "The second 
argument to copy() function cannot be a directory");
                return FAILURE;
        }
-       /*
-       if (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET, &dest_s, 
NULL) != 0) {
-               goto safe_to_copy;
-       }
-*/
        if (!src_s.sb.st_ino || !dest_s.sb.st_ino) {
                goto no_stat;
        }



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to