The new version of PHP Crypto has been released. It fixes C89 compatibility which caused compilation issue on Windows for PHP 5.
New version of PHP Crypto extension has been released. It’s almost a complete rewrite of version 0.1 with support for PHP 7. HMAC and CMAC algorithms as well as CCM mode en/decryption have been fixed.
The PHP JSOND based extension has been accepted as a replacement for the core JSON extension in https://wiki.php.net/rfc/jsond .
PHP JSOND has been added to PECL and new version has been released. It’s a drop-in alternative to the standard PHP JSON extension. The JSON parser has been completely rewritten using Bison and re2c tools. The performance and memory usage for json_decode have been significantly improved. In addition it’s licensed under PHP 3.01 license.
PHP JSOND is a PHP JSON extension with the latest features of PHP JSON extension. The extension is on Github.
The new version of php-crypto has been released. There is a fix for Linux build and memory corruption bug in Base64. The RPM’s for php-crypto are now available in Remi repository.
Released new version to make the RPM compilation work. There is a fix for compiling with -Werror=format-security GCC option. The fix is from Remi.
PHP Crypto has been added to PECL. The new devel version 0.1.0 has been released.
The new version has been released. There is a bugfix for fann_test and segfault when ANN creation fails.
The new version of php-fann has been released. The new macros for extension versioning have been added by Anatol.