Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

PHP Floating Point DoS Attack Workaround

Descrizione

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.

Installazione

  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.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“PHP Floating Point DoS Attack Workaround” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “PHP Floating Point DoS Attack Workaround” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

0.2

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

0.1

  • Initial release