#
c4517b2a |
| 21-Mar-2016 |
Stanislav Malyshev |
Fix bug #71750: use zend_string_safe_alloc for calculated allocations |
#
28a6ed9f |
| 21-Mar-2016 |
Stanislav Malyshev |
Fix bug #71735: Double-free in SplDoublyLinkedList::offsetSet |
#
f3309173 |
| 20-Mar-2016 |
Nikita Popov |
Fixed bug #62059 |
#
12f2665d |
| 20-Mar-2016 |
Nikita Popov |
Merge branch 'PHP-5.6' into PHP-7.0 Conflicts: ext/spl/spl_observer.c
|
#
cc3cdd00 |
| 20-Mar-2016 |
Nikita Popov |
Fixed bug #67582 |
#
a175aa9d |
| 20-Mar-2016 |
Nikita Popov |
Fixed bug #71731 The read_dimension() handler in BP_VAR_IS mode will now call offsetExists() before caling offsetGet(). This has always been a problem, however recently the issue has
Fixed bug #71731 The read_dimension() handler in BP_VAR_IS mode will now call offsetExists() before caling offsetGet(). This has always been a problem, however recently the issue has been exacerbated, because the null-coalesce operator ?? makes it visible for non-nested array accesses. Also fixes #69659.
show more ...
|
#
9564998e |
| 20-Mar-2016 |
Xinchen Hui |
Fixed Bug #71859 (zend_objects_store_call_destructors operates on realloced memory, crashing) |
#
8023204d |
| 18-Mar-2016 |
Nikita Popov |
Fixed bug #52339 Autoloader 101: Don't throw if you fail. PHP will throw for you. |
#
094c8083 |
| 18-Mar-2016 |
Nikita Popov |
Fix bug #71838 |
#
69c9be5c |
| 18-Mar-2016 |
Dmitry Stogov |
typo |
#
11594e86 |
| 18-Mar-2016 |
Dmitry Stogov |
typo |
#
945a6619 |
| 17-Mar-2016 |
Dmitry Stogov |
Added ability to disable huge pages in Zend Memeory Manager through the environment variable USE_ZEND_ALLOC_HUGE_PAGES=0. |
#
28b6f023 |
| 17-Mar-2016 |
Anatol Belski |
fix and update NEWS |
#
b8c9c92d |
| 17-Mar-2016 |
Anatol Belski |
fix and update NEWS |
#
345ecd98 |
| 17-Mar-2016 |
Xinchen Hui |
Fixed #71837 (Wrong arrays behaviour) |
#
041a01fd |
| 17-Mar-2016 |
Xinchen Hui |
Fixed for PHP7 |
#
8e2f658f |
| 17-Mar-2016 |
Xinchen Hui |
Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER) |
#
47f3b3df |
| 17-Mar-2016 |
Xinchen Hui |
Update NEWS |
#
5546f8be |
| 17-Mar-2016 |
Xinchen Hui |
Fixed bug #71841 (EG(error_zval) is not handled well) |
#
6f241f5f |
| 17-Mar-2016 |
Xinchen Hui |
Fixed bug #71840 (Unserialize accepts wrongly data) |
#
14f4848f |
| 17-Mar-2016 |
Ferenc Kovacs |
prepare for 5.6.20RC1 |
#
2921c0e3 |
| 15-Mar-2016 |
Anatol Belski |
prepare next |
#
0ce801a5 |
| 15-Mar-2016 |
Anatol Belski |
update NEWS |
#
ec12385f |
| 11-Mar-2016 |
Yasuo Ohgaki |
Update NEWS Fixed Bug #71754 Regression in PHP7.0: trivial script segfaults php-cgi Fixed Bug #71683 Null pointer dereference in zend_hash_str_find_bucket Fixed Bug #7159
Update NEWS Fixed Bug #71754 Regression in PHP7.0: trivial script segfaults php-cgi Fixed Bug #71683 Null pointer dereference in zend_hash_str_find_bucket Fixed Bug #71599 trans sid handling rework broke interaction with cookies All of these bugs are caused by git global change in PHP-7.0.
show more ...
|
#
02743f43 |
| 11-Mar-2016 |
Nikita Popov |
Fixed bug #71806 |