#
95f5f9d2 |
| 05-May-2022 |
Derick Rethans |
Adding missing NEWS entry |
#
e004e1a9 |
| 03-May-2022 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix GH-8235: iterator_count() may run indefinitely
|
#
ad7b9f4e |
| 27-Apr-2022 |
Christoph M. Becker |
Fix GH-8235: iterator_count() may run indefinitely We need to prevent integer overflow to eventually stop the iteration. A test case doesn't appear sensible for this, because even o
Fix GH-8235: iterator_count() may run indefinitely We need to prevent integer overflow to eventually stop the iteration. A test case doesn't appear sensible for this, because even on 32bit architectures a respective test easily runs for a few minutes. Closes GH-8447.
show more ...
|
#
861b81b8 |
| 02-May-2022 |
Remi Collet |
[ci skip] NEWS |
#
2d4cc0eb |
| 02-May-2022 |
Remi Collet |
[ci skip] NEWS |
#
31692a16 |
| 21-Dec-2021 |
David CARLIER |
Support zend alloc USE_ZEND_ALLOC_HUGE_PAGES option on MacOS ZEND_MM_CHUNK_SIZE fits the VM_FLAGS_SUPERPAGE_SIZE_2MB special file descriptor for mmap call. |
#
82dae61c |
| 29-Apr-2022 |
Jakub Zelenka |
Move FPM ACS fix NEWS entry to 8.0.20 |
#
e28e0ad3 |
| 29-Apr-2022 |
Jakub Zelenka |
Update NEWS entry with correct version for FPM ACL fix |
#
0332b62c |
| 29-Apr-2022 |
Jakub Zelenka |
Merge branch 'PHP-8.0' into PHP-8.1
|
#
ef06f0f5 |
| 18-Apr-2022 |
David CARLIER |
Fix FPM ACL build check on MacOS MacOS has got ACL support but without user/group support. |
#
1944c14c |
| 28-Apr-2022 |
Ilija Tovilo |
Fix ReflectionProperty::__toString() of properties containing enums Fix GH-8444 |
#
fb819faa |
| 27-Apr-2022 |
Ben Ramsey |
Prepare for PHP 8.1.7 |
#
4c0639df |
| 26-Apr-2022 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Haiku fix ZTS build disabling `tsrm_ls_cache` usage.
|
#
4bb0dd49 |
| 11-Apr-2022 |
David Carlier |
Haiku fix ZTS build disabling `tsrm_ls_cache` usage. |
#
52a18a66 |
| 26-Apr-2022 |
Gabriel Caruso |
Prepare for PHP 8.0.20 |
#
e063243d |
| 25-Apr-2022 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix GH-8218: ob_end_clean does not reset Content-Encoding header
|
#
30f4c725 |
| 12-Apr-2022 |
Christoph M. Becker |
Fix GH-8218: ob_end_clean does not reset Content-Encoding header The fix for GH-7953 introduced a regression by being to deliberate adding the respective headers. These must only be add
Fix GH-8218: ob_end_clean does not reset Content-Encoding header The fix for GH-7953 introduced a regression by being to deliberate adding the respective headers. These must only be added, if the handler starts, but is not finalizing. Closes GH-8353.
show more ...
|
#
01b91cb3 |
| 24-Apr-2022 |
Bob Weinand |
Merge branch 'PHP-8.0' into PHP-8.1
|
#
2397e768 |
| 24-Apr-2022 |
Bob Weinand |
Fix GH-8433: Assigning function pointers to structs in FFI leaks memory |
#
1c0dc2a6 |
| 24-Apr-2022 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix GH-8364: msgfmt_format $values may not support references
|
#
f5d9e7c0 |
| 20-Apr-2022 |
Christoph M. Becker |
Fix GH-8364: msgfmt_format $values may not support references We need to deref any references passed in the `$values` array. While we could handle this in the type switch, doing it righ
Fix GH-8364: msgfmt_format $values may not support references We need to deref any references passed in the `$values` array. While we could handle this in the type switch, doing it right away in the foreach loop makes that more explicit, and also circumvents the missing range checks for integers which are not passed as int or double. Closes GH-8407.
show more ...
|
#
8da14a30 |
| 23-Apr-2022 |
Jakub Zelenka |
Merge branch 'PHP-8.0' into PHP-8.1
|
#
ff90d42b |
| 18-Apr-2022 |
David Carlier |
Fix FPM kqueue handler fix remove callback typo It avoids confusion on failed event. |
#
660ef91f |
| 07-Apr-2022 |
George Peter Banyard |
Fix GH-8273: SplFileObject: key() returns wrong value |
#
6186ecd4 |
| 07-Apr-2022 |
George Peter Banyard |
Fix GH-8273: SplFileObject: key() returns wrong value |