Posted by Jerry Stuckle on 11/15/05 22:01
Rich Kucera wrote:
> Jerry Stuckle wrote:
>
>>For instance, what is supposed to happen if you do something like:
>
>
> I would like it to be run-time configurable in php.ini, where you can
> opt for the old syntax where it does something reasonable which is
> defined.
>
> Before 5.0.5, it was perhaps buggy and undefined, but with a php.ini
> setting you have the option to define the behavior in the case where a
> function returns a temporary to a function expecting a reference.
>
> It would be really cool to be able to set that ini option in a header
> file for an application, so it wouldn't affect the entire server. Not
> sure if that is possible with compiler directives.
>
> --
>
> http://groups.yahoo.com/group/heuristic/
>
You mean like register_globals? Look at all the incompatibility
problems that's caused over the years!
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|