Nikita Popov
d59aac58b3
Report errors from stream read and write operations
...
The php_stream_read() and php_stream_write() functions now return
an ssize_t value, with negative results indicating failure. Functions
like fread() and fwrite() will return false in that case.
As a special case, EWOULDBLOCK and EAGAIN on non-blocking streams
should not be regarded as error conditions, and be reported as
successful zero-length reads/writes instead. The handling of EINTR
remains unclear and is internally inconsistent (e.g. some code-paths
will automatically retry on EINTR, while some won't).
I'm landing this now to make sure the stream wrapper ops API changes
make it into 7.4 -- however, if the user-facing changes turn out to
be problematic we have the option of clamping negative returns to
zero in php_stream_read() and php_stream_write() to restore the
old behavior in a relatively non-intrusive manner.
2019-07-22 17:17:28 +02:00
..
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-07-19 10:06:10 +02:00
2019-07-19 10:06:10 +02:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2017-03-22 11:08:37 +01:00
2019-06-14 12:55:00 +02:00
2018-10-15 07:13:53 +02:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2019-07-22 17:17:28 +02:00
2019-05-17 03:59:23 +02:00
2019-05-17 03:59:23 +02:00
2019-05-17 03:59:23 +02:00
2017-03-15 00:08:32 +01:00
2018-09-08 19:01:36 +02:00
2018-02-04 16:57:08 +01:00
2018-10-14 12:07:20 -03:00
2019-03-15 22:55:30 +01:00
2019-07-22 17:17:28 +02:00
2019-03-15 22:55:30 +01:00
2018-10-14 12:56:38 +02:00
2018-10-14 12:07:20 -03:00
2018-10-15 04:33:09 +02:00
2018-10-14 12:07:20 -03:00
2018-10-15 04:33:09 +02:00
2018-10-15 04:33:09 +02:00
2018-10-14 12:07:20 -03:00
2018-02-03 13:54:34 +01:00
2018-10-14 12:56:38 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2018-10-14 19:46:15 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2018-10-14 19:46:15 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2018-10-14 19:46:15 +02:00
2019-03-15 22:55:30 +01:00
2019-06-14 12:55:00 +02:00
2018-10-14 19:46:15 +02:00
2019-06-14 12:55:00 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2018-10-15 04:33:09 +02:00
2018-10-15 04:33:09 +02:00
2018-10-15 04:33:09 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-07-12 12:54:26 +02:00
2018-07-25 00:53:25 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2018-07-21 22:38:35 +02:00
2019-03-15 22:55:30 +01:00
2018-10-15 04:33:09 +02:00
2018-10-14 19:46:15 +02:00
2019-03-15 22:55:30 +01:00
2018-10-14 12:56:38 +02:00
2019-07-12 12:54:26 +02:00
2019-07-12 12:54:26 +02:00
2018-10-14 19:46:15 +02:00
2019-03-15 22:55:30 +01:00
2018-10-14 19:46:15 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-07-22 17:17:28 +02:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-04-26 15:05:42 +02:00
2018-10-14 12:07:20 -03:00
2019-03-15 22:55:30 +01:00
2018-10-14 12:07:20 -03:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2019-03-15 22:55:30 +01:00
2018-10-14 12:07:20 -03:00
2019-04-26 15:05:42 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2018-10-14 19:46:15 +02:00
2018-10-15 04:33:09 +02:00
2018-10-15 04:33:09 +02:00
2019-03-15 22:55:30 +01:00
2018-02-20 21:53:48 +01:00
2018-10-15 04:33:09 +02:00
2017-07-10 16:53:56 +02:00
2017-07-10 16:53:56 +02:00
2018-10-15 04:33:09 +02:00
2018-10-14 12:07:20 -03:00
2018-10-15 04:33:09 +02:00
2018-10-15 04:33:09 +02:00
2017-03-22 11:08:37 +01:00
2018-10-15 04:33:09 +02:00
2018-02-20 21:53:48 +01:00
2018-02-20 21:53:48 +01:00
2018-10-15 04:33:09 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-07-12 12:54:26 +02:00
2019-04-10 13:39:17 +02:00
2018-10-14 19:46:15 +02:00
2018-10-14 12:07:20 -03:00
2019-03-15 22:55:30 +01:00
2018-10-14 12:07:20 -03:00
2018-02-04 02:21:40 -08:00
2018-02-04 02:21:40 -08:00
2018-02-04 02:21:40 -08:00
2018-02-04 02:21:40 -08:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2018-10-15 04:33:09 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2018-10-15 04:33:09 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2018-10-15 04:33:09 +02:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2019-03-15 22:55:30 +01:00
2017-10-23 22:14:52 -04:00
2019-03-15 22:55:30 +01:00