Re: [PHP-DEV] [RFC] [VOTE] Deprecations for PHP 8.4

2024-08-01 Thread Mike Schinkel
> On Jul 31, 2024, at 5:15 PM, Morgan wrote: > A problem is that MD5 should _not_ be one of the most commonly used > algorithms. Tell that to: - RFC 2846 - Internet Message Format (IMF) Extensions for Internet Mail - RFC 3229 - Delta-Encoding in HTTP - RFC 4151 - The Internet IP Traffic Archi

Re: [PHP-DEV] Require C11 in PHP 8.4

2024-08-01 Thread Stephen Reay
> On 2 Aug 2024, at 05:26, Derick Rethans wrote: > > On 1 August 2024 22:57:36 BST, Ilija Tovilo > wrote: >> Hi everyone >> >> We've gotten a bug report about compile errors in the PHP 8.4 alpha on >> old C99 compilers (and on some modern compilers when passing

[PHP-DEV] PHP 8.4.0alpha4 is available for testing

2024-08-01 Thread Saki Takamachi
PHP 8.4.0alpha4 has just been released and can be downloaded from: https://downloads.php.net/~saki Or use the git tag: php-8.4.0alpha4 Windows binaries are available at: https://windows.php.net/qa/ Please test it carefully, and report any bugs at https:/github.com/php/php-src/issues 8.4.0beta1

Re: [PHP-DEV] Lock down old bug tracker to developers only?

2024-08-01 Thread Christoph M. Becker
On 29.07.2024 at 12:59, Christoph M. Becker wrote: > On 20.07.2024 at 19:20, Christoph M. Becker wrote: > >> Quite a while ago, Damian had suggested to "don't allow any further >> edits, comments, uploads, or other activity except by php.net developer >> accounts."[1] In my opinion, this is overd

Re: [PHP-DEV] Require C11 in PHP 8.4

2024-08-01 Thread Derick Rethans
On 1 August 2024 22:57:36 BST, Ilija Tovilo wrote: >Hi everyone > >We've gotten a bug report about compile errors in the PHP 8.4 alpha on >old C99 compilers (and on some modern compilers when passing the >-std=c99 flag). Specifically, C99 does not support typedef >redeclarations, which is a C11 fe

[PHP-DEV] Require C11 in PHP 8.4

2024-08-01 Thread Ilija Tovilo
Hi everyone We've gotten a bug report about compile errors in the PHP 8.4 alpha on old C99 compilers (and on some modern compilers when passing the -std=c99 flag). Specifically, C99 does not support typedef redeclarations, which is a C11 feature. ```c // some_header.h typedef struct _zval_struct

[PHP-DEV] PHP 8.2.22 Released!

2024-08-01 Thread Pierrick Charron
The PHP development team announces the immediate availability of PHP 8.2.22. This is a bugfix release. All PHP 8.2 users are encouraged to upgrade to this version. For source downloads of PHP 8.2.22 please visit our downloads page. Windows binaries can be found on the PHP for Windows site. The li

[PHP-DEV] PHP 8.3.10 Released

2024-08-01 Thread ericmann
The PHP development team announces the immediate availability of PHP 8.3.10. This is a bugfix release. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.10 please visit our downloads page:https://www.php.net/downloads Windows binaries can be found on