Commit: a92a350ccef7b295a5d7d8404771ae9bb8f602d3 Author: Adam Harvey <ahar...@php.net> Sun, 22 Sep 2013 16:52:41 -0700 Parents: 3f64d35559241fa69b95052faaa4ae93e745c1c6 30e0442c549bd20288ca8754daa0cdf24d98f055 Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a92a350ccef7b295a5d7d8404771ae9bb8f602d3 Log: Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Copy dba_*() keys before converting to string. Changed paths: MM NEWS Diff: diff --cc NEWS index aa3f8d2,e176325..e02d1b9 --- a/NEWS +++ b/NEWS @@@ -5,17 -5,19 +5,21 @@@ 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) + - DBA extension: + . Fixed bug #65708 (dba functions cast $key param to string in-place, + bypassing copy on write). (Adam) + -- 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 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php