Description
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.
Installation
- Upload
php-floating-point-dos-attack-workaround
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Avis
Il n’y a aucun avis pour cette extension.
Contributeurs/contributrices & développeurs/développeuses
« PHP Floating Point DoS Attack Workaround » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « PHP Floating Point DoS Attack Workaround » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal
0.2
- Added more thorough check
- Terminate execution rather than deleting the variable
0.1
- Initial release