A new 2.2.5 version of php-yaml is out today. This version works with the latest PHP 8.5 alpha release thanks to @remi. https://pecl.php.net/package/yaml/2.2.5 #php #yaml #pecl
PECL :: Package :: yaml 2.2.5

Since #PHP's #APC seems to be discontinued? Are folks using the #PECL http://pecl.php.net/package/APCu for #performance?
PECL :: Package :: APCu

💡 If you need to install #PECL extension during your #Docker build, and it has interactive questions that determine how it's built, you have at least to ways of handling it: automatically answer all the questions with the same value, or pass the configure options to the command.

Had some problems with #PECL installation, it seems like SSL certificate expired (Monday, 11 September 2023 at 13:12:18).

🚨 #PHP @thephpf

🎉 I've just released @Xdebug 3.3.0alpha2, with preliminary support for PHP 8.3.

🔗 https://xdebug.org/announcements/2023-09-06

 It also adds some functionality to xdebug_get_function_stack(), more about that later!

🐛 Uploading it to PECL didn't work, as due to an upgrade, MySQL now (finally) rejects characters that the table charset wouldn't allow, instead of just corrupting it. That took two hours to debug and fix. PECL will warn now → https://github.com/php/web-pecl/commit/cf57e9370820fa7738c782a751b47de713e0c3be

#PHP #Xdebug #PECL #Debug #NewRelease

Xdebug - Xdebug 3.3.0alpha2 is out!

I just merged https://github.com/php/web-pecl/pull/92, and ran the regeneration script.

This was not easy!

The script halted with a GnuPG release, because a temporary XML file could not be read. There was no difference between that file and others.

Everything after that also started failing…

#php #pecl #debug

Sort releases in XML files by version instead of date by mlocati · Pull Request #92 · php/web-pecl

I've started this discussion in the pecl-dev mailing list, but no one replied to it 😢 Let's see if we can start the discussion here instead... 😉 We can install PHP extensions by fetching them from ...

GitHub

Does anyone know how to update #xdebug on #macOS ?

It's installed via #pecl (I think), but how do I update from 3.1 to 3.2?

Homebrew and ImageMagick

This post goes into the details of setting up ImageMagick with Homebrew for use with a WordPress install.

https://sharonmurphy.net/wordpress/homebrew-and-imagemagick/

#WordPress #homebrew #imagemagick #imagick #pecl #php

Homebrew and ImageMagick

This post goes into the details of setting up imagemagick with Homebrew for use with a WordPress install.

Sharon Murphy