* PHP-7.1:
[ci skip] Sort recent NEWS entries alphabetically
- OpenSSL:
. Fixed openssl_* arginfos. (carusogabriel)
- . Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)
+ - PGSQL:
++ . Fixed bug #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)
+
+ - Phar:
++ . Fixed bug #54289 (Phar::extractTo() does not accept specific directories to
++ be extracted). (bishop)
++ . Fixed bug #65414 (deal with leading slash while adding files correctly).
++ (bishopb)
+ . Fixed bug #65414 (deal with leading slash when adding files correctly).
+ (bishopb)
+
- SPL:
. Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)