tony2001 Fri Aug 10 08:58:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard file.c Log: nuke the dot http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.409.2.6.2.23&r2=1.409.2.6.2.24&diff_format=u Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/file.c:1.409.2.6.2.23 php-src/ext/standard/file.c:1.409.2.6.2.24 --- php-src/ext/standard/file.c:1.409.2.6.2.23 Fri Aug 10 00:36:57 2007 +++ php-src/ext/standard/file.c Fri Aug 10 08:58:44 2007 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.c,v 1.409.2.6.2.23 2007/08/10 00:36:57 iliaa Exp $ */ +/* $Id: file.c,v 1.409.2.6.2.24 2007/08/10 08:58:44 tony2001 Exp $ */ /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ @@ -1766,7 +1766,7 @@ goto safe_to_copy; } if (S_ISDIR(src_s.sb.st_mode)) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "The first argument to copy() function cannot be a directory."); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "The first argument to copy() function cannot be a directory"); return FAILURE; } if (!src_s.sb.st_ino || !dest_s.sb.st_ino) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php