Skip to content

Commit 8f32d60

Browse files
committed
Merge branch 'PHP-5.6' into PHP-7.0
2 parents 97f2bb8 + 314a9f8 commit 8f32d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@ PHP_NAMED_FUNCTION(php_if_ftruncate)
15471547
}
15481548

15491549
if (size < 0) {
1550-
php_error_docref(NULL, E_WARNING, "Negative size is not supported");
1550+
/* php_error_docref(NULL, E_WARNING, "Negative size is not supported"); */
15511551
RETURN_FALSE;
15521552
}
15531553

0 commit comments

Comments
 (0)