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

2023-09-11 Thread Derick Rethans
On 11 September 2023 16:16:45 BST, tag Knife wrote: >Hi Derick, > >Is there any reason why PHP does not use an automated certificate renewal >for lets encrypt? >Such as EFF-ACME-Certbot? [https://certbot.eff.org/] We do, but we need to coordinate the same cert onto multiple servers, which is

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

2023-09-11 Thread tag Knife
Hi Derick, Is there any reason why PHP does not use an automated certificate renewal for lets encrypt? Such as EFF-ACME-Certbot? [https://certbot.eff.org/] On Mon, 11 Sept 2023 at 15:55, Derick Rethans wrote: > Dear All, > > pecl.php.net now has a valid SSL/TLS certificate again. And it turns

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

2023-09-11 Thread Derick Rethans
Dear All, pecl.php.net now has a valid SSL/TLS certificate again. And it turns out that pear.php.net was not affected. The other services do not have an updated certificate yet, but this should be rolled out in the next few days. with kind regards, Derick Rethans On Mon, 11 Sep 2023, Derick

[PHP-DEV] PHP Servers SSL Certificate Expiry

2023-09-11 Thread Derick Rethans
Hi All, We're aware that this has happened. The process that we set-up a three months ago with Let's Encrypt was not fully implemented. There is no need to report this again, and I will update these lists when it is addressed. It does not affect www.php.net, but it does affect:

[PHP-DEV] PHP PECL SSL Certificate has expired.

2023-09-11 Thread tag Knife
Hi internals, don't know who is responsible for this, but within the last 10 minutes the certificate for pecl.php.net has expired and this is causing builds to fail as we require installing rdkafka.

[PHP-DEV] A new JIT engine for PHP-8.4/9

2023-09-11 Thread Dmitry Stogov
Hi internals, I'm glad to present a new JIT engine that is going to be used in the next major PHP version. Now it's a real optimizing compiler with Intermediate Representation similar to Java HotSpot server compiler. It makes a base for future improvements and eliminates many low-level details

Re: [PHP-DEV] Bad debug build usage

2023-09-11 Thread Remi Collet
Le 11/09/2023 à 09:20, Remi Collet a écrit : Hi, According to https://bugs.php.net/bugs-generating-backtrace.php > To get a backtrace with correct information you must have PHP configured with --enable-debug! Perhaps a better wording is To get a backtrace with correct information you

[PHP-DEV] Bad debug build usage

2023-09-11 Thread Remi Collet
Hi, According to https://bugs.php.net/bugs-generating-backtrace.php > To get a backtrace with correct information you must have PHP configured with --enable-debug! This seems wrong. Of course you can use GDB against any build of PHP Result: for some time, I noticed people asking about