]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0'
authorMatteo Beccati <mbeccati@php.net>
Sun, 10 Jul 2016 12:38:17 +0000 (14:38 +0200)
committerMatteo Beccati <mbeccati@php.net>
Sun, 10 Jul 2016 12:38:17 +0000 (14:38 +0200)
* PHP-7.0:
  Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders
  Fixed bug #70313 PDO statement fails to throw exception

1  2 
NEWS
ext/pdo_pgsql/pgsql_statement.c

diff --cc NEWS
index 2dba37f1ce976273b56b93742177cd6ed59212ec,9af6d5a1b7b5a094cfd32ba2fb104a07b0ffa348..a3cc2b7ec1fe7e99542e8b2a7d18c0f26e89c6cf
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,23 -1,31 +1,28 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2016 PHP 7.0.10
 +?? ??? 2016, PHP 7.1.0beta1
  
  - Core:
 -  . Fixed bug #72496 (Cannot declare public method with signature incompatible
 -    with parent private method). (Pedro Magalhães)
 -  . Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net)
 +  . Fixed bug #72543 (Different references behavior comparing to PHP 5)
 +    (Laruence, Dmitry, Nikita)
 +  . Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
 +    (Dmitry, Nikita)
 +  . Added new constant PHP_FD_SETSIZE. (cmb)
 +  . Added optind parameter to getopt(). (as)
  
- - Filter
+ - Filter:
    . Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8
      range). (bugs dot php dot net at majkl578 dot cz)
  
 -- SPL:
 -  . Fixed bug #55701 (GlobIterator throws LogicException). (Valentin VĂLCIU)
 -
 -- Standard:
 -  . Fixed bug #72152 (base64_decode $strict fails to detect null byte).
 -    (Lauri Kenttä)
 -  . Fixed bug #72263 (base64_decode skips a character after padding in strict
 -    mode). (Lauri Kenttä)
 -  . Fixed bug #72264 (base64_decode $strict fails with whitespace between
 -    padding). (Lauri Kenttä)
+ - PDO_pgsql:
+   . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
+   . Fixed bug #72570 (Segmentation fault when binding parameters on a query
+     without placeholders). (Matteo)
 +- pcntl
 +  . Implemented asynchronous signal handling without TICKS. (Dmitry)
 +  . Added pcntl_signal_get_handler() that returns the current signal handler
 +    for a particular signal. Addresses FR #72409. (David Walker)
  
  - Wddx:
    . Fixed bug #72564 (boolean always deserialized as "true") (Remi)
Simple merge