Zeev, I too have been searching the archives for subjects on 'namespace' and found allot of back and forth opinions on it but not a real summary about its conclusion. Basically, I have allot of code at work still in php4 that that uses it own class importing mechanism than just include|require[_once] dubbed 'Namespace' with static method Namespace::import(). I'm just wondering if 'namespace' and 'import' is reserved for future use before I port all my code to php5.
Thanks, -Justin Hannus "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Please read the archives! Zeev At 18:55 15/08/2004, Manuel Vázquez Acosta wrote: >[Is this the right news?] > >Recently I downloaded PHP 5.0.0 and read the RFCs, I sadly noticed that a >Namespace proposal was declined. Why? I've been using PHP for many years and >I've found problems when trying to "glue" several third parties codes. > >PEAR has come with a not-quite-nice solution to this problem (e.g: class >HTTP_Request), and it works just fine; but I still think namespace would >help a lot. > >I know there may be namespaces clashes, but it's far easier to replace just >a line of code - i.e the namespace decl; instead of having to replace each >clashing symbol all over the scripts. > >Manu. > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php