Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.11.4

Bug #19632 Assigning the return value of new by reference is deprecated
Submitted: 2012-10-03 20:58 UTC
From: luti Assigned:
Status: Open Package: I18Nv2 (version 0.11.4)
PHP Version: 5.3.16 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2012-10-03 20:58 UTC] luti (Tillmann Lübker)
Description: ------------ when including the script, the following PHP warning is generated: Assigning the return value of new by reference is deprecated on line 177 Assigning the return value of new by reference is deprecated on line 194 So, as the warning suggests, assigning the return value of new by reference is deprecated in PHP 5.3.16 Test script: --------------- any call of function will do. Expected result: ---------------- no warning Actual result: -------------- warning

Comments