summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d346ed9e92..f3b6df1274 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -1513,7 +1513,7 @@ PHP_NAMED_FUNCTION(php_if_ftruncate)
}
if (size < 0) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Negative size is not supported");
+ /* php_error_docref(NULL TSRMLS_CC, E_WARNING, "Negative size is not supported"); */
RETURN_FALSE;
}