#
3a78530b |
| 26-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
8fcfacf7 |
| 26-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
2139918e |
| 26-Aug-2016 |
Christoph M. Becker |
Fix #65550: get_browser() incorrectly parsers entries with "+" sign + signs in the browscap patterns are meant to be literal characters, so we have to escape them for the regex matching. |
#
14cd14dd |
| 26-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
c4c3eb55 |
| 26-Aug-2016 |
Christoph M. Becker |
Fix #72949: Typo in opcache error message |
#
557f1ccf |
| 26-Aug-2016 |
Xinchen Hui |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #72943 (assign_dim on string doesn't reset hval) Conflicts: Zend/zend_execute.c
|
#
c67fa3c9 |
| 26-Aug-2016 |
Xinchen Hui |
Fixed bug #72943 (assign_dim on string doesn't reset hval) |
#
9f6d2c05 |
| 25-Aug-2016 |
Anatol Belski |
update NEWS |
#
57509fb9 |
| 25-Aug-2016 |
Anatol Belski |
update NEWS |
#
3f53814c |
| 25-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
433976f9 |
| 25-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
84512a11 |
| 25-Aug-2016 |
Christoph M. Becker |
Fix #70825: Cannot fetch multiple values with group in ini file If we have the position already from the last fetch, we also have to preset the current group, because it won't be read ag
Fix #70825: Cannot fetch multiple values with group in ini file If we have the position already from the last fetch, we also have to preset the current group, because it won't be read again.
show more ...
|
#
bd8112af |
| 25-Aug-2016 |
Christoph M. Becker |
Fix #71514: Bad dba_replace condition because of wrong API usage We're backporting commit 9e309a2d to PHP-5.6, because it is a bugfix. |
#
cd5cab62 |
| 25-Aug-2016 |
Anatol Belski |
update NEWS |
#
392c5ea4 |
| 25-Aug-2016 |
Anatol Belski |
Fixed bug #72922 COM called from PHP does not return out parameters |
#
6dccadaa |
| 23-Aug-2016 |
Aaron Piotrowski |
Remove accidental NEWS and UPGRADING entries Merge mistake from PHP-7.1. |
#
f4e68a39 |
| 23-Aug-2016 |
Levi Morrison |
Revert "Do not prepend ? on nullables in ReflectionType::__toString()" This reverts commit 8855a2ce76e8bfba1d2eea1345c765fde7a9a441. |
#
62ab40bc |
| 23-Aug-2016 |
Dmitry Stogov |
Added tests and NEWS entry Fixed bug #72598 (Reference is lost after array_slice()) |
#
434ae90e |
| 22-Aug-2016 |
Xinchen Hui |
Fixed bug #72920 (Accessing a private constant using constant() creates an exception AND warning) |
#
5347246f |
| 21-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
4c13a7f5 |
| 21-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
6a232c36 |
| 21-Aug-2016 |
Christoph M. Becker |
Fix #68716: possible resource leaks in _php_image_convert() We properly clean up after ourselves wrt. to closing opened file pointers and created images. |
#
3dc6c4b3 |
| 21-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
4c68fc53 |
| 21-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
d65adac2 |
| 21-Aug-2016 |
Christoph M. Becker |
Fix #72913: imagecopy() loses single-color transparency on palette images The proper code to handle true-color to palette copies is already contained in gdImageCopy(), so we can simply r
Fix #72913: imagecopy() loses single-color transparency on palette images The proper code to handle true-color to palette copies is already contained in gdImageCopy(), so we can simply remove the buggy duplicated code.
show more ...
|