History log of /php-src/ (Results 51 – 75 of 114380)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fa36346a19-Nov-2024 Saki Takamachi

[skip ci] NEWS for #16694

9b3af02519-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)


2c8662d619-Nov-2024 Saki Takamachi

Fixed a bug in BcMath\Number::pow() and bcpow() when raising negative powers of 0. (#16694)

Closes #16694
Fixes #16236

2834f47019-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>

ff5b42b818-Nov-2024 Christoph M. Becker

Merge branch 'PHP-8.4'

* PHP-8.4:
Fix GH-16839: Error on building Opcache JIT for Windows ARM64


e44b762517-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 ...

6dec6a6d10-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 ...

03cbb3ee08-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.

dd4fc9ae18-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


e00d684418-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


6a632a2d18-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


fc1db70f06-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 ...

4b517a9618-Nov-2024 Ilija Tovilo

[skip ci] Document HASH_ constants (#16806)

Not all of these are straight-forward to understand.

14320df018-Nov-2024 Dmitry Stogov

Merge branch 'PHP-8.4'

* PHP-8.4:
JIT: Set valid EX(opline) before calling gc_possible_root()


997431de18-Nov-2024 Dmitry Stogov

JIT: Set valid EX(opline) before calling gc_possible_root()

07cef9fb18-Nov-2024 Jakub Zelenka

Merge branch 'PHP-8.4'


e47f181518-Nov-2024 Jakub Zelenka

Merge branch 'PHP-8.3' into PHP-8.4


1b6c3f7118-Nov-2024 Jakub Zelenka

Merge branch 'PHP-8.2' into PHP-8.3


cae2582418-Nov-2024 Jakub Zelenka

Run labeler only in php/php-src repository

Closes GH-16844

bd5939d518-Nov-2024 Ilija Tovilo

Merge branch 'PHP-8.4'

* PHP-8.4:
Fix get_object_vars() for non-hooked props in hooked prop iter


048fa7ba14-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 ...

1307d30318-Nov-2024 Dmitry Stogov

Merge branch 'PHP-8.4'

* PHP-8.4:
Fixed test


159b71c018-Nov-2024 Dmitry Stogov

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
Fixed test


5198bcc518-Nov-2024 Dmitry Stogov

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fixed test


7140355818-Nov-2024 Dmitry Stogov

Fixed test

12345678910>>...4576