From: Andrea Faulds Date: Tue, 19 Aug 2014 23:38:33 +0000 (+0100) Subject: NEWS and UPGRADING X-Git-Tag: PRE_64BIT_BRANCH_MERGE~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90ed6d0ec69c005be125dc7a788074b268d3ceca;p=php NEWS and UPGRADING --- 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