विवरण
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.
इंस्टॉलेशन
- Upload
php-floating-point-dos-attack-workaround
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ताTranslate “PHP Floating Point DoS Attack Workaround” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
0.2
- Added more thorough check
- Terminate execution rather than deleting the variable
0.1
- Initial release