#
ee2625e2 |
| 11-Dec-2016 |
Anatol Belski |
update NEWS |
#
4eb4ec2c |
| 09-Dec-2016 |
Xinchen Hui |
Update NEWS |
#
6a43c61b |
| 09-Dec-2016 |
Xinchen Hui |
Fixed bug #73646 (mb_ereg_search_init null pointer dereference) |
#
68bdd6d0 |
| 09-Dec-2016 |
Xinchen Hui |
Fixed bug #73686 (Adding settype()ed values to ArrayObject results in references) |
#
60da307c |
| 08-Dec-2016 |
Ferenc Kovacs |
update NEWS |
#
8e40fdd3 |
| 07-Dec-2016 |
Anatol Belski |
update NEWS |
#
73fb2192 |
| 07-Dec-2016 |
Anatol Belski |
update NEWS |
#
e8109e09 |
| 06-Dec-2016 |
Dmitry Stogov |
Fixed memory leaks caused by exceptions thrown from destructors. |
#
76c4a3db |
| 06-Dec-2016 |
Nikita Popov |
Fix bug #73668 Not bothering to implement special handling to get an accurate range for this case. |
#
991ca7f7 |
| 06-Dec-2016 |
Anatol Belski |
update NEWS |
#
7e12b5da |
| 06-Dec-2016 |
Bob Weinand |
Fixed issue getting executable lines from custom wrappers See also krakjoe/phpdbg#161 |
#
72891f38 |
| 06-Dec-2016 |
Xinchen Hui |
Update NEWS |
#
358bd77b |
| 06-Dec-2016 |
Xinchen Hui |
Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a variable created with list()) |
#
266ecb6d |
| 06-Dec-2016 |
Stanislav Malyshev |
Fix bug #73631 - Invalid read when wddx decodes empty boolean element |
#
3b79f8f4 |
| 05-Dec-2016 |
Nikita Popov |
Fix bug #73654 |
#
2f509016 |
| 02-Dec-2016 |
Davey Shafik |
Bump versions and NEWS for 7.1.1-dev |
#
db456d91 |
| 30-Nov-2016 |
Davey Shafik |
Update NEWS for the build |
#
b73a3aff |
| 30-Nov-2016 |
Bob Weinand |
Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup) |
#
d1f9d374 |
| 28-Nov-2016 |
Yasuo Ohgaki |
Fix typo |
#
3e9bb03a |
| 28-Nov-2016 |
Dmitry Stogov |
Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED) |
#
cabcf897 |
| 28-Nov-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filter is working on).
|
#
9a9ad56a |
| 28-Nov-2016 |
Dmitry Stogov |
Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filter is working on). |
#
36d02a36 |
| 27-Nov-2016 |
Stanislav Malyshev |
add NEWS |
#
5049ef2f |
| 17-Nov-2016 |
Christoph M. Becker |
Fix #73549: Use after free when stream is passed to imagepng If a stream is passed to imagepng() or other image output functions, opposed to a filename, we must not close this stream. |
#
bc85678d |
| 26-Nov-2016 |
Stanislav Malyshev |
Add more mbfl string size checks (bug #73505) |