#
a2b85dde |
| 23-Nov-2015 |
Xinchen Hui |
Fixed bug #70958 (Invalid opcode while using ::class as trait method paramater default value) |
#
ab17840d |
| 23-Nov-2015 |
Xinchen Hui |
Fixed bug #70957 (self::class can not be resolved with reflection for abstract class) |
#
eada2aa9 |
| 22-Nov-2015 |
Xinchen Hui |
Fixed bug (count on symbol tables) |
#
519f9bc6 |
| 20-Nov-2015 |
Xinchen Hui |
Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED) |
#
2a9fc35e |
| 20-Nov-2015 |
Xinchen Hui |
Update NEWS |
#
a1c88796 |
| 20-Nov-2015 |
Xinchen Hui |
Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions) |
#
f66e25a8 |
| 19-Nov-2015 |
Christopher Jones |
Fixed LOB implementation size_t/zend_long mismatch reported by gcov |
#
77e9f2d6 |
| 19-Nov-2015 |
Remi Collet |
typo |
#
1bd22e8e |
| 19-Nov-2015 |
Remi Collet |
NEWS |
#
366ba413 |
| 14-Oct-2015 |
Andrea Faulds |
Add void return type |
#
4dee0c4a |
| 17-Nov-2015 |
Bob Weinand |
Fixed bug #70899 (buildconf failure in extensions) |
#
96406f08 |
| 16-Nov-2015 |
Andrey Hristov |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
822400ef |
| 16-Nov-2015 |
Andrey Hristov |
News for fixed bug #68344 |
#
9134f9e9 |
| 16-Nov-2015 |
Xinchen Hui |
Merge branch 'PHP-5.6' into PHP-7.0 Conflicts: ext/mysql/php_mysql.c
|
#
be6fd4ba |
| 16-Nov-2015 |
Xinchen Hui |
Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction) Actually, this only be fixed if php uses mysqlnd |
#
0dce4bef |
| 15-Nov-2015 |
Christopher Jones |
Fixed LOB mem leak reported on gcov. Also fixed unsigend comparison compile warning; and remove direct field access |
#
e3d19e81 |
| 14-Nov-2015 |
Anatol Belski |
update NEWS |
#
c2773ea0 |
| 14-Nov-2015 |
Xinchen Hui |
Update NEWs |
#
fce44a5a |
| 14-Nov-2015 |
Xinchen Hui |
Fixed bug #70910 (extract() breaks variable references) |
#
25de928d |
| 13-Nov-2015 |
Xinchen Hui |
Fixed bug #70912 (Null ptr dereference instantiating class with invalid array property) |
#
3a5fa926 |
| 13-Nov-2015 |
Dmitry Stogov |
Squashed commit of the following: commit afe963e6cc289696e60c6c679796ba2197c52b3b Author: Dmitry Stogov <dmitry@zend.com> Date: Fri Nov 13 15:32:29 2015 +0300 Added ne
Squashed commit of the following: commit afe963e6cc289696e60c6c679796ba2197c52b3b Author: Dmitry Stogov <dmitry@zend.com> Date: Fri Nov 13 15:32:29 2015 +0300 Added news entry commit a126b891c97848dd7ef8f1abf716328c46e0f19c Author: Dmitry Stogov <dmitry@zend.com> Date: Fri Nov 13 15:29:21 2015 +0300 VERIFY_RETURN_TYPE doesn't have to cleanup operand on exception, bacause now, live temporary variables are released by exception unwinder. commit 0db475e98786e6bcaa8401ee3e0b33743b9a2f2b Author: Dmitry Stogov <dmitry@zend.com> Date: Thu Nov 12 22:55:39 2015 +0300 Fixed copy/paste commit 0ac73fe7174bec9de9a610319a98b259bea67f7f Author: Dmitry Stogov <dmitry@zend.com> Date: Wed Nov 11 16:11:50 2015 +0300 Fixed bug #62210 (Exceptions can leak temporary variables)
show more ...
|
#
04526093 |
| 12-Nov-2015 |
Dmitry Stogov |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Fixed bug #70900 (SoapClient systematic out of memory error)
|
#
f8bf9bd8 |
| 12-Nov-2015 |
Dmitry Stogov |
Fixed bug #70900 (SoapClient systematic out of memory error) |
#
cc10da47 |
| 12-Nov-2015 |
Anatol Belski |
fixed typo |
#
2b494ecc |
| 12-Nov-2015 |
Xinchen Hui |
Update NEWS |