* PHP-7.1:
Add support for getting SKIP_TAGSTART and SKIP_WHITE options
- XML:
. Fixed bug #30875 (xml_parse_into_struct() does not resolve entities). (cmb)
+ . Add support for getting SKIP_TAGSTART and SKIP_WHITE options. (cmb)
-11 Oct 2018, PHP 7.1.23
+11 Oct 2018, PHP 7.2.11
- Core:
+ . Fixed bug #76800 (foreach inconsistent if array modified during loop).
+ (Dmitry)
. Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
memory). (Nikita)
- . Fixed bug #76846 (Segfault in shutdown function after memory limit error).
- (Nikita)
- CURL:
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).