From: Lee H. <hl...@sn...> - 2003-08-21 22:54:01
|
Hi there, I am using Apache 2.0.43, PHP 4.3.2 and running on Windows 2000. The MySQL database I am using (4.x) is not an issue since I run other production systems on it and the default Wiki info shows up properly. Only thing is the error messages that fills up half the page: 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 G:\Devtools\phpwiki\lib\stdlib.php on line 1096 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 G:\Devtools\phpwiki\lib\stdlib.php on line 1097 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 explodelist(). 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 G:\Devtools\phpwiki\lib\stdlib.php on line 1114 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 G:\Devtools\phpwiki\lib\WikiUser.php on line 335 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 G:\Devtools\phpwiki\lib\WikiUser.php on line 353 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 G:\Devtools\phpwiki\lib\WikiUser.php on line 362 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 G:\Devtools\phpwiki\lib\WikiUser.php on line 372 And there is one more down at the bottom of the page: G:\Devtools\phpwiki\lib\Request.php:143: Warning[2]: ob_gzhandler() [<a href='http://www.php.net/ref.outcontrol'>ref.outcontrol</a>]: output handler 'ob_gzhandler' cannot be used twice Is there a quick hack around it? Thank you in advance. Yours truly, Hanxue P/S: I can't change the error notification level, since I need to make sure the other PHP systems are always running fine. |