Version 1.0.10
paragonie-scott
released this
23 Oct 13:24
·
208 commits
to master
since this release
- Avoid a performance killer with OpenSSL on Windows PHP 5.3.0 - 5.3.3 that was affecting WordPress users.
- Use
$var = null
instead ofunset($var)
to avoid triggering the garbage collector and slowing things down.