People blogging about PHP
2k followers 0 articles/week
PHP 8.4.0 Beta 5 available for testing - PHP: Hypertext Preprocessor

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

Thu Sep 12, 2024 18:04
Installing the SQL Server PHP extension in Docker on Mac - Rob Allen

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

Tue Sep 10, 2024 13:38
Xdebug Update: August 2024 - Derick Rethans

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

Wed Sep 4, 2024 00:03
Prevent the Docker container from taking 10 seconds to stop - Rob Allen

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

Wed Sep 4, 2024 00:03
PHP 8.4.0 Beta 4 now available for testing - PHP: Hypertext Preprocessor

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

Thu Aug 29, 2024 23:14
Configuring PHP.INI settings in a PHP-FPM pool - Matthew Weier O'Phinney

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

Wed Aug 28, 2024 02:31

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account