The PHP team is pleased to announce the release of PHP 8.4.0, Beta 5. This is the third beta release, continuing the PHP 8.4 release cycle, the rough outline of which is specified in the PHP Wiki. For source downloads of PHP 8.4.0, Beta 5 please visit the download page. Please carefully test this version and report any issues found in the bug reporting...
I'm working on a project that uses MS SQL Server as its database. Recently, I noticed that the SQL Server Docker container now works with Apple Silicon Macs, so looked into setting up a PHP-FPM container with the sqlsrv extension installed. I'm noting the relevant parts of my Dockerfile for when I need them again, so this is entirely an aide-mémoire!...
Xdebug Update: August 2024 Tuesday, September 3rd 2024, 14:35 BST London, UK In this monthly update I explain what happened with Xdebug development GitHub and Pro/Business supporters will get it earlier, around the first of each month. On GitHub sponsors, I am currently...
For one project that I'm working on the PHP-FPM-based Docker container is built from a Ubuntu container with PHP is installed into it. A little like this: FROM ubuntu:22.04 RUN apt-get update && apt-get upgrade -y && apt-get install -y gnupg curl # Register the Ondrej package repo for PHP RUN mkdir -p /etc/apt/keyrings...
The PHP team is pleased to announce the release of PHP 8.4.0, Beta 4. This is the second beta release, continuing the PHP 8.4 release cycle, the rough outline of which is specified in the PHP Wiki. For source downloads of PHP 8.4.0, Beta 4 please visit the download page. Please carefully test this version and report any issues found in the bug reporting...
I consume PHP via Docker primarily, and to keep it manageable, I generally use a PHP-FPM container, with a web server sitting in front of it. I learned something new about PHP configuration recently that (a) made my day, and (b) kept me humble, as I should have known this all along. What was it? quite simply, the php_admin_value struct can be...
Build your own newsfeed
Ready to give it a go?
Start a 14-day trial, no credit card required.