Re: [PHP] "Only variable references should be returned by reference"

2005-07-20 Thread Robert Cummings
On Wed, 2005-07-20 at 02:42, Rasmus Lerdorf wrote: > Robert Cummings wrote: > [-- snippity --] > > You're only > > relief is to tone down the error reporting level (Which will knock out > > other notices during development but will be great for a production > > server), or do as I did and install a

Re: [PHP] "Only variable references should be returned by reference"

2005-07-19 Thread Rasmus Lerdorf
Robert Cummings wrote: > On Tue, 2005-07-19 at 22:10, Jason Wong wrote: > >>On Wednesday 20 July 2005 07:32, Marc G. Fournier wrote: >> >> >>>Which is? If its: >> >>Yep. >> >> >>>; at function call time. This method is deprecated and is likely to be >>>; unsupported in future versions of PHP/Zen

Re: [PHP] "Only variable references should be returned by reference"

2005-07-19 Thread Robert Cummings
On Tue, 2005-07-19 at 22:10, Jason Wong wrote: > On Wednesday 20 July 2005 07:32, Marc G. Fournier wrote: > > > Which is? If its: > > Yep. > > > ; at function call time. This method is deprecated and is likely to be > > ; unsupported in future versions of PHP/Zend. The encouraged method of >

Re: [PHP] "Only variable references should be returned by reference"

2005-07-19 Thread Marc G. Fournier
On Wed, 20 Jul 2005, Jason Wong wrote: On Wednesday 20 July 2005 07:32, Marc G. Fournier wrote: Which is? If its: Yep. ; at function call time. This method is deprecated and is likely to be ; unsupported in future versions of PHP/Zend. The encouraged method of ; specifying which argumen

Re: [PHP] "Only variable references should be returned by reference"

2005-07-19 Thread Jason Wong
On Wednesday 20 July 2005 07:32, Marc G. Fournier wrote: > Which is? If its: Yep. > ; at function call time. This method is deprecated and is likely to be > ; unsupported in future versions of PHP/Zend. The encouraged method of > ; specifying which arguments should be passed by reference is i

Re: [PHP] "Only variable references should be returned by reference"

2005-07-19 Thread Marc G. Fournier
yOn Wed, 20 Jul 2005, Jason Wong wrote: On Tuesday 19 July 2005 23:17, Marc G. Fournier wrote: Just upgraded to 4.4.0 ... several "legacy applications" that we have installed now break with the above error message ... specifically, older installs of Horde, but I've seen reports of other apps ..

Re: [PHP] "Only variable references should be returned by reference"

2005-07-19 Thread Jason Wong
On Tuesday 19 July 2005 23:17, Marc G. Fournier wrote: > Just upgraded to 4.4.0 ... several "legacy applications" that we have > installed now break with the above error message ... specifically, > older installs of Horde, but I've seen reports of other apps ... > > Without reverting back to 4.3.11

[PHP] "Only variable references should be returned by reference"

2005-07-19 Thread Marc G. Fournier
Just upgraded to 4.4.0 ... several "legacy applications" that we have installed now break with the above error message ... specifically, older installs of Horde, but I've seen reports of other apps ... Without reverting back to 4.3.11, is there a way I can temporarily fix this while working