History log of /php-src/NEWS (Results 1626 – 1650 of 15466)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 7ae7df5b 19-Jul-2022 Tim Düsterhus

RFC: Make the `iterator_*()` family accept all `iterable`s (#8819)

https://wiki.php.net/rfc/iterator_xyz_accept_array

# 14169615 16-Apr-2022 David CARLIER

opcache JIT support improvements attempts on macOs.

for cases when shared segments switch b/w R/W/X and R/X bits.

Closes #8382.

# 745cf34f 06-Dec-2021 dixyes

Port standard/crc32 for windows arm64

We also add arm64 support for php_get_windows_cpu().

Closes GH-7703.

# 4d8dd8d2 19-Jul-2022 Go Kudo

Implement Random Extension

https://wiki.php.net/rfc/rng_extension
https://wiki.php.net/rfc/random_extension_improvement

# a670d2be 19-Jul-2022 Gabriel Caruso

Prepare for PHP 8.0.23

Revision tags: php-8.0.3, php-7.4.16, php-8.0.3RC1, php-7.4.16RC1, php-8.0.2, php-7.4.15, php-7.3.27, php-8.0.2RC1, php-7.4.15RC2, php-7.4.15RC1, php-8.0.1, php-7.4.14, php-7.3.26, php-7.4.14RC1, php-8.0.1RC1, php-7.3.26RC1, php-8.0.0, php-7.3.25, php-7.4.13, php-8.0.0RC5, php-7.4.13RC1, php-8.0.0RC4, php-7.3.25RC1, php-7.4.12, php-8.0.0RC3, php-7.3.24, php-8.0.0RC2, php-7.4.12RC1, php-7.3.24RC1, php-7.2.34, php-8.0.0rc1, php-7.4.11, php-7.3.23, php-8.0.0beta4, php-7.4.11RC1, php-7.3.23RC1, php-8.0.0beta3, php-7.4.10, php-7.3.22, php-8.0.0beta2, php-7.3.22RC1, php-7.4.10RC1, php-8.0.0beta1, php-7.4.9, php-7.2.33, php-7.3.21, php-8.0.0alpha3, php-7.4.9RC1, php-7.3.21RC1, php-7.4.8, php-7.2.32, php-8.0.0alpha2, php-7.3.20, php-8.0.0alpha1, php-7.4.8RC1, php-7.3.20RC1, php-7.4.7, php-7.3.19, php-7.4.7RC1, php-7.3.19RC1, php-7.4.6, php-7.2.31, php-7.4.6RC1, php-7.3.18RC1, php-7.2.30, php-7.4.5, php-7.3.17, php-7.4.5RC1, php-7.3.17RC1, php-7.3.18, php-7.4.4, php-7.2.29, php-7.3.16, php-7.4.4RC1, php-7.3.16RC1, php-7.4.3, php-7.2.28, php-7.3.15RC1, php-7.4.3RC1, php-7.3.15, php-7.2.27, php-7.4.2, php-7.3.14, php-7.3.14RC1, php-7.4.2RC1, php-7.4.1, php-7.2.26, php-7.3.13, php-7.4.1RC1, php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5
# 09237f61 26-Oct-2019 Eric Norris

Update request startup error messages

# d8fc05c0 06-Jan-2022 root

Add FILTER_FLAG_GLOBAL_RANGE to filter Global IPs as per RFC 6890

# ffdf25a2 06-Jan-2022 Mikhail Galanin

Add "error_log_mode" setting

# 9a8ae45c 18-Jul-2022 David CARLIER

Revert "FPM: Downgrade occasional "failed to acquire scoreboard" warning"

This reverts commit 3040f75f434f64756655faba9d1eaaa76e4babb0.

# 2a5b2cca 18-Jul-2022 David CARLIER

Revert "FPM: Downgrade occasional "failed to acquire scoreboard" warning"

This reverts commit 3040f75f434f64756655faba9d1eaaa76e4babb0.

# d0962859 18-Jul-2022 David Carlier

Merge branch 'PHP-8.1'


# edb173c2 18-Jul-2022 David Carlier

Merge branch 'PHP-8.0' into PHP-8.1


# 3040f75f 18-Jul-2022 Felix Wiedemann

FPM: Downgrade occasional "failed to acquire scoreboard" warning

With request timeouts configured, php-fpm occasionally prints the
following warning:

WARNING: failed to acqui

FPM: Downgrade occasional "failed to acquire scoreboard" warning

With request timeouts configured, php-fpm occasionally prints the
following warning:

WARNING: failed to acquire scoreboard

This is happens when php-fpm checks the child scoreboards for timeouts,
but fails to acquire a lock immediately. As this can (and does) occur
during normal operation, this commit downgrades this to a notice.
Closes #9019.

show more ...

# a6856760 18-Jul-2022 Arnaud Le Blanc

[ci skip] NEWS

# 4b38779a 18-Jul-2022 Arnaud Le Blanc

[ci skip] NEWS

# 0a4a55fd 20-Jun-2022 Jakub Zelenka

Allow to not close stream on rscr dtor in php cli sapi

# 7e72c3dc 15-Jul-2022 David Carlier

[ci skip] NEWS typo

# c56e1832 03-Jul-2022 David CARLIER

opcache JIT: Adds initial support for macOs Instruments performance measurement.

By default, it is based on the perf_event Linux api, here
we add the proprietary Apple's format using dir

opcache JIT: Adds initial support for macOs Instruments performance measurement.

By default, it is based on the perf_event Linux api, here
we add the proprietary Apple's format using directly its api.

Closes #8914.

show more ...

# 7dcd8f85 15-Jul-2022 David Carlier

Merge branch 'PHP-8.1'


# f15cfba3 15-Jul-2022 David Carlier

Merge branch 'PHP-8.0' into PHP-8.1


# d830a1f6 24-Dec-2021 David CARLIER

random extension macOs handling update.

Not such as fix but taking more precautions.
Indeed, the arc4random has two little flaws in this platform,
one already caught upfront by the e

random extension macOs handling update.

Not such as fix but taking more precautions.
Indeed, the arc4random has two little flaws in this platform,
one already caught upfront by the extension (ie size 0), also
internal use of ccrng_generate which can silently fail in few rare
cases.

Closes #7824.

show more ...

# 3be91186 12-Jul-2022 Cristian Rodríguez

random: whitelist arc4random_buf if glibc

Glibc will soon implement the BSD arc4random API. whitelist its
implementation as safe.

Closes #8984.

# 2673c1df 15-Jul-2022 Arnaud Le Blanc

[ci skip] NEWS

# aadb24e8 15-Jul-2022 Arnaud Le Blanc

Merge branch 'PHP-8.0' into PHP-8.1


# 20473374 15-Jul-2022 Arnaud Le Blanc

[ci skip] NEWS

1...<<61626364656667686970>>...619