From 90ed6d0ec69c005be125dc7a788074b268d3ceca Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Wed, 20 Aug 2014 00:38:33 +0100 Subject: [PATCH] NEWS and UPGRADING --- NEWS | 3 +++ UPGRADING | 2 ++ 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 307e0deddc..5bed8eccf7 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,9 @@ PHP NEWS - DBA: . Fixed bug #62490 (dba_delete returns true on missing item (inifile)). (Mike) +- FPM: + . Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). (Chris Wright) + - Standard: . Removed call_user_method() and call_user_method_array() functions. (Kalle) . Fix user session handlers (See rfc:session.user.return-value). (Sara) diff --git a/UPGRADING b/UPGRADING index df68cb1b4b..cb42911ac4 100644 --- a/UPGRADING +++ b/UPGRADING @@ -35,6 +35,8 @@ PHP X.Y UPGRADE NOTES 3. Changes in SAPI modules ======================================== +- FPM + . Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). ======================================== 4. Deprecated Functionality -- 2.50.1