#
07fcf5e2 |
| 11-Nov-2021 |
Ben Ramsey |
intl: Update grandfathered and redundant language tags Closes GH-7641. |
#
9cd7f41f |
| 12-Nov-2021 |
Christopher Jones |
Add oci8.prefetch_lob_size |
#
db8952dd |
| 10-Nov-2021 |
Ben Ramsey |
Merge branch 'PHP-8.1'
|
#
89f28faf |
| 09-Nov-2021 |
Ben Ramsey |
The PHP-8.1 branch is now for 8.1.0 |
#
425e70c1 |
| 09-Nov-2021 |
Nikita Popov |
Fix bug #81441 Zero-initialize the sa4/sa6 structures. On musl sin6_scope_id is used by getnameinfo() without NI_NUMERICHOST flag. In the interest of being conservative simply zero o
Fix bug #81441 Zero-initialize the sa4/sa6 structures. On musl sin6_scope_id is used by getnameinfo() without NI_NUMERICHOST flag. In the interest of being conservative simply zero out everything.
show more ...
|
#
904933e9 |
| 08-Nov-2021 |
Derick Rethans |
Fixed bug #81458: Regression: Incorrect difference after timezone change |
#
a38f4f98 |
| 05-Nov-2021 |
Nikita Popov |
Fix bug #78647 We can't take ownership of the delayed autoload table here. It is important that pending classes get loaded before resolving variance of any nested classed, as they mi
Fix bug #78647 We can't take ownership of the delayed autoload table here. It is important that pending classes get loaded before resolving variance of any nested classed, as they might actually be lower in the hierarchy.
show more ...
|
#
4c171ed5 |
| 04-Nov-2021 |
Nikita Popov |
Fix bug #81591: ignore_repeated_errors broken We should suppress the error if the message is the same, not if it's different. Apparently we had no test coverage for these options. |
#
d3932682 |
| 04-Nov-2021 |
Nikita Popov |
Fixed bug #81582 If __toString() comes from a trait, implement Stringable during inheritance. |
#
7f2533d0 |
| 04-Nov-2021 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix #71316: libpng warning from imagecreatefromstring
|
#
f22f4afd |
| 04-Nov-2021 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #71316: libpng warning from imagecreatefromstring
|
#
1919c4b4 |
| 26-Oct-2021 |
Christoph M. Becker |
Fix #71316: libpng warning from imagecreatefromstring We backport the respective upstream fix[1] to our bundled libgd. [1] <https://github.com/libgd/libgd/commit/636100b9280a86e70d8
Fix #71316: libpng warning from imagecreatefromstring We backport the respective upstream fix[1] to our bundled libgd. [1] <https://github.com/libgd/libgd/commit/636100b9280a86e70d852d89251fc5492fce33f4> Closes GH-7615.
show more ...
|
#
cfe8a455 |
| 13-Oct-2021 |
Clément Chigot |
Fix bug #81507: Adjust XCOFF asm files for AIX assembler AIX assembler is a bit more strict than GNU assembler. Thus, adjust the XCOFF asm files to be able to accept both assembler.
Fix bug #81507: Adjust XCOFF asm files for AIX assembler AIX assembler is a bit more strict than GNU assembler. Thus, adjust the XCOFF asm files to be able to accept both assembler. This pulls in upstream boost context changes from https://github.com/boostorg/context/pull/191. Closes GH-7579.
show more ...
|
#
4b9fbc66 |
| 04-Nov-2021 |
Nikita Popov |
Fixed bug #81587 iterator_funcs_ptr may be null for Iterators with custom get_iterator. Ideally MultipleIterator would make use of get_iterator, but this would require a large implem
Fixed bug #81587 iterator_funcs_ptr may be null for Iterators with custom get_iterator. Ideally MultipleIterator would make use of get_iterator, but this would require a large implementation change.
show more ...
|
#
5a3774ca |
| 03-Nov-2021 |
George Peter Banyard |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix Bug #81588 TokyoCabinet driver leaks memory
|
#
84524afb |
| 03-Nov-2021 |
George Peter Banyard |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix Bug #81588 TokyoCabinet driver leaks memory
|
#
96dd310c |
| 03-Nov-2021 |
George Peter Banyard |
Fix Bug #81588 TokyoCabinet driver leaks memory |
#
05b212bb |
| 02-Nov-2021 |
Derick Rethans |
Prepare for 7.4.27 |
#
2d4bfcfd |
| 02-Nov-2021 |
Sara Golemon |
Prep for 8.0.14 |
#
1f458906 |
| 01-Nov-2021 |
Patrick Allaert |
Merge branch 'PHP-8.1'
|
#
56a8b5f3 |
| 01-Nov-2021 |
Patrick Allaert |
Added NEWS entry for bug #81390 |
#
5dc2c38f |
| 27-Oct-2021 |
Patrick Allaert |
Configuring for 8.1.0RC6 |
#
5f4e034e |
| 26-Oct-2021 |
Christoph M. Becker |
[ci skip] Fix typo (Okt → Oct) |
#
f47798e6 |
| 02-Oct-2021 |
Jakub Zelenka |
Fix bug #81026 (PHP-FPM oob R/W in root process leading to priv escalation) The main change is to store scoreboard procs directly to the variable sized array rather than indirectly throu
Fix bug #81026 (PHP-FPM oob R/W in root process leading to priv escalation) The main change is to store scoreboard procs directly to the variable sized array rather than indirectly through the pointer. Signed-off-by: Stanislav Malyshev <stas@php.net> (cherry picked from commit cb2021e5f69da5e2868130a05bb53db0f9f89e4b) Closes GH-7614.
show more ...
|
#
2d11d8b4 |
| 25-Oct-2021 |
Christoph M. Becker |
[ci skip] Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: [ci skip] Fix NEWS
|