On 8/15/07, Olivier Hill <[EMAIL PROTECTED]> wrote:
> It's not about the popularity of a word, but the meaning of it.

A package means a collection of related classes and thats not whats
happening- it is a scoping level for a particular file.  A namespace
is a scope which groups related identifiers. Classes have their own
namespaces, as do functions.  This is adding a namespace to a file,
rather than the whole file being executed in global scope (which is
obviously what currently happens)

-- 
Marc Gear
[EMAIL PROTECTED]

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to