Re: [PHP-DEV] phpnamespaces.org!

2005-12-02 Thread Jessie Hernandez
Hello Ron, ""Ron Korving"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I assume ::: is being used because it simply works and the discussion on > which seperator to use might still go on for some time ;). You have a point > about import statements being allowed only in the beginn

Re: [PHP-DEV] phpnamespaces.org!

2005-12-01 Thread Ron Korving
I assume ::: is being used because it simply works and the discussion on which seperator to use might still go on for some time ;). You have a point about import statements being allowed only in the beginning. This would be nice: class X { public function foo() { import class bar:::MyCl

Re: [PHP-DEV] phpnamespaces.org!

2005-12-01 Thread Marian Kostadinov
First I must say - a nice job:) The namespaced version works fine. I found just 3 problems (things I don't like): 1.Import statements are allowed only in the beginning of the script. 2.Global function calls are not allowed in a namespace. 3.The example below does not work. Anyway, the patch see

[PHP-DEV] phpnamespaces.org!

2005-12-01 Thread Jessie Hernandez
Thanks to several people, the phpnamespaces.org site is up and contains the latest namespace patch, pre-patched tarballs and Win32 zip, example scripts, and links to namespace-related news! If you are interested in seeing namespaces in PHP, or are curious to see the progress of this development, th