Via r/programming today: 7 Gettext lessons learned after 2 years of developing a European platform.
sizeof PHP data structures zval and zend_value
sizeof( zval ) == 16; sizeof( zend_value ) == 8;
PHP 8.0
PHP 8.0 release notes: PHP 8.0
PHP type comparison tables and tokens
This is handy: PHP type comparison tables.
And this is interesting: List of Parser Tokens.
How to compile PHP from Source
Complete guide to FFI in PHP
Bumped into: Complete guide to FFI in PHP.
Four books
Some book suggestions over here: Four books professional developers should read (and a few you don’t need to).
Developer Tools secrets that shouldn’t be secrets
This via r/programming today: Developer Tools secrets that shouldn’t be secrets.
Recent articles
So via r/programming today: Modern storage is plenty fast. It is the APIs that are bad. and Anti-Patterns When Building Container Images.
And via lobsters: How Does NTP Work? and The curse of scalable technology.