#
1c7a53a3 |
| 18-Oct-2016 |
Anatol Belski |
sync NEWS |
#
b4371a42 |
| 18-Oct-2016 |
Anatol Belski |
sync NEWS 48f1a178 is reverted |
#
8b177f6a |
| 18-Oct-2016 |
Bob Weinand |
Fixed bug #73338 (Exception thrown from error handler may crash) |
#
37357d92 |
| 18-Oct-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.1' * PHP-7.1: Fixed bug #73337 (try/catch not working with two exceptions inside a same operation) Revert "Fix bug #47890 #73215 uniqid() should use better ra
Merge branch 'PHP-7.1' * PHP-7.1: Fixed bug #73337 (try/catch not working with two exceptions inside a same operation) Revert "Fix bug #47890 #73215 uniqid() should use better random source" Revert "Fix bug #47890 #73215 uniqid() should use better random source" Update NEWS
show more ...
|
#
c31d66b3 |
| 18-Oct-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #73337 (try/catch not working with two exceptions inside a same operation) Revert "Fix bug #47890 #73215 uniqid() should
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #73337 (try/catch not working with two exceptions inside a same operation) Revert "Fix bug #47890 #73215 uniqid() should use better random source" Update NEWS
show more ...
|
#
7bd4e720 |
| 18-Oct-2016 |
Dmitry Stogov |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Fixed bug #73337 (try/catch not working with two exceptions inside a same operation)
|
#
6558559b |
| 18-Oct-2016 |
Dmitry Stogov |
Fixed bug #73337 (try/catch not working with two exceptions inside a same operation) |
#
10a075fb |
| 18-Oct-2016 |
Yasuo Ohgaki |
Update NEWS |
#
14beea9a |
| 18-Oct-2016 |
Yasuo Ohgaki |
Update NEWS |
#
32123167 |
| 17-Oct-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
0b596f81 |
| 17-Oct-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0 We also use ZEND_LONG_(MAX|MIN) now instead of LONG_(MAX|MIN).
|
#
86e603a6 |
| 17-Oct-2016 |
Christoph M. Becker |
Fix #73333: 2147483647 is fetched as string We return all integers that can be represented as such by PHP as integers, and only those that exceed the possible range as strings. On bu
Fix #73333: 2147483647 is fetched as string We return all integers that can be represented as such by PHP as integers, and only those that exceed the possible range as strings. On builds which represent integers with 64 bits, the range check is unnecessary and might cause code checkers to complain, so we skip this special casing via the preprocessor according to <http://git.php.net/?p=php-src.git;a=commit;h=99d087e5>.
show more ...
|
#
f85cc6ae |
| 17-Oct-2016 |
Anatol Belski |
sync NEWS |
#
bd6bce88 |
| 17-Oct-2016 |
Joe Watkins |
news entry for pr #2158 |
#
85853166 |
| 17-Oct-2016 |
Andrea Faulds |
NEWS and UPGRADING for utf8_encode() and utf8_decode() move |
#
cc80ca9b |
| 17-Oct-2016 |
Joe Watkins |
news entry for pr #2158 |
#
f756c5ea |
| 17-Oct-2016 |
Joe Watkins |
news entry for pr #2158 |
#
6091873d |
| 17-Oct-2016 |
Joe Watkins |
Revert "Fixed bug #73067 (__debugInfo crashes when throwing an exception)" This reverts commit 2d8ab51576695630a7471ff829cc5ea10becdc0f. |
#
fe022275 |
| 17-Oct-2016 |
Joe Watkins |
sync news from 7.1.0RC4 |
#
6766a985 |
| 17-Oct-2016 |
Joe Watkins |
bump news version |
#
72041580 |
| 17-Oct-2016 |
Christopher Jones |
Update 7.1 NEWS for bug #71148 |
#
8be59a13 |
| 17-Oct-2016 |
Christopher Jones |
Fixed bug #71148 (Bind reference overwritten on PHP 7) |
#
d82da7de |
| 16-Oct-2016 |
Bob Weinand |
Fixed bug #71234 (INI files are loaded even invoked as phpdbg -n --version) |
#
e93eaee1 |
| 16-Oct-2016 |
Bob Weinand |
Fixed bug #70776 (Simple SIGINT does not have any effect) |
#
64945e93 |
| 16-Oct-2016 |
Kalle Sommer Nielsen |
Implemented proc_nice() for Windows (FR #49806) The core implementation details are described in win32/nice.c for values sent to proc_nice(), these can however be discussed to maybe comply w
Implemented proc_nice() for Windows (FR #49806) The core implementation details are described in win32/nice.c for values sent to proc_nice(), these can however be discussed to maybe comply with those of wmic, Anatol, thoughts? The test supplied uses wmic for testing the functionality, it could potentially fail on systems where either wmic is not available or the system language is not english (as Microsoft tends to translate even CLI programs).
show more ...
|