From: SourceForge.net <no...@so...> - 2007-11-27 10:43:58
|
Bugs item #1573257, was opened at 2006-10-08 19:40 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1573257&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Admin Group: v1.8 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Call-time pass-by-reference has been deprecated Initial Comment: On Survey Design Page, running PHP 5, getting this warning: 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 intval(). 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./phpesp/admin/include/where/tab.inc on line 37 gare at calhounfarms.com ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-11-27 11:44 Message: Logged In: YES user_id=109671 Originator: NO fixed in latest version ---------------------------------------------------------------------- Comment By: Christopher Kolar (ckolar) Date: 2006-11-06 23:49 Message: Logged In: YES user_id=40678 Just want to report this as well, on DreamHost running php 5.x Message only happens when editing, testing and running surveys seems to work just fine. 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 intval(). 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 /home/XXXXX/survey.XXXXX.net/admin/include/where/tab.inc on line 37 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1573257&group_id=8956 |