Re: [PHP-DEV] Re: Namespace methods

2005-10-27 Thread Jessie Hernandez
Hi Kevin, Kevin Newman wrote: > Thank you for the info. > > I have some questions/suggestions (they may be silly - please feel > welcome to tell me so, if they are): > > You have solved the problem (grievance number 5) of file based scoping, > by introducing a function that can only be used wit

Re: [PHP-DEV] Re: Namespace methods

2005-10-27 Thread Kevin Newman
Thank you for the info. I have some questions/suggestions (they may be silly - please feel welcome to tell me so, if they are): You have solved the problem (grievance number 5) of file based scoping, by introducing a function that can only be used within __autoload (the autoload_import_class

[PHP-DEV] Re: Namespace methods

2005-10-26 Thread Jessie Hernandez
Kevin, Just to make sure, you can get the latest patch from http://www.zend.com/zend/week/pat/pat44.txt. For documentation, please refer to this post: http://news.php.net/php.internals/17484. Let me know if you have any questions or if you still cannot get the patch to compile (I wrote the patch