From: Antony Dovgal Date: Fri, 10 Aug 2007 08:58:44 +0000 (+0000) Subject: nuke the dot X-Git-Tag: php-5.2.4RC2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fbcb745ab203f93e1d736a28f13b8310e58f4d3;p=php nuke the dot --- diff --git a/ext/standard/file.c b/ext/standard/file.c index ab7ac00e50..d9fcf06f91 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1766,7 +1766,7 @@ PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC) 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) {