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

Debuggable Blog: Testing Models in CakePHP - Now let's get rid of the unnecessary ModelTest classes!

David Sklar\'s Blog: Speed - DOM traversal vs. XPath in PHP 5

Developer Tutorials Blog: PHP Web Hosts: The Version Dilemma

Alex Netkachov's Blog: Installing Debian Web-server with Apache, PHP, and MySQL on virtual machine

Gergely Hodicska's Blog: What's new in PHP 5.3 - part 1: namespaces


Community Events











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


composer series code interview language object release zendframework2 database framework opinion testing podcast community introduction functional example conference development tool

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