Archive
php-7-2
-
Docker for local PHP development, two years in
Two years after replacing per-machine PHP installs and a shared dev server with Compose. The composer timing that won the argument, the osxfs flags that make bind mounts survivable, and the uid problem still unsolved.
-
PHP 7.2, libsodium, and the password hashing we finally fixed
A users table with md5 and salted sha1 in one column. Why PHP 7.2 does not let you bulk convert any of it, why Argon2i needed a build flag we did not have, and the rehash-on-login code that works.