summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2013-08-11 07:15:55 +0900
committerYasuo Ohgaki <yohgaki@php.net>2013-08-11 07:15:55 +0900
commitac538e5e166253a933b1f9f4badae5e19efbf26c (patch)
tree8a2e9b9c5708d4bf37e242bf1177cb6d8a565b0a
parent2df95b135477965832ec9214eb8d58607f734c94 (diff)
downloadphp-git-ac538e5e166253a933b1f9f4badae5e19efbf26c.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0379df0efe..4b373a08c1 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ PHP NEWS
. Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions)
which protects against session fixation attacks and session collisions.
(Yasuo Ohgaki)
+ . Fixed possible buffer overflow under Windows. Note: Not a security fix.
+ (Yasuo)
+ . Changed session.auto_start to PHP_INI_PERDIR. (Yasuo)
+
- Pgsql:
. Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update()
/pg_delete()/pg_insert()). (Yasuo)