Commit:    3f64d35559241fa69b95052faaa4ae93e745c1c6
Author:    Adam Harvey <ahar...@php.net>         Fri, 20 Sep 2013 14:19:01 -0700
Parents:   8f146c2bb0dcba3307f08a839554be056e660f34 
cc66eaa04b123bdfb6aaa7305713fa508640999e
Branches:  PHP-5.5 master

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

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

* PHP-5.4:
  Fix the broken sh syntax in ext/imap/config.m4.

Changed paths:
  MM  NEWS
  MM  ext/imap/config.m4


Diff:
diff --cc NEWS
index 7b37e07,bb170e7..aa3f8d2
--- a/NEWS
+++ b/NEWS
@@@ -5,28 -5,21 +5,32 @@@ PH
  - CLI server:
    . Fixed bug #65633 (built-in server treat some http headers as
      case-sensitive). (Adam)
 +  . Added application/pdf to PHP CLI Web Server mime types (Chris Jones)
  
  - Datetime:
 -  . Fixed bug #64157 (DateTime::createFromFormat() reports confusing error
 -    message). (Boro Sitnikovski)
 +  . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
 +    (Boro Sitnikovski)
 +  . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
 +    (Boro Sitnikovski)
  
 -- Filter:
 -  . Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn)
 -  . Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain 
names).
 -    (Syra)
 +- GD
 +  . Ensure that the defined interpolation method is used with the generic
 +    scaling methods. (Pierre)
  
+ - IMAP:
+   . Fixed bug #65721 (configure script broken in 5.5.4 and 5.4.20 when 
enabling
+     imap). (ryotakatsuki at gmail dot com)
+ 
 -?? ??? 2013, PHP 5.4.20
 +- OPcache:
 +  . Fixed bug #65665 (Exception not properly caught when opcache enabled).
 +    (Laruence)
 +  . Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry)
 +
 +- SPL:
 +  . Fix bug #64782 (SplFileObject constructor make $context optional / give it
 +    a default value). (Nikita)
 +
 +?? ??? 2013, PHP 5.5.4
  
  - Core:
    . Fixed bug #60598 (cli/apache sapi segfault on objects manipulation).


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

Reply via email to