RE: https://mastodon.social/@dutchphpconference/116040479985912479
🇳🇱 📢 DPC is next week!!! 😁 🎉
Until then, you could join us on the @roave Discord! https://discord.gg/roave?event=1461623085638877300
#phpc #php #community #conference #tech #speaking #pie #phppie #phpextensions #pecl
Anyone else having a heck of a lot of problems with #Laradock, today?
https://github.com/laradock/laradock/issues/3630
https://github.com/laradock/laradock/issues/3613#issuecomment-3004840377
🎉 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
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…
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 ...