* PHP-5.5:
update NEWS
Add a test for bug #67643 (curl_multi_getcontent returns '' when RETURNTRANSFER isn't set)
Fixed bug #67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFER isn't set)
- Core:
. Upgraded crypt_blowfish to version 1.3. (Leigh)
- . Fixed bug #60704 (unlink() bug with some files path).
+ . Fixed bug #60704 (unlink() bug with some files path).
. Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien)
+ - cURL:
+ . Fixed bug #67643 (curl_multi_getcontent returns '' when
+ CURLOPT_RETURNTRANSFER isn't set). (Jille Timmermans)
+
+- Date:
+ . Implemented FR #68268 (DatePeriod: Getter for start date, end date and
+ interval). (Marc Bennewitz)
+
- mbstring:
. Fixed bug #68504 (--with-libmbfl configure option not present on Windows).
(Ashesh Vashi)