]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.6' into PHP-7.0
authorNikita Popov <nikic@php.net>
Thu, 3 Mar 2016 18:26:22 +0000 (19:26 +0100)
committerNikita Popov <nikic@php.net>
Thu, 3 Mar 2016 18:27:35 +0000 (19:27 +0100)
1  2 
NEWS
sapi/cli/php_http_parser.c
sapi/cli/php_http_parser.h

diff --cc NEWS
index 80559e77b852d839a6956ca50ac0ae931ef88433,cf0cb05082140d762263cd1f2fcdd9cca550d91c..f65d84afdd2c706f62e211c7a4172fb2d795c373
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,20 -1,13 +1,23 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2016, PHP 5.6.20
 +?? ??? 2016 PHP 7.0.5
  
+ - CLI Server:
+   . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph)
  - Core:
 +  . Fixed bug #71695 (Global variables are reserved before execution).
 +    (Laruence)
 +  . Fixed bug #71629 (Out-of-bounds access in php_url_decode in context
 +    php_stream_url_wrap_rfc2397). (mt at debian dot org)
 +  . Fixed bug #71622 (Strings used in pass-as-reference cannot be used to
 +    invoke C::$callable()). (Bob)
    . Fixed bug #71596 (Segmentation fault on ZTS with date function
      (setlocale)). (Anatol)
 +  . Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap()). (Dmitry)
 +  . Fixed bug #71470 (Leaked 1 hashtable iterators). (Nikita)
 +  . Fixed bug #71575 (ISO C does not allow extra ‘;’ outside of a function).
 +    (asgrim)
  
  - Curl:
    . Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw)
index aa9f28638f479e4172b9bfb63f47139a1adff0ce,71730322e02eb19c11c1decceb6cc6b258c3c01d..5f8eb3ce0b19d6d6e2708d46a25958faa2e7cd9d
@@@ -89,9 -89,9 +89,10 @@@ static const char *method_strings[] 
    , "LOCK"
    , "MKCOL"
    , "MOVE"
+   , "MKCALENDAR"
    , "PROPFIND"
    , "PROPPATCH"
 +  , "SEARCH"
    , "UNLOCK"
    , "REPORT"
    , "MKACTIVITY"
index 402e7e3c83b9e3cc3a7a3a5203464b8682ba3795,f2e1246ca8675ebeed7e09abc91a00d688d23581..fa4873abeb04d3bd9fbd83710e1162dd490df4f8
@@@ -88,9 -88,9 +88,10 @@@ enum php_http_metho
    , PHP_HTTP_LOCK
    , PHP_HTTP_MKCOL
    , PHP_HTTP_MOVE
+   , PHP_HTTP_MKCALENDAR
    , PHP_HTTP_PROPFIND
    , PHP_HTTP_PROPPATCH
 +  , PHP_HTTP_SEARCH
    , PHP_HTTP_UNLOCK
    /* subversion */
    , PHP_HTTP_REPORT