Descrição
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.
Instalação
- Upload
php-floating-point-dos-attack-workaround
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Avaliações
There are no reviews for this plugin.
Contribuidores e desenvolvedores
“PHP Floating Point DoS Attack Workaround” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ContribuidoresTraduzir “PHP Floating Point DoS Attack Workaround” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
0.2
- Added more thorough check
- Terminate execution rather than deleting the variable
0.1
- Initial release