I’m reading the source code for PDOStatement::fetchAll().
Category Archives: Programming
Minimal CSS Framework for semantic HTML
This via Hacker News today: Minimal CSS Framework for semantic HTML.
Principles & Best practices of REST API Design
Some thinking points for service design: Principles & Best practices of REST API Design.
Bread factory
Talking to @enterprisey on #lobsters and these “bread factory” articles from Spolsky came up:
Gettext lesson
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.