summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-08-31 14:53:53 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-08-31 14:53:53 +0200
commit8f32d609c586fdaab200d50377eb8b2e2667d2d2 (patch)
treec31b13a808872e1e67fd2ecb44d13829750206c8
parent97f2bb894a779d1dbb67c5f0582ad98808f81176 (diff)
parent314a9f8553625eec8f5cfc60360790533d786bc5 (diff)
downloadphp-git-8f32d609c586fdaab200d50377eb8b2e2667d2d2.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
-rw-r--r--ext/standard/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index e228ce6121..5b051774c9 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -1547,7 +1547,7 @@ PHP_NAMED_FUNCTION(php_if_ftruncate)
}
if (size < 0) {
- php_error_docref(NULL, E_WARNING, "Negative size is not supported");
+ /* php_error_docref(NULL, E_WARNING, "Negative size is not supported"); */
RETURN_FALSE;
}