Late Static Bindings

Posted on March 27th, 2009 by Sam

PHP 5.3 implements a feature called “late static bindings” that has been in the works since the PHP Developers Meeting that took place in November 2005 in Paris. This feature resolves an issue of inheritance, used to reference the called class in a context of static inheritance. Prior to version 5.3 a problem existed if [...]

What’s new in PHP 5.3

Posted on March 27th, 2009 by Sam

With PHP 5.3 slated for release near the end of April (Q1 2009), it’s time to start looking at the new improvements being implemented. Version 5.3 was originally known as “PHP 6 without Unicode support”, but there are many new features being implemented in this release that have been on the development table for a [...]