summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-11-12 02:06:00 +0100
committerFerenc Kovacs <tyrael@php.net>2014-11-12 02:06:00 +0100
commit01b665ee7e1a16ca112eb881b3f34b4f49e9d7fe (patch)
tree1b27abbc7b0579ff20345008bf10f8d9bc39eb05
parentb5cfeaf13c0aeca7f279f632ccc68da821933c55 (diff)
downloadphp-git-01b665ee7e1a16ca112eb881b3f34b4f49e9d7fe.tar.gz
rearrange NEWS
-rw-r--r--NEWS30
1 files changed, 15 insertions, 15 deletions
diff --git a/NEWS b/NEWS
index f8f4721f3a..eaa73b5e85 100644
--- a/NEWS
+++ b/NEWS
@@ -17,9 +17,9 @@ PHP NEWS
. Fixed bug #68129 (parse_url() - incomplete support for empty usernames
and passwords) (Tjerk)
-- phpdbg:
- . Added XML protocol (-x command line flag). (Bob)
- . Added hard interruptions (twice SIGINT). (Bob)
+- CURL:
+ . Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and
+ CURL_SSLVERSION_TLSv1_2 constants if supported by libcurl (Rasmus)
- Fileinfo:
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
@@ -42,13 +42,6 @@ PHP NEWS
. Fixed bug #63595 (GMP memory management conflicts with other libraries
using GMP). (Remi)
-- Reflection:
- . Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)
-
-- OpenSSL:
- . Fixed bug #68074 (Allow to use system cipher list instead of hardcoded
- value). (Remi)
-
- Mysqli:
. Fixed bug #68114 (linker error on some OS X machines with fixed width
decimal support) (Keyur Govande)
@@ -57,17 +50,24 @@ PHP NEWS
. Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
a VARCHAR column) (Keyur Govande)
-- SPL:
- . Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk)
+- OpenSSL:
+ . Fixed bug #68074 (Allow to use system cipher list instead of hardcoded
+ value). (Remi)
-- CURL:
- . Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and
- CURL_SSLVERSION_TLSv1_2 constants if supported by libcurl (Rasmus)
+- phpdbg:
+ . Added XML protocol (-x command line flag). (Bob)
+ . Added hard interruptions (twice SIGINT). (Bob)
- PDO_pgsql:
. Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)
(Matteo, Alain Laporte)
+- Reflection:
+ . Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)
+
+- SPL:
+ . Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk)
+
16 Oct 2014, PHP 5.6.2
- Core: