For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > July 2005 > Re: [PEAR] [ANNOUNCEMENT] LiveUser-0.16.2 (beta) Released.









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: [PEAR] [ANNOUNCEMENT] LiveUser-0.16.2 (beta) Released.
Justin Patrin

2005-07-24, 8:39 pm

On 20 Jul 2005 08:36:20 -0000, PEAR Announce <pear-dev@lists.php.net> wrote=
:
> The new PEAR package LiveUser-0.16.2 (beta) has been released at http://p=

ear.php.net/.
>=20
> Release notes
> -------------
> - php 4.4 reference assignment fixes


Are you *absolutely sure* that the changes you made are needed? Please
see this link for proof that you don't have to do that:
http://pear.reversefold.com/~papercrane/test.php

The PHP 4.4 and 5.1 "problems" are with pass-by-reference, not
return-by-reference. i.e.
function foo(&$bar) {
$bar =3D 'baz';
}
foo('blah');

--=20
Justin Patrin
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com