Commit:    66b88c92bb7796b65f2f1da4b04ef91c0ce7a850
Author:    Pierrick Charron <pierr...@php.net>         Wed, 19 Dec 2012 
19:44:08 -0500
Parents:   59692de77facceada2dd19167c4706c0c2a80ba2 
c46e1cdcae70254cfc0b7d5781f2c71162a3734d
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=66b88c92bb7796b65f2f1da4b04ef91c0ce7a850

Log:
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #55438 (Curlwapper is not sending http header randomly)

Bugs:
https://bugs.php.net/55438

Changed paths:
  MM  NEWS
  MM  ext/curl/streams.c


Diff:
diff --cc NEWS
index 2a8660e,bb3a7df..81bc7a6
--- a/NEWS
+++ b/NEWS
@@@ -1,25 -1,20 +1,29 @@@
  PHP                                                                        
NEWS
  
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2013, PHP 5.3.21
 +?? ??? 2012, PHP 5.4.11
  
 -- Zend Engine:
 -  . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
 -    (Johannes)
 +- Filter:
 +  . Fixed bug #63757 (getenv() produces memory leak with CGI SAPI). (Dmitry)
 +
 +- JSON:
 +  . Fixed bug #63737 (json_decode does not properly decode with options
 +    parameter). (Adam)
 +
 +- CLI server
 +  . Update list of common mime types. Added webm, ogv, ogg. (Lars,
 +    pascalc at gmail dot com)
  
+ - cURL extension:
+   . Fixed bug #55438 (Curlwapper is not sending http header randomly).
+     (php...@lostreality.org, Pierrick)
+ 
 -20 Dec 2012, PHP 5.3.20
 +?? ??? 2012, PHP 5.4.10
  
 -- Zend Engine:
 +- Core:
 +  . Fixed bug #63726 (Memleak with static properties and internal/user
 +    classes). (Laruence)
    . Fixed bug #63635 (Segfault in gc_collect_cycles). (Dmitry)
 -  . Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes 
 +  . Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes
      from value). (Pierrick)
    . Fixed bug #63468 (wrong called method as callback with inheritance).
      (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to