summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-03-01 11:36:01 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-03-01 11:36:01 +0200
commitaaaa90591289a98b2b40af216a50a46a5e379505 (patch)
tree3c3dc7a85fc63bd4fb52d5ced4da3b590e53a85e
parent041b472d6f78d34497546b52310860b8fc085b24 (diff)
downloadphp-git-aaaa90591289a98b2b40af216a50a46a5e379505.tar.gz
Align entries format for 5.6.7
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ff9173e8ed..3eb35a1080 100644
--- a/NEWS
+++ b/NEWS
@@ -9,15 +9,15 @@
callback). (Mike)
. 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)
@@ -28,8 +28,8 @@
- OpenSSL:
. Fixed bug #68912 (Segmentation fault at openssl_spki_new). (Laruence)
- . Fixed bug #61285, #68329, #68046, #41631: encrypted streams don't observe
- socket timeouts (Brad Broerman)
+ . Fixed bug #61285, #68329, #68046, #41631 (encrypted streams don't observe
+ socket timeouts). (Brad Broerman)
- pgsql:
. Fixed bug #68638 (pg_update() fails to store infinite values).