#
9b89b09b |
| 27-Mar-2018 |
Joe Watkins |
Merge branch 'PHP-7.2' * PHP-7.2: Fixed #75996: Add the right urls to the header of mt_rand.
|
#
fc6cbc3e |
| 27-Mar-2018 |
Joe Watkins |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed #75996: Add the right urls to the header of mt_rand.
|
#
ac4d9fd0 |
| 22-Feb-2018 |
TATAR Balazs Janos |
Fixed #75996: Add the right urls to the header of mt_rand. |
#
f37e95a4 |
| 27-Mar-2018 |
Joe Watkins |
Merge branch 'PHP-7.2' * PHP-7.2: Fix #76131 some arginfo params are different from the documentation
|
#
3e267ca9 |
| 27-Mar-2018 |
Joe Watkins |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #76131 some arginfo params are different from the documentation
|
#
63934ea7 |
| 24-Mar-2018 |
Gabriel Caruso |
Fix #76131 some arginfo params are different from the documentation |
#
8b20e864 |
| 27-Mar-2018 |
Anatol Belski |
[skip ci] Update NEWS |
#
631ed728 |
| 27-Mar-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
2885f628 |
| 27-Mar-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
033907b9 |
| 29-Aug-2017 |
Tim Bazuin |
Add support for rl_completion_suppress_append and rl_completion_append_character These options are only available with libreadline. |
#
5cb825df |
| 10-Mar-2018 |
Christoph M. Becker |
Fix #69948: path/domain are not sanitized in setcookie For improved security, characters not allowed for name and value should also be forbidden for path and domain. |
#
25ba60b1 |
| 14-Feb-2018 |
Michael Heimpold |
Fixed bug #75722: Rework valgrind detection As described in bug report #75722, the configure script (acinclude.m4) currently searches for the valgrind header file and enables valgrind
Fixed bug #75722: Rework valgrind detection As described in bug report #75722, the configure script (acinclude.m4) currently searches for the valgrind header file and enables valgrind support if found. When cross-compiling the searched paths are invalid for the target platform because they belong to the host system. At the moment, there is no way to tell the build system a dedicated path where to look for the header file. This leads to the issue, that when cross-compiling eg. for ARMv5 platform, that valgrind header file is detected - e.g. because host system is amd64 - and support is enabled - but target platform will never support valgrind (valgrind requires e.g. at least ARMv7). This change reworks the detection so that user could manually opt-in valgrind support and optionally specify a directory where the build system should look for the header file using the --with-valgrind option.
show more ...
|
#
ec5b408d |
| 20-Mar-2018 |
Christoph M. Becker |
Update to Oniguruma 6.8.1 |
#
8f5c34cd |
| 20-Mar-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #76113: mbstring does not build with Oniguruma 6.8.1
|
#
4072b278 |
| 20-Mar-2018 |
Christoph M. Becker |
Fix #76113: mbstring does not build with Oniguruma 6.8.1 As of Oniguruma 6.8.1, the regex structure has been moved from the public `oniguruma.h` to the private `regint.h`. Thus, it is n
Fix #76113: mbstring does not build with Oniguruma 6.8.1 As of Oniguruma 6.8.1, the regex structure has been moved from the public `oniguruma.h` to the private `regint.h`. Thus, it is no longer possible to directly access the struct's members, and actually, there is no need to, since there are respective accessor functions available at least of 2.3.1.
show more ...
|
#
cd2912af |
| 19-Mar-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #75944: Wrong cp1251 detection
|
#
47461368 |
| 19-Mar-2018 |
Christoph M. Becker |
Fix #75944: Wrong cp1251 detection `\xFF` is a valid character of CP-1251. |
#
4758164a |
| 15-Mar-2018 |
Xinchen Hui |
Fixed bug #76094 (Access violation when using opcache) |
#
d2b47e80 |
| 14-Mar-2018 |
Joe Watkins |
bump versions |
#
7448b033 |
| 13-Mar-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #74139: mail.add_x_header default inconsistent with docs [ci skip]
|
#
25f324fa |
| 13-Mar-2018 |
Christoph M. Becker |
Fix #74139: mail.add_x_header default inconsistent with docs [ci skip] mail.add_x_header actually defaults to `Off`, so we should use this default in the provided `php.ini`s. |
#
b2622ed8 |
| 13-Mar-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #76088: ODBC functions are not available by default on Windows
|
#
cab354de |
| 13-Mar-2018 |
Christoph M. Becker |
Fix #76088: ODBC functions are not available by default on Windows |
#
d660d6d3 |
| 13-Mar-2018 |
Remi Collet |
next is 7.2.5 |
#
98fe8582 |
| 13-Mar-2018 |
Xinchen Hui |
Forgot NEWs |