summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-02-20 16:32:27 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2018-02-20 16:33:55 +0100
commit6237bcd39eec4bc655f18000da44b6948ee1e6f9 (patch)
treeafdc533dfd766e1fb830bfa6e4c05dcab6c8e0b7
parente80e38ab7caa09b91c841d9b0e711791d75d8883 (diff)
parent656381745ad33b1904a5ddbd733c956fdae8fafb (diff)
downloadphp-git-6237bcd39eec4bc655f18000da44b6948ee1e6f9.tar.gz
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: [ci skip] Sort recent NEWS entries alphabetically
-rw-r--r--NEWS22
1 files changed, 11 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 1d36c307d3..ecdc008853 100644
--- a/NEWS
+++ b/NEWS
@@ -22,17 +22,6 @@ PHP NEWS
- libxml2:
. Fixed bug #75871 (use pkg-config where available). (pmmaga)
-- 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)
-
- ODBC:
. Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)
@@ -47,6 +36,17 @@ PHP NEWS
- OpenSSL:
. Fixed openssl_* arginfos. (carusogabriel)
+- 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)