這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

PHP Floating Point DoS Attack Workaround

描述

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.

安裝

  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.

評價

There are no reviews for this plugin.

貢獻者及開發者

“PHP Floating Point DoS Attack Workaround” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

0.2

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

0.1

  • Initial release