fa36346a | 19-Nov-2024 |
Saki Takamachi |
[skip ci] NEWS for #16694 |
9b3af025 | 19-Nov-2024 |
Saki Takamachi |
Merge branch 'PHP-8.4' * PHP-8.4: Fixed a bug in BcMath\Number::pow() and bcpow() when raising negative powers of 0. (#16694)
|
2c8662d6 | 19-Nov-2024 |
Saki Takamachi |
Fixed a bug in BcMath\Number::pow() and bcpow() when raising negative powers of 0. (#16694) Closes #16694 Fixes #16236 |
2834f470 | 19-Nov-2024 |
Christoph M. Becker |
Fix test expectation for single digit days See <https://github.com/php/php-src/pull/16747#pullrequestreview-2444293792>. Co-authored-by: Ayesh Karunaratne <ayesh@aye.sh> |
ff5b42b8 | 18-Nov-2024 |
Christoph M. Becker |
Merge branch 'PHP-8.4' * PHP-8.4: Fix GH-16839: Error on building Opcache JIT for Windows ARM64
|
e44b7625 | 17-Nov-2024 |
Christoph M. Becker |
Fix GH-16839: Error on building Opcache JIT for Windows ARM64 OPcache JIT does not support Windows ARM64, so we should not allow `--enable-opcache-jit` in the first place. Due t
Fix GH-16839: Error on building Opcache JIT for Windows ARM64 OPcache JIT does not support Windows ARM64, so we should not allow `--enable-opcache-jit` in the first place. Due to the way `ARG_ENABLE()` is handled on Windows, we do not attempt to suppress the configure option, but just do not enable JIT when the user attempts to, and adapt the help text. Closes GH-16841.
show more ...
|
6dec6a6d | 10-Nov-2024 |
Christoph M. Becker |
Add PHP_BUILD_DATE constant This information can be occasionally useful, and would otherwise need to be parsed from `phpinfo()` output. However, maybe more importantly we unify
Add PHP_BUILD_DATE constant This information can be occasionally useful, and would otherwise need to be parsed from `phpinfo()` output. However, maybe more importantly we unify the build date between what is given by `php -v` and `php -i`, since these compilation units are not necessarily preprocessed within the same second. Closes GH-16747.
show more ...
|
03cbb3ee | 08-Oct-2024 |
Christoph M. Becker |
Build com_dotnet shared by default The official Windows builds and CI are doing this for ages, so it appears to be overdue to finally switch the actual default. Closes GH-16300. |
dd4fc9ae | 18-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.4' * PHP-8.4: Fix GH-16630: UAF in lexer with encoding translation and heredocs
|
e00d6844 | 18-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix GH-16630: UAF in lexer with encoding translation and heredocs
|
6a632a2d | 18-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Fix GH-16630: UAF in lexer with encoding translation and heredocs
|
fc1db70f | 06-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix GH-16630: UAF in lexer with encoding translation and heredocs zend_save_lexical_state() can be nested multiple times, for example for the parser initialization and then in the heredo
Fix GH-16630: UAF in lexer with encoding translation and heredocs zend_save_lexical_state() can be nested multiple times, for example for the parser initialization and then in the heredoc lexing. The input should not be freed if we restore to the same filtered string. Closes GH-16716.
show more ...
|
4b517a96 | 18-Nov-2024 |
Ilija Tovilo |
[skip ci] Document HASH_ constants (#16806) Not all of these are straight-forward to understand. |
14320df0 | 18-Nov-2024 |
Dmitry Stogov |
Merge branch 'PHP-8.4' * PHP-8.4: JIT: Set valid EX(opline) before calling gc_possible_root()
|
997431de | 18-Nov-2024 |
Dmitry Stogov |
JIT: Set valid EX(opline) before calling gc_possible_root() |
07cef9fb | 18-Nov-2024 |
Jakub Zelenka |
Merge branch 'PHP-8.4'
|
e47f1815 | 18-Nov-2024 |
Jakub Zelenka |
Merge branch 'PHP-8.3' into PHP-8.4
|
1b6c3f71 | 18-Nov-2024 |
Jakub Zelenka |
Merge branch 'PHP-8.2' into PHP-8.3
|
cae25824 | 18-Nov-2024 |
Jakub Zelenka |
Run labeler only in php/php-src repository Closes GH-16844 |
bd5939d5 | 18-Nov-2024 |
Ilija Tovilo |
Merge branch 'PHP-8.4' * PHP-8.4: Fix get_object_vars() for non-hooked props in hooked prop iter
|
048fa7ba | 14-Nov-2024 |
Ilija Tovilo |
Fix get_object_vars() for non-hooked props in hooked prop iter The zend_hash_update_ind() variant unwraps indirects, rather than creating them. Don't use _zend_hash_append_ind() because
Fix get_object_vars() for non-hooked props in hooked prop iter The zend_hash_update_ind() variant unwraps indirects, rather than creating them. Don't use _zend_hash_append_ind() because the property might already exist. Fixes GH-16725 Closes GH-16805
show more ...
|
1307d303 | 18-Nov-2024 |
Dmitry Stogov |
Merge branch 'PHP-8.4' * PHP-8.4: Fixed test
|
159b71c0 | 18-Nov-2024 |
Dmitry Stogov |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fixed test
|
5198bcc5 | 18-Nov-2024 |
Dmitry Stogov |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Fixed test
|
71403558 | 18-Nov-2024 |
Dmitry Stogov |
Fixed test |