#
4e3192dd |
| 27-Nov-2021 |
Patrick Allaert |
Fixed misplaced PgSQL NEWS entry |
#
22756f56 |
| 27-Nov-2021 |
Patrick Allaert |
Sorting and standardize NEWS entries |
#
6008a75f |
| 23-Nov-2021 |
Christoph M. Becker |
Update to PCRE2 10.39 We also apply an respective upstream fix[1]. [1] <https://github.com/PhilipHazel/pcre2/commit/d144199dfbefd276669a138b042f559b687b8bc8> Closes GH-7678. |
#
df5e95b4 |
| 25-Nov-2021 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix #81649: imap_(un)delete accept sequences, not single numbers
|
#
179030d1 |
| 24-Nov-2021 |
Christoph M. Becker |
Fix #81649: imap_(un)delete accept sequences, not single numbers As such, the parameter name `$message_num` is utmost misleading; it should be `$message_nums` as for other functions.
Fix #81649: imap_(un)delete accept sequences, not single numbers As such, the parameter name `$message_num` is utmost misleading; it should be `$message_nums` as for other functions. Closes GH-7686.
show more ...
|
#
a40f3ef9 |
| 25-Nov-2021 |
Christoph M. Becker |
[ci skip] PHP 8.1.0 ships today |
#
be271f27 |
| 24-Nov-2021 |
Nikita Popov |
Fix bug #81652 We need to check not only for defs but also for uses of the variable. |
#
b29e85a0 |
| 22-Nov-2021 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #75725: ./configure: detecting RAND_egd
|
#
60fe575c |
| 19-Nov-2021 |
Дилян Палаузов |
Fix #75725: ./configure: detecting RAND_egd Closes GH-7668. |
#
76548e50 |
| 17-Nov-2021 |
Dmitry Stogov |
Fixed bug #81607 (CE_CACHE allocation with concurrent access) |
#
4d4fe763 |
| 17-Nov-2021 |
Nikita Popov |
Fixed bug #81631 We need to save the opline before fetching the operand, as it may throw an undef var warning. |
#
6641e3b8 |
| 17-Nov-2021 |
Nikita Popov |
Fix bug #81630: Don't claim known hash in getTraitAliases() We don't intern this string, and this code is not particularly performance critical in the first place, so just drop the the
Fix bug #81630: Don't claim known hash in getTraitAliases() We don't intern this string, and this code is not particularly performance critical in the first place, so just drop the the assumption.
show more ...
|
#
812df2bd |
| 12-Nov-2021 |
Cameron Porter |
Fix bug #81611 Add zend_fetch_class_with_scope() which accepts a scope to use for self/parent, and use that during constant expression evaluation. Closes GH-7649. |
#
1641e298 |
| 16-Nov-2021 |
Christoph M. Becker |
[ci skip] Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: [ci skip] Fix news entry for bug #79971 [ci skip] Update NEWS
|
#
b9632086 |
| 16-Nov-2021 |
Christoph M. Becker |
[ci skip] Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: [ci skip] Fix news entry for bug #79971 [ci skip] Update NEWS
|
#
8a207647 |
| 16-Nov-2021 |
Christoph M. Becker |
[ci skip] Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: [ci skip] Fix news entry for bug #79971 [ci skip] Update NEWS
|
#
d14a9139 |
| 16-Nov-2021 |
Christoph M. Becker |
[ci skip] Fix news entry for bug #79971 |
#
9e25c4b3 |
| 16-Nov-2021 |
Nikita Popov |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fixed bug #81626
|
#
d26965b2 |
| 16-Nov-2021 |
Nikita Popov |
Fixed bug #81626 Backport of a8926474cb2c68cde2a7c0d19bcd95cdbda55ad2 to 7.4. |
#
4a265632 |
| 15-Nov-2021 |
Nikita Popov |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix bug #81618: Correct dns_get_record on FreeBSD
|
#
45f52285 |
| 14-Nov-2021 |
Matt |
Fix bug #81618: Correct dns_get_record on FreeBSD Modify dns_get_record to test for records result based on dns_errno to accommodate modern FreeBSD, for which res_nsearch() does not upda
Fix bug #81618: Correct dns_get_record on FreeBSD Modify dns_get_record to test for records result based on dns_errno to accommodate modern FreeBSD, for which res_nsearch() does not update h_errno directly. Add new php_dns_errno macro, and have it consult statp->res_h_errno when OS has res_nsearch(). Closes GH-7655.
show more ...
|
#
7967875d |
| 15-Nov-2021 |
Stanislav Malyshev |
[ci skip] Update NEWS |
#
48bc4ea7 |
| 14-Nov-2021 |
Jakub Zelenka |
Merge branch 'PHP-8.0' into PHP-8.1
|
#
ec3d4409 |
| 14-Nov-2021 |
Jakub Zelenka |
Merge branch 'PHP-7.4' into PHP-8.0
|
#
b2cf9b7e |
| 07-Nov-2021 |
Jakub Zelenka |
Fix bug #81513 (Future possibility for heap overflow in FPM zlog) This fixes currently unused code path in zlog that could lead to the heap overflow in the future. |