]> granicus.if.org Git - php/commitdiff
Merge branch 'ts_bin_hex_conv' of https://github.com/bwoebi/php-src
authorBob Weinand <bobwei9@hotmail.com>
Mon, 10 Aug 2015 14:16:59 +0000 (16:16 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Mon, 10 Aug 2015 14:16:59 +0000 (16:16 +0200)
1  2 
NEWS

diff --cc NEWS
index a29f54cbf04ca6fe38dd9b459c59e8611183e429,0ae8f8411798be930fcb2972f44114e89f421588..5e7c767dcf9beb11c01878f0be018efd2055839c
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,28 -1,5 +1,29 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 +20 Aug 2015, PHP 7.0.0 RC 1
 +
 +- Core:
 +  . Fixed bug #70223 (Incrementing value returned by magic getter). (Laruence)
 +  . Fixed bug #70215 (Segfault when __invoke is static). (Bob)
 +  . Fixed bug #70207 (Finally is broken with opcache). (Laruence, Dmitry)
 +
 +- CLI server:
 +  . Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).
 +    (wusuopu, cmb)
 +
 +- PDO:
 +  . Fixed bug #70221 (persistent sqlite connection + custom function
 +    segfaults). (Laruence)
 +
 +- Phpdbg:
 +  . Fixed bug #70214 (FASYNC not defined, needs sys/file.h include). (Bob)
 +
 +- Standard:
++  . Made bin2hex() and hex2bin() timing safe. (Bob)
 +  . Fixed bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free).
 +    (Laruence)
 +  . Fixed bug #70208 (Assert breaking access on objects). (Bob)
 +
  06 Aug 2015, PHP 7.0.0 Beta 3
  
  - Core: