#
4899109e |
| 22-Dec-2016 |
Yasuo Ohgaki |
Update NEWS |
#
3b2b080c |
| 21-Dec-2016 |
Bob Weinand |
Fixed bug #73704 (phpdbg shows the wrong line in files with shebang) |
#
9afc61c2 |
| 21-Dec-2016 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
5733fd1c |
| 20-Dec-2016 |
David Walker |
Fix #73753 - Unpacked Arrays and Duplication |
#
5e6faf23 |
| 21-Dec-2016 |
Anatol Belski |
add UPGRADING and NEWS items |
#
7774fd19 |
| 20-Dec-2016 |
Yasuo Ohgaki |
Update NEWS and UPGRADING |
#
8b06b7e2 |
| 20-Dec-2016 |
Bob Weinand |
Fixed bug #73794 (Crash (out of memory) when using run and # command separator) |
#
d58231dd |
| 20-Dec-2016 |
Adam Baratz |
Add "Sent SQL" to debug dump for emulated prepares |
#
6c692313 |
| 20-Dec-2016 |
Adam Baratz |
Remove PDOStatement::activeQueryString() |
#
43cc3d7d |
| 20-Dec-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #73792 (invalid foreach loop hangs script)
|
#
3c6a2fb0 |
| 20-Dec-2016 |
Dmitry Stogov |
Fixed bug #73792 (invalid foreach loop hangs script) |
#
6bd41a1d |
| 20-Dec-2016 |
Xinchen Hui |
Fixed bug #73789 (Strange behavior of class constants in switch/case block) |
#
7ef2e901 |
| 19-Dec-2016 |
Anatol Belski |
update NEWS |
#
9fb8ea58 |
| 19-Dec-2016 |
Anatol Belski |
update NEWS |
#
c1af9f28 |
| 18-Dec-2016 |
Nikita Popov |
Fix bug #46103 |
#
e8512ed7 |
| 18-Dec-2016 |
Anatol Belski |
update NEWS |
#
7cef66c6 |
| 16-Dec-2016 |
Xinchen Hui |
Fixed bug #73746 (Method that returns string returns UNKNOWN:0 instead) |
#
2f438342 |
| 14-Dec-2016 |
Nikita Popov |
Fixed bug #73727 Error introduced when refactoring zend_alloc code into zend_bitset. |
#
1da589ee |
| 13-Dec-2016 |
Leigh |
Update NEWS/UPGRADING for mcrypt |
#
9eca4dca |
| 12-Dec-2016 |
Andrey Hristov |
Optimized memory handling of BIT fields. Less memory copies and less memory usage. |
#
e15c418c |
| 12-Dec-2016 |
Andrey Hristov |
Fix off by 1 problem. The problem was manifestated only with BIT columns and only when more than one row was fetched. The problem was coming from the fact that in pre-7.0 times mysql
Fix off by 1 problem. The problem was manifestated only with BIT columns and only when more than one row was fetched. The problem was coming from the fact that in pre-7.0 times mysqlnd was using a no-copy optimization. This optimization kept the strings (and also the BIT mask equivalents as strings) in the packet and the zval referred to them. 7.0+ zvals cannot use no-copy and always copy. Because of this the allocated memory for the packet was reduced by 1 by the person who ported the driver, but the starting address of the bit area wasn't reduced. Because of this the bit_area started at wrong address and the length decoded wrong.
show more ...
|
#
505d0b09 |
| 12-Dec-2016 |
Christoph M. Becker |
Add missing NEWS entry |
#
ae91cfac |
| 11-Dec-2016 |
Anatol Belski |
update NEWS |
#
ee2625e2 |
| 11-Dec-2016 |
Anatol Belski |
update NEWS |
#
4eb4ec2c |
| 09-Dec-2016 |
Xinchen Hui |
Update NEWS |