phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

834
active users

#pecl

1 post1 participant0 posts today

💡 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.

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

🔗 xdebug.org/announcements/2023-

:xdebug: 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 → github.com/php/web-pecl/commit

xdebug.orgXdebug - Xdebug 3.3.0alpha2 is out!
#PHP#Xdebug#PECL