diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2016-08-31 13:27:23 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2016-08-31 13:27:23 +0200 |
commit | 08a71df6127d499eabcf6088493a217fd9436f37 (patch) | |
tree | 1d638f53f27052a74425945e1653e3d1ba0f84a8 | |
parent | 3317287ce125a33eb9d35501e59ad8330215f100 (diff) | |
parent | f215fb874ff30cf9be6322210c58021e75a7c393 (diff) | |
download | php-git-08a71df6127d499eabcf6088493a217fd9436f37.tar.gz |
Merge branch 'PHP-5.6' into PHP-7.0
-rw-r--r-- | ext/standard/file.c | 2 |
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; } |