Re: [PHP-DEV] Re: Clarifying the resolution rules

2008-10-28 Thread Josh
Stan, You are so correct. I change my vote. Im assuming putting everything into the php namespace would allow 'use php', correct? In this case all that would be needed to get existing functionality would be to add 'use php' to the top of every file. Perhaps a small piece of logic could be added w

Re: [PHP-DEV] Re: Clarifying the resolution rules

2008-10-28 Thread Stan Vassilev | FM
We are going to ignore the inherit problems that calling file_get_contents(__FILE__); would cause... Also, I disagree with a PHP namespace. the looseness of the language is one of its strong points. Some things should be made strict, I agree, bit it start with a php namespace and where does it en

Re: [PHP-DEV] Re: Clarifying the resolution rules

2008-10-28 Thread Josh
We are going to ignore the inherit problems that calling file_get_contents(__FILE__); would cause... Also, I disagree with a PHP namespace. the looseness of the language is one of its strong points. Some things should be made strict, I agree, bit it start with a php namespace and where does it end