00014: Call-time pass-by-reference in call to RestorePage

Summary: Call-time pass-by-reference in call to RestorePage
Created: 2004-08-27 12:17
Status: Closed - fixed
Category: PHP Compatibility
From: CB
Assigned:
Priority: 2
Version:
OS: Windows XP familial, Apache 2, PHP 5

Description: Starting pmwiki.php : 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 RestorePage(). 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 \pmwiki-2.0.devel3\scripts\simuledit.php on line 55


Thanks -- not sure why I had those &'s in there to begin with. It's fixed in CVS. Pm August 27, 2004, at 12:29 PM