summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-03-01 11:32:09 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-03-01 11:32:09 +0200
commit55f7747bff9e668f4d61e3b37ee686c51d21da6e (patch)
treee7309cb19262eec4d8bf933c39d360a5e03fbe58
parentc98eb695b5b804a6892b020290a6589781e6126e (diff)
downloadphp-git-55f7747bff9e668f4d61e3b37ee686c51d21da6e.tar.gz
Align entries format for 5.5.23
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 70ded10e9b..a773d77d10 100644
--- a/NEWS
+++ b/NEWS
@@ -11,15 +11,15 @@ PHP NEWS
defined in class scope). (Laruence)
. Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
not validated in memory.c). (nayana at ddproperty dot com)
- . Fixed bug #68166 (Exception with invalid character causes segv) (Rasmus)
+ . Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
. Fixed bug #69141 (Missing arguments in reflection info for some builtin
- functions) (kostyantyn dot lysyy at oracle dot com)
+ functions). (kostyantyn dot lysyy at oracle dot com)
- cURL:
. Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
Win32). (Grant Pannell)
. Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
- by libcurl. (Linus Unneback).
+ by libcurl. (Linus Unneback)
- ODBC:
. Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
@@ -29,8 +29,8 @@ PHP NEWS
. Fixed bug #69038 (switch(SOMECONSTANT) misbehaves). (Laruence)
- OpenSSL:
- . Fix bug #61285, #68329, #68046, #41631: encrypted streams don't observe
- socket timeouts (Brad Broerman)
+ . Fixed bugs #61285, #68329, #68046, #41631 (encrypted streams don't observe
+ socket timeouts). (Brad Broerman)
- pgsql:
. Fixed bug #68638 (pg_update() fails to store infinite values).