1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00

Add UPGRADING note for stream_read() change

Ref bug #78575.

[ci skip]
This commit is contained in:
Nikita Popov
2019-10-30 11:31:28 +01:00
parent 447f07cd28
commit c76dbefe05

View File

@@ -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: