Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

PHP Floating Point DoS Attack Workaround

Beschrijving

Prevents 32-bit PHP versions from hanging when processing a request containing 2.2250738585072011e-308 value.

For more information see the original post and bug report by Rick Regan.

Based on the non-plugin solution by AirCraft24.com.

Installatie

  1. Upload php-floating-point-dos-attack-workaround folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“PHP Floating Point DoS Attack Workaround” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Changelog

0.2

  • Added more thorough check
  • Terminate execution rather than deleting the variable

0.1

  • Initial release