#
961c8d56 |
| 01-Mar-2016 |
Xinchen Hui |
Maybe we should introduce a symtable_exists_ind |
#
b17d2ad5 |
| 01-Mar-2016 |
Xinchen Hui |
Merge branch 'PHP-7.0' * PHP-7.0: Fixed bug #71695 (Global variables are reserved before execution).
|
#
186844be |
| 01-Mar-2016 |
Xinchen Hui |
Fixed bug #71695 (Global variables are reserved before execution). Instead of slow down hash_merge, we may also check the array(whether it contains INDIRECT) outside of the loop, however
Fixed bug #71695 (Global variables are reserved before execution). Instead of slow down hash_merge, we may also check the array(whether it contains INDIRECT) outside of the loop, however, consisdering hash_merge is not widly used, I prefer fix this in the current way to keep the codes simple
show more ...
|
#
b378c7cf |
| 25-Feb-2016 |
Xinchen Hui |
Merge branch 'PHP-7.0' * PHP-7.0: Fixed bug #71660 (array_column behaves incorrectly after foreach by reference)
|
#
c299b272 |
| 25-Feb-2016 |
Xinchen Hui |
Fixed bug #71660 (array_column behaves incorrectly after foreach by reference) |
#
5c08bb65 |
| 16-Feb-2016 |
Xinchen Hui |
Merge branch 'PHP-7.0' * PHP-7.0: Fixed bug #71603 (compact() maintains references in php7)
|
#
0fccd154 |
| 16-Feb-2016 |
Xinchen Hui |
Fixed bug #71603 (compact() maintains references in php7) |
#
effc1ba0 |
| 15-Feb-2016 |
Xinchen Hui |
Merge branch 'PHP-7.0' * PHP-7.0: Fixed typo (I think it should be a typo)
|
#
e917402f |
| 15-Feb-2016 |
Xinchen Hui |
Fixed typo (I think it should be a typo) |
#
b2245c55 |
| 13-Feb-2016 |
Nikita Popov |
Merge branch 'PHP-7.0'
|
#
7f474086 |
| 13-Feb-2016 |
Nikita Popov |
Fix extract() overwriting its own argument Already covered by bug46873.phpt under valgrind. |
#
8b023e91 |
| 01-Feb-2016 |
Antony Dovgal |
use correct pointer in the math |
#
67a728f8 |
| 01-Feb-2016 |
Antony Dovgal |
use correct pointer in the math |
#
2eb47286 |
| 30-Jan-2016 |
Nikita Popov |
Remove HAVE_SPL checks SPL is always built. Also clean up spl_ce_RuntimeException handling in PDO. |
#
3bbcd84e |
| 12-Jan-2016 |
Thomas Punt |
re-apply patch for github PR #1695 |
#
66d10fe0 |
| 11-Jan-2016 |
Anatol Belski |
Revert "patch for github PR #1695" This reverts commit 58dd956b63e4fd2c9cf8210239cf5e56e3858ff5. crashes on travis |
#
58dd956b |
| 11-Jan-2016 |
Thomas Punt |
patch for github PR #1695 |
Revision tags: php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
ed35de78 |
| 01-Jan-2016 |
Lior Kaplan |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Happy new year (Update copyright to 2016)
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016) |
#
c56efb84 |
| 26-Dec-2015 |
Xinchen Hui |
Fixed bug #71220 (Null pointer deref (segfault) in compact via ob_start) |
Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8 |
|
#
6313e16a |
| 23-Nov-2015 |
Xinchen Hui |
Improved fix for bug (count on symbol table) |
#
eada2aa9 |
| 22-Nov-2015 |
Xinchen Hui |
Fixed bug (count on symbol tables) |
#
fce44a5a |
| 14-Nov-2015 |
Xinchen Hui |
Fixed bug #70910 (extract() breaks variable references) |
Revision tags: php-7.0.0RC7, php-5.6.16RC1 |
|
#
c4297a5a |
| 30-Oct-2015 |
Reeze Xia |
This couldn't be false as it has been checked before |
#
68b431e3 |
| 30-Oct-2015 |
Reeze Xia |
Use h parameter to avoid duplicate ht access of `array_combine()` |