Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

PHP Floating Point DoS Attack Workaround

Descripción

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.

Instalación

  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.

Reseñas

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“PHP Floating Point DoS Attack Workaround” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Historial de cambios

0.2

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

0.1

  • Initial release