1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00
Files
archived-php-src/main
Christoph M. Becker 69888c3ff1 Fix #79467: data:// wrappers are writable
Despite the docs claiming that data: wrappers would not be writable[1],
they are implemented as writing to a memory stream.  That does not seem
to be particularly sensible, so we disallow writing altogether.

[1] <https://www.php.net/manual/en/wrappers.data.php#refsect1-wrappers.data-options>
2020-05-03 12:19:37 +02:00
..
2019-02-03 21:03:00 +01:00
2020-01-27 13:32:51 +01:00
2020-03-11 11:32:46 +01:00
2020-01-27 13:32:51 +01:00
2020-03-26 11:49:27 +01:00
2020-03-31 10:22:55 +02:00
2020-02-27 10:36:01 +01:00
2020-03-26 11:49:27 +01:00