Discover, trust, install: FAIR 1.0 is here
Reset Arg Seperator Output
Version: 1.0.1
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
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
Changelog
1.0.0: June 28, 2024
- Updated Tested-to version
1.0.0: November 25, 2016
- Plugin introduced