Coding

PHP for 2030

I understand the jab at jQuery, because it’s now either made useless by modern browsers or superseded by better libraries. But I never understand why people assume Python is somehow more modern / better than Read more…

By , ago
Coding

Docker PHP 8 LAMP stack

Why not use the official php image that has httpd on it as a base? I.e. php:8.0.0-apache? Xdebug 3.0 has renamed the flags, but you are using old naming in xdebug.ini. ;xdebug.default_enable=1 ;xdebug.remote_enable=1 ;xdebug.remote_connect_back=1 ;xdebug.remote_port=9001 Read more…

By , ago