Coding

JIT in PHP 8

Is the JIT in PHP 8 working for you? I Have multiple problems with it. – Runtime errors that do not exist without JIT – The source line numbers are not correct in the runtime Read more…

By , ago
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
Coding

New in PHP 8

Err. I am sure there is an explanation why there is an exception from the “Avoid duplicates” rule for this submission. And I think many would like to see it It’s been almost a year Read more…

By , ago
Coding

Dear Santa

I would like to request new types in PHP. I would like to use 32-bit float and int numbers on 64-bit PHP. While we can keep the float and int as default 64-bit variables, we Read more…

By , ago