Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drupal: Removed PHP ini setting 'arg_separator.output'. #2999

Merged

Conversation

drshawnkwang
Copy link
Contributor

Description of the Change
With this setting present, reCAPTCHA does not work. Removing this setting, un-breaks reCAPTCHA.

Part of PHP 7.0 compatibility.

https://dev.gridrepublic.org/browse/DBOINCP-484

Release Notes
N/A

With this setting present, reCAPTCHA does not work. Removing this setting, un-breaks reCAPTCHA.

Part of PHP 7.0 compatibility.

https://dev.gridrepublic.org/browse/DBOINCP-484
@tristanolive
Copy link
Contributor

That ini_set() call was apparently added to Drupal in 2003 with the following commit message:

"Added 'php_value arg_separator.output "&"' as suggested by Curtis"

...and to this day no one has any idea what the purpose of it was. This should be a safe merge. 🧀

@tristanolive tristanolive merged commit ce94096 into BOINC:master Feb 5, 2019
@drshawnkwang drshawnkwang deleted the drupal_fixphp7-recaptchasetting branch February 6, 2019 16:54
@AenBleidd AenBleidd added this to the Server Release 1.2.0 milestone Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants