[PHP-DEV] Re: Bugfix backport for bundled pcre2lib

2023-09-14 Thread Ben Ramsey
On 9/14/23 12:55, Niels Dossche wrote: Hi internals I currently have a PR open to fix bug https://github.com/php/php-src/issues/11956. PR link: https://github.com/php/php-src/pull/12108 To give some context: OP's code worked fine in PHP 8.0 but not in 8.1. That's because pcre2lib got updated

[PHP-DEV] PHP 8.1.24RC1 Available for testing

2023-09-14 Thread Ben Ramsey
PHP 8.1.24RC1 has just been released and can be downloaded from: https://qa.php.net/ or https://downloads.php.net/~ramsey/ or use the git tag: php-8.1.24RC1 Windows binaries are available at https://windows.php.net/qa#php-8.1 Please test it carefully, and report any bugs to http://github.com

[PHP-DEV] Bugfix backport for bundled pcre2lib

2023-09-14 Thread Niels Dossche
Hi internals I currently have a PR open to fix bug https://github.com/php/php-src/issues/11956. PR link: https://github.com/php/php-src/pull/12108 To give some context: OP's code worked fine in PHP 8.0 but not in 8.1. That's because pcre2lib got updated in 8.1 and brought a JIT regression with

Re: [PHP-DEV] Re: [PECL-DEV] PHP Servers SSL Certificate Expiry

2023-09-14 Thread BohwaZ
Hi Derick, I've had the same kind of issue as you. So I set up a script that will check every day if the certificate for my domains expires in more than 30 days and sends me a SMS if the check fails. Here is the code of the certificate check part, if that may be useful: https://gist.github.com/bo

[PHP-DEV] PHP 8.2.11RC1 available for testing

2023-09-14 Thread Sergey Panteleev
PHP 8.2.11RC1 has just been released and can be downloaded from: https://downloads.php.net/~sergey/ or https://qa.php.net/ or use the git tag: php-8.2.11RC1 Windows binaries are available at: https://windows.php.net/qa/#php-8.2 Please test it carefully, and report any bugs to https://github.c

[PHP-DEV] PHP 8.3.0RC2 available for testing

2023-09-14 Thread Eric Mann
PHP 8.3.0RC2 has just been released and may be downloaded from https://downloads.php.net/~eric/ Or use the git tag: php-8.3.0RC2 Windows binaries are available at: https://windows.php.net/qa/ Please test it carefully, and report any bugs at https://bugs.php.net/ The production-ready, general