Home > Archive > PHP Documentation > May 2006 > Re: [PHP-DOC] cvs: phpdoc /en/language types.xml
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-DOC] cvs: phpdoc /en/language types.xml
|
|
| Sean Coates 2006-05-03, 9:58 pm |
| Philip Olson wrote:
> philip Thu May 4 02:21:29 2006 UTC
>
> Modified files:
> /phpdoc/en/language types.xml
> Log:
> $str{42} isn't deprecated (yet?), but $str[42] is preferred. We'll mention that.
Deprecated != doesn't work (see dl())
I think the other text was better, as the official core-devs party line
is "{ } is gone"
S
| |
| Philip Olson 2006-05-04, 4:00 am |
| >> Modified files:
>
> Deprecated != doesn't work (see dl())
>
> I think the other text was better, as the official core-devs party line
> is "{ } is gone"
This new "soft" version seems appropriate until its deprecated status is
100% certain. I feel you're right but would rather wait for now. PHP 6
should produce an E_STRICT error like PHP 5.1 temporarily did...
Regards,
Philip
|
|
|
|
|