Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Depreciated pass-by-reference causes warnings when using PHP5 #114

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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.

Original issue reported on code.google.com by jsch...@gmail.com on 23 Jan 2009 at 12:04

@GoogleCodeExporter
Copy link
Author

Removing the ampersands from both Auth_OpenID::update() calls in question 
seemed to
remove the warning and not cause any further harm.

Original comment by jsch...@gmail.com on 23 Jan 2009 at 12:31

@GoogleCodeExporter
Copy link
Author

fixed in trunk... will be in 3.2.2 release.

Original comment by wnorris on 18 Mar 2009 at 7:47

  • Changed state: Fixed
  • Added labels: Project-WpOpenID, Type-Defect

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant