Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

PHP Floating Point DoS Attack Workaround

Opis

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.

Instalacja

  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.

Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

Kontrybutorzy i deweloperzy

„PHP Floating Point DoS Attack Workaround” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Rejestr zmian

0.2

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

0.1

  • Initial release