]> granicus.if.org Git - php/commitdiff
NEWS and UPGRADING
authorAndrea Faulds <ajf@ajf.me>
Tue, 19 Aug 2014 23:38:33 +0000 (00:38 +0100)
committerAndrea Faulds <ajf@ajf.me>
Tue, 19 Aug 2014 23:38:33 +0000 (00:38 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 307e0deddcab534030aef7e1b3ddde9e2bc23f69..5bed8eccf7cec895c451ec9ec97b4c2c1b35e230 100644 (file)
--- 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)
index df68cb1b4bc14834e095ff8aeed2dba0c92656a4..cb42911ac465a4135a69c04d687ac65639c8b3ad 100644 (file)
--- 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