#
26d63c74 |
| 01-Jul-2022 |
David Carlier |
Merge branch 'PHP-8.0' into PHP-8.1
|
#
b3569865 |
| 30-Jun-2022 |
David Carlier |
Fix the crypt sha apis build (with recent clang versions). Removing the said subtraction by casting instead. While at it fixing werror level on phpdbg too. Closes #8897. |
#
a1934273 |
| 18-Jun-2022 |
David Carlier |
Adds `TCP_CONGESTION` socket option for Linux/FreeBSD. Closes #8824. |
#
4c37b74c |
| 30-Jun-2022 |
Dmitry Stogov |
Add NEWS entry |
#
e2bd3b1e |
| 29-Apr-2022 |
Max Kellermann |
main/streams/plain_wrapper: skip lseek(SEEK_CUR) for newly opened files A file that has just been opened is known to be at offset zero, and the lseek(SEEK_CUR) system call to determine t
main/streams/plain_wrapper: skip lseek(SEEK_CUR) for newly opened files A file that has just been opened is known to be at offset zero, and the lseek(SEEK_CUR) system call to determine the current offset can be skipped. Closes #8540.
show more ...
|
#
b7693360 |
| 29-Jun-2022 |
Dmitry Stogov |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php syntaxe of a valid file)
|
#
7cf6f173 |
| 29-Jun-2022 |
Dmitry Stogov |
Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php syntaxe of a valid file) |
#
63c7418b |
| 28-Jun-2022 |
Remi Collet |
[ci skip] NEWS and UPGRADING |
#
3eead43b |
| 27-Jun-2022 |
David Carlier |
Merge branch 'PHP-8.0' into PHP-8.1
|
#
325ca31d |
| 15-Jun-2022 |
Heiko Weber |
FPM: zlog, fix free on wrong address for message prepend. |
#
49a3cc63 |
| 25-Jun-2022 |
Derick Rethans |
Merge branch 'PHP-8.0' into PHP-8.1
|
#
973c3f6e |
| 24-Jun-2022 |
Derick Rethans |
Fixed #80047: DatePeriod doesn't warn with custom DateTimeImmutable |
#
44cd74b6 |
| 17-Jun-2022 |
Ilija Tovilo |
Fix lineno in backtrace of multi-line function calls Closes GH-8810 Closes GH-8818 |
#
bc8e52f6 |
| 23-Jun-2022 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix GH-8848: imagecopyresized() error refers to the wrong argument
|
#
9405f43b |
| 23-Jun-2022 |
Christoph M. Becker |
Fix GH-8848: imagecopyresized() error refers to the wrong argument Closes GH-8849. |
#
f3b45e74 |
| 21-Jun-2022 |
Ben Ramsey |
PHP-8.1 is now for PHP 8.1.9-dev |
#
dc322821 |
| 21-Jun-2022 |
Pierrick Charron |
Update NEWS for PHP 8.2.0 alpha3 |
#
fcd69a4e |
| 21-Jun-2022 |
Gabriel Caruso |
Prepare for 8.0.22 |
#
b8dee9b3 |
| 20-Jun-2022 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix GH-8827: Intentionally closing std handles no longer possible
|
#
a8437d08 |
| 20-Jun-2022 |
Christoph M. Becker |
Fix GH-8827: Intentionally closing std handles no longer possible We revert the commits which caused this regression from the PHP-8.0 and PHP-8.1 branches for now. We keep it in "master
Fix GH-8827: Intentionally closing std handles no longer possible We revert the commits which caused this regression from the PHP-8.0 and PHP-8.1 branches for now. We keep it in "master" because of PR #8833 which may offer a proper fix without BC break.
show more ...
|
#
080fde26 |
| 20-Jun-2022 |
George Peter Banyard |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix GH-8563 Different results for seek() on SplFileObject and SplTempFileObject
|
#
6f87a5c6 |
| 27-May-2022 |
George Peter Banyard |
Fix GH-8563 Different results for seek() on SplFileObject and SplTempFileObject With memory streams if we get a NULL buffer we must not instantiate an empty line |
#
5f24b85f |
| 20-Jun-2022 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix potential use after free in php_binary_init()
|
#
93a44f8c |
| 15-Jun-2022 |
Heiko Weber |
Fix potential use after free in php_binary_init() Closes GH-8791. |
#
84b570e3 |
| 19-Jun-2022 |
Christoph M. Becker |
Remove NEWS entries which are not supposed to be there master/NEWS is not supposed to contain changes done prior to RC, if these changes are also in lower branches. |