PHP Extension Development with PHP-CPP: Object Oriented Code
PHP-CPP Part 2: The OO side In my Part 1 on building a PHP extension with PHP-CPP, we have seen some basics in using PHP-CPP to create our first skeleton PHP extension and covered some important...
View ArticleDeveloping PHP Extensions with C++ and PHP-CPP: Advanced
In my earlier articles, I have introduced the PHP-CPP lib to create an extension for PHP using C++ (first article and second article). In the latter, I demonstrated a bit of the OO side of writing a...
View ArticleCan We Have Static Types in PHP without PHP 7 or HHVM?
Now that PHP 7 has been out for a while with interesting features like error handling, null coalescing operator, scalar type declarations, etc., we often hear the people still stuck with PHP 5 saying...
View ArticleThere’s a Gender Extension for PHP
Unlike in our "mainstream" paid course about exploring PHP, I like to explore the weird and forgotten areas of the language. Recently, I ventured into a section of the PHP manual which lists extensions...
View Article