hiphop for php
By now probably everybody that is connected to PHP world knows about Facebook’s HipHop. So here are my thoughts about it.
View ArticleRuby-like iterators in PHP
I’ve started playing with Ruby recently, and one of the things that got my attention in Ruby were iterators. They are different inside from regular loops but work in a similar way, and looks like...
View ArticleZend Server PHP sources
I was asked about PHP going with Zend Server, specifically from which sources it is built – as we don’t ship source packages for the builds. Since Zend Server includes PHP build that can have some...
View ArticleMore on PHP performance
After writing the post criticizing Google’s “performance advice” for PHP beginners, I started thinking – OK, I don’t like Google’s advice, what would I propose instead?
View ArticleChunk-split() Overflow not fixed at all...
If you are one of the guys that read the PHP CVS commits you usually know about the security bugs months before the rest of the community and this is no news for you. During the last 24h the following...
View ArticlePHP 5.4.3 and PHP 5.3.13 Released!
The PHP development team would like to announce the immediate availability of PHP 5.4.3 and PHP 5.3.13. All users are encouraged to upgrade to PHP 5.4.3 or PHP 5.3.13 The releases complete a fix for a...
View ArticleMongoDB Cursors with PHP
Recently I was asked to improve the MongoCursor::batchSize documentation. This began an indepth investigation in how the PHP driver for MongoDB handles pulling data that's been queried from the MongoDB...
View Article