#
8e147f12 |
| 16-Oct-2017 |
Xinchen Hui |
Fixed bug (Phi sources removel) |
#
547fee9c |
| 15-Oct-2017 |
Jakub Zelenka |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
999fe36d |
| 15-Oct-2017 |
Jakub Zelenka |
Properly fix #75363 and address some other leaks with cert |
#
7c556c44 |
| 15-Oct-2017 |
Jakub Zelenka |
Fix bug #68567 (JSON_PARTIAL_OUTPUT_ON_ERROR can result in JSON with null key) |
#
46d87c1f |
| 15-Oct-2017 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #53070 (enchant_broker_get_path crashes if no path is set)
|
#
5e2751e7 |
| 15-Oct-2017 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #53070 (enchant_broker_get_path crashes if no path is set)
|
#
5acb8381 |
| 09-Oct-2017 |
Jelle van der Waa |
Fixed bug #53070 (enchant_broker_get_path crashes if no path is set) enchant_broker_get_dict_path segfaults when the dict path is not setup, instead of segfaulting return false instead. |
#
de5f15ed |
| 15-Oct-2017 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #75365 (Enchant still reports version 1.1.0)
|
#
fd993b10 |
| 15-Oct-2017 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #75365 (Enchant still reports version 1.1.0)
|
#
fb090214 |
| 12-Oct-2017 |
Christoph M. Becker |
Fixed bug #75365 (Enchant still reports version 1.1.0) Since Enchant is bundled, we make `PHP_ENCHANT_VERSION` an alias of `PHP_VERSION` and also drop the rather meaningless revision has
Fixed bug #75365 (Enchant still reports version 1.1.0) Since Enchant is bundled, we make `PHP_ENCHANT_VERSION` an alias of `PHP_VERSION` and also drop the rather meaningless revision hash from the PHP info.
show more ...
|
#
481a65a0 |
| 15-Oct-2017 |
Xinchen Hui |
Update NEWS |
#
b9b2ae70 |
| 15-Oct-2017 |
Xinchen Hui |
Update NEWS |
#
816758ed |
| 15-Oct-2017 |
Xinchen Hui |
Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function) |
#
abbdbc21 |
| 14-Oct-2017 |
Xinchen Hui |
Fixed bug #75357 (segfault loading WordPress wp-admin) |
#
f26fc527 |
| 13-Oct-2017 |
Dmitry Stogov |
Fixed unzserialize(), to disable creation of unsupported data structures through manually crafted strings. (Dmitry) |
#
7045362c |
| 13-Oct-2017 |
Dmitry Stogov |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #75368 (mmap/munmap trashing on unlucky allocations)
|
#
bf1c1d07 |
| 13-Oct-2017 |
Dmitry Stogov |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #75368 (mmap/munmap trashing on unlucky allocations)
|
#
397f5cb6 |
| 13-Oct-2017 |
Dmitry Stogov |
Fixed bug #75368 (mmap/munmap trashing on unlucky allocations) |
#
e4f7ff9c |
| 13-Oct-2017 |
Xinchen Hui |
Fixed bug #75370 (Webserver hangs on valid PHP text) |
#
3f8961df |
| 18-Sep-2017 |
Christoph M. Becker |
Fixed bug #75221 (Argon2i always throws NUL at the end) Apparently, `argon2_encodedlen()` also counts the terminating NUL byte; that doesn't appear to be documented somewhere, but from l
Fixed bug #75221 (Argon2i always throws NUL at the end) Apparently, `argon2_encodedlen()` also counts the terminating NUL byte; that doesn't appear to be documented somewhere, but from looking at the implementation[1] it is pretty obvious. Therefore, the respective `zend_string` has to be one byte shorter. [1] <https://github.com/P-H-C/phc-winner-argon2/blob/20161029/src/argon2.c#L431-L436>
show more ...
|
#
ee365074 |
| 12-Oct-2017 |
Bob Weinand |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
f8ff4c49 |
| 12-Oct-2017 |
Bob Weinand |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
a55af1e2 |
| 12-Oct-2017 |
Bob Weinand |
Fixed bug #75363 (openssl_x509_parse leaks memory) |
#
4d61091a |
| 11-Oct-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
1f150fcd |
| 11-Oct-2017 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix Bug #75299 Wrong reflection on inflate_init and inflate_add
|