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

Bug #4429 Call-time pass-by-reference has been deprecated
Submitted: 2005-05-25 09:20 UTC
From: fredericpoeydomenge Assigned: dufuz
Status: Closed Package: Cache
PHP Version: 5.0.4 OS: Debian/GNU Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 10 - 6 = ?

 
 [2005-05-25 09:20 UTC] fredericpoeydomenge
Description: ------------ with Cache 1.5.4 : Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/share/pear/Cache/Container/shm.php on line 225 Reproduce code: --------------- php -l /usr/share/pear/Cache/Container/shm.php

Comments

 [2005-05-25 09:57 UTC] dufuz
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better. Will make a new RC release in a moment with that fix.