News Feed
Jobs Feed
Sections




News Archive
Greg Beaver's Blog:
PHP namespaces become much better (Derick take note)
June 23, 2008 @ 11:19:27

Greg Beaver, noting some issues that Derick Rethans had pointed out about namespace support for upcoming PHP versions, has posted about a patch he submitted to solve the problem simply.

The issue Derick pointed out:

In PHP 5.3 this would alias the class Interval in the namespace PEAR::Date to the class Interval. For now, this code would work just fine. However, if PHP would introduce a class "Interval" at some point in the future (and PHP can do this as it owns the global namespace) then the above code would suddenly stop working.

Greg's patch makes it possible to "override" the internal class if need be, making it so that code currently working wouldn't break. All it takes is to "use" is like you normally would and and the magic happens behind the scenes.

0 comments voice your opinion now!
namespace override internal class instance patch php5


blog comments powered by Disqus

Similar Posts

PHP.net: PHP 5.2.4 Released

Josh Gilman's Blog: HTTPSock Class

ProDevTips Blog: Fluent Arrays and Strings in PHP

Jacob Santos' Blog: Object Oriented Programming Isn't Easy

Zend Developer Zone: phpPaypalPro version 0.1.0 has been released


Community Events









Don't see your event here?
Let us know!


testing introduction database framework language development example composer interview phpunit community opinion unittest zendframework2 release code tool object podcast api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework