Description
On certain hosts, notably HostEurope, the arg_seperator.output PHP INI setting is set to the html escaped output of an ampersand instead of the default &
. This leads to issues with plugins that rely on http_build_query arg to generate URLs if they don’t hardcode the third parameter. This plugin resets the PHP ini setting.
Installation
- Activate the plugin
- It works immediately. There are no settings.
FAQ
-
Where are the settings for this plugin
-
There are no settings. The plugin is 1 line long, as it just resets the value of the PHP arg_seperator.output ini setting.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Reset Arg Seperator Output” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Reset Arg Seperator Output” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0: June 28, 2024
- Updated Tested-to version
1.0.0: November 25, 2016
- Plugin introduced