| Issue 114: | Depreciated pass-by-reference causes warnings when using PHP5 | |
| 3 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Post a comment with comment integration enabled. What is the expected output? What do you see instead? Expect no warning message. Instead, I get this warning before the auth process proceeds: Warning: Call-time pass-by-reference has been deprecated; 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 in /home/xxx/wp-content/plugins/openid/Auth/OpenID/AX.php on line 891 Warning: Call-time pass-by-reference has been deprecated; 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 in /home/xxx/wp-content/plugins/openid/Auth/OpenID/AX.php on line 963 Please Wait... What version of the product are you using? On what operating system? OpenID plugin 3.2, PHP 5.2.6 (on Dreamhost). Please provide any additional information below. |
|
,
Jan 22, 2009
Removing the ampersands from both Auth_OpenID::update() calls in question seemed to remove the warning and not cause any further harm. |
|
,
Mar 18, 2009
fixed in trunk... will be in 3.2.2 release.
Status: Fixed
Owner: wnorris Labels: Project-WpOpenID Type-Defect |
|
| ► Sign in to add a comment |