From ad744263ca44e22abdd962c62fcf88f8bfc57af2 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sat, 19 Jul 2014 10:11:42 +0900 Subject: Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index fd58bd62a3..144d86b4e2 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,10 @@ PHP NEWS - Streams: . Fixed bug #67430 (http:// wrapper doesn't follow 308 redirects). (Adam) +- Session: + . Fixed bug #66827 (Session raises E_NOTICE when session name variable is array). + (Yasuo) + 26 Jun 2014, PHP 5.4.30 - Core: -- cgit v1.2.1 From 0678dc8d912435d27b1c5c00634c1db2b6581ab0 Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Mon, 21 Jul 2014 01:45:36 +0300 Subject: Enable $ replacement in exif, ldap, pdo_pgsql and tidy --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9ed6e5f4b9..a44aa5d2cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,6 +22,10 @@ sapi/nsapi/nsapi.c ident sapi/continuity/capi.c ident Zend/RFCs/002.txt ident Zend/RFCs/003.txt ident +ext/exif/exif.c ident +ext/ldap/ldap.c ident +ext/pdo_pgsql/pdo_pgsql.c ident +ext/tidy/tidy.c ident NEWS merge=NEWS /ext/bz2/tests/with_strings.phpt -crlf /ext/dom/tests/bug40836.phpt -crlf -- cgit v1.2.1