1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00
Files
archived-php-src/ext/standard/tests/streams
Christoph M. Becker 5ed0602ec6 Fix #76943: Inconsistent stream_wrapper_restore() errors
If restoring of any not registered built-in wrapper is requested, the
function is supposed to fail with a warning, so we have to check this
condition first.

Furthermore, to be able to detect whether a built-in wrapper has been
changed, it is not sufficient to check whether *any* userland wrapper
has been registered, but rather whether the specific wrapper has been
modified.

Closes GH-6183.
2020-09-22 16:11:35 +02:00
..
2018-10-13 11:23:20 +02:00
2017-07-19 22:41:09 +02:00
2019-03-19 10:02:38 +01:00
2019-07-29 17:33:57 +02:00
2019-07-29 17:33:57 +02:00
2020-01-23 14:57:16 +01:00