#
38669f5d |
| 27-May-2022 |
Derick Rethans |
Update NEWS in 8.1 too |
#
d5e57268 |
| 20-May-2022 |
Derick Rethans |
Fixed bug #78139 (timezone_open accepts invalid timezone string argument). |
#
f36ccdb2 |
| 27-May-2022 |
Derick Rethans |
Update NEWS in 8.1 too |
#
d8590b1a |
| 27-May-2022 |
Derick Rethans |
Merge remote-tracking branch 'derickr/bug74671-dst-c-format' into PHP-8.0
|
#
059474a8 |
| 27-May-2022 |
Arnaud Le Blanc |
[ci skip] NEWS, UPGRADING |
#
badda52a |
| 27-May-2022 |
Arnaud Le Blanc |
[ci skip] NEWS |
#
a04eccb2 |
| 26-May-2022 |
Derick Rethans |
Merge branch 'PHP-8.0' into PHP-8.1
|
#
172b7345 |
| 26-May-2022 |
Derick Rethans |
Update NEWS
|
#
040a37d3 |
| 26-Apr-2022 |
Chen |
Add IBT support for fiber Indirect Branch Tracking (IBT) is part of Intel's Control-Flow Enforcement Technology (CET). IBT is hardware based, forward edge Control-Flow-Integrity mech
Add IBT support for fiber Indirect Branch Tracking (IBT) is part of Intel's Control-Flow Enforcement Technology (CET). IBT is hardware based, forward edge Control-Flow-Integrity mechanism where any indirect CALL/JMP must target an ENDBR instruction or suffer #CP. This commit adds IBT support for fiber: 1. Add endbr32/64 in assembly 2. Inform compiler jump_fcontext may return via indirect branch Furthermore: gcc support CET since v8.1 and set it to default since gcc 11. That is, the ELF header of sapi/cli/php has a property named IBT. However, such property is lost since PHP8.1 because the assembly introduced by Fiber. This commit also fixes this. Closes GH-8339 Signed-off-by: Chen, Hu <hu1.chen@intel.com> Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
show more ...
|
#
2236b2d2 |
| 25-May-2022 |
Ben Ramsey |
[ci skip] Remove RC1 from 8.1.7 in the NEWS file |
#
cc599c29 |
| 25-May-2022 |
Ben Ramsey |
Update NEWS with mb_detect_encoding changes |
#
af20923a |
| 28-Mar-2022 |
Jihwan Kim |
Fix datetime format string to follow POSIX spec in ftp_mdtm() Closes GH-8259 |
#
3b6ee1eb |
| 24-May-2022 |
Patrick Allaert |
Bump for 8.1.8-dev |
#
e05897fe |
| 24-May-2022 |
Sara Golemon |
Bump for 8.0.21 |
#
5017240c |
| 24-May-2022 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix pcntl Haiku build
|
#
e33de9dd |
| 23-May-2022 |
David Carlier |
Fix pcntl Haiku build guarding SIGIO constant. Closes GH-8612. |
#
ee9a3fa7 |
| 23-May-2022 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Fix GH-8538: SoapClient may strip parts of nmtokens
|
#
2a13304b |
| 12-May-2022 |
Christoph M. Becker |
Fix GH-8538: SoapClient may strip parts of nmtokens When stripping the namespace prefix, we can assume that this does not contain any colons, while the rest of the name may contain colon
Fix GH-8538: SoapClient may strip parts of nmtokens When stripping the namespace prefix, we can assume that this does not contain any colons, while the rest of the name may contain colons. Hence we must not use `strrchr()` but rather `strchr()` instead. Closes GH-8543.
show more ...
|
#
c71e75bb |
| 22-May-2022 |
Ilija Tovilo |
[skip ci] Add NEWS entry |
#
f0480eb4 |
| 22-May-2022 |
Ilija Tovilo |
Fix undefined behavior in php_set_inet6_addr Postfix `++` on `NULL` is undefined behavior Closes GH-8607 |
#
a5a89cc2 |
| 19-May-2022 |
Ilija Tovilo |
Fix stream_wrapper_unregister() resource leak Closes GH-8548 Closes GH-8587 |
#
2410e378 |
| 20-Apr-2022 |
David Carlier |
Add SO_MEMINFO socket option for gathering socket related info |
#
33fc9e5a |
| 13-May-2022 |
Christoph M. Becker |
Build ext/zip as shared library by default on Windows This allows users to use PECL/zip, which is well maintained and often brings new features which are not yet available in ext/zip, as
Build ext/zip as shared library by default on Windows This allows users to use PECL/zip, which is well maintained and often brings new features which are not yet available in ext/zip, as drop-in replacement for the official Windows php-src builds. Closes GH-8549.
show more ...
|
#
008016b5 |
| 20-May-2022 |
Derick Rethans |
Fixed bug #81565 (date parsing fails when provided with timezones including seconds) |
#
78d5076b |
| 20-May-2022 |
Derick Rethans |
Fixed bug #51987 (Datetime fails to parse an ISO 8601 ordinal date (extended format)) |