summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-10-30 11:31:28 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-10-30 11:31:43 +0100
commitc76dbefe05d8ef9e0d09205d94a7e3d1fc2b4b80 (patch)
tree7252b44a975a563785af85238497528f748b5adc
parent447f07cd28494caf6c9f08640bc6d355f93ed2f2 (diff)
downloadphp-git-c76dbefe05d8ef9e0d09205d94a7e3d1fc2b4b80.tar.gz
Add UPGRADING note for stream_read() change
Ref bug #78575. [ci skip]
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index e648f78e80..4edbfaa57b 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -153,6 +153,9 @@ PHP 7.4 UPGRADE NOTES
considered failures.
. fread() and fwrite() on plain files will now throw a notice on failure,
such as when trying to write to a read-only file resource.
+ . The stream_read() and stream_write() methods on stream wrappers now
+ interpret "false" as a failure return values. If no data is available, but
+ no error occurred, an empty string should be returned instead.
. round(-0.0) will now return -0.0 rather than +0.0.
- Tokenizer: