Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

PHP Floating Point DoS Attack Workaround

Descripció

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.

Instal·lació

  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.

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«PHP Floating Point DoS Attack Workaround» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

0.2

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

0.1

  • Initial release