So can I just confirm that what was previously

<?php

              $x = new Framework::Utils::Foo();
              $y = new Project::PEAR::Bar( 'somestring' );


?>

is now

<?php

              $x = new Framework\Utils\Foo();
              $y = new Project\PEAR\Bar( 'somestring' );

?>


Is this correct ?



On Mon, Oct 27, 2008 at 9:12 AM, Nathan Rixham <[EMAIL PROTECTED]> wrote:
> Greg Beaver wrote:
>>
>> Hi all,
>>
>> Let me make this brief: there will be lots of complaining about the
>> namespace separator.
>>
>> Stop.  Now.
>>
>> It serves no possible useful purpose.  If you want to discuss why this
>> was chosen or suggest alternatives, feel free to write me *off-list*.  I
>> would be more than happy to answer any questions about the technical
>> aspects of various choices.  The decision is made, now I suggest
>> everyone get busy actually trying it out.  You will very quickly
>> understand why it is a very viable choice.
>>
>> Thanks,
>> Greg
>
> just wanted to quickly say thanks for all you're long suffering hard work on
> this - and a great decision imho.
>
> thanks again :-)
>
> --
> 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

Reply via email to