plp050452 / simplesamlphp

Automatically exported from code.google.com/p/simplesamlphp
Other
0 stars 0 forks source link

call time pass-by-reference has been removed from PHP 5.4 #473

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

In PHP 5.4 call time pass-by-reference has been removed. PHP contains two 
instances which don't compile anymore with PHP 5.4. In both cases it seems that 
the use of this construct was done by mistake and actually the function's 
inherent pass by reference was intended. Attached patch makes simpleSAMLphp PHP 
5.4 compatible again.

PHP 5.4 is now on RC7 so will probably be released soon.

cheers,
Thijs

Original issue reported on code.google.com by thijs@kinkhorst.com on 6 Feb 2012 at 7:07

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks! Committed as r3029.

Original comment by olavmrk@gmail.com on 7 Feb 2012 at 7:43