Opis
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.
Instalacija
- Upload
php-floating-point-dos-attack-workaround
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Recenzije
Nema recenzija za ovaj dodatak.
Saradnici i programeri
“PHP Floating Point DoS Attack Workaround” is open source software. The following people have contributed to this plugin.
DoprinositeljiPrevedi “PHP Floating Point DoS Attack Workaround” na vaš jezik.
Zainteresirani za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Zapis promijena
0.2
- Added more thorough check
- Terminate execution rather than deleting the variable
0.1
- Initial release