1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
This commit is contained in:
Scott MacVicar
2008-12-11 01:23:40 +00:00
parent 08e90b069f
commit b2863d6ecc

2
NEWS
View File

@@ -10,6 +10,8 @@ PHP NEWS
- Fixed bug #46748 (Segfault when an SSL error has more than one error). (Scott)
- Fixed bug #46739 (array returned by curl_getinfo should contain content_type key).
(Mikko)
- Fixed bug #35975 (Session cookie expires date format isn't the most compatible.
Now matches that of setcookie()). (Scott)
08 Dec 2008, PHP 5.2.8
- Reverted bug fix #42718 that broke magic_quotes_gpc (Scott)