hnangelo Sun Aug 10 22:02:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: missing entries http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.261&r2=1.2027.2.547.2.965.2.262&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.261 php-src/NEWS:1.2027.2.547.2.965.2.262 --- php-src/NEWS:1.2027.2.547.2.965.2.261 Sun Aug 10 15:02:37 2008 +++ php-src/NEWS Sun Aug 10 22:02:05 2008 @@ -160,9 +160,14 @@ . Allow building (e.g from PECL) the PHP 5.3-based OCI8 code with PHP 4.3.9 onwards. -- Improved OpenSSL extension: (Dmitry) - . Added support for OpenSSL digest and cipher functions. - . Added access to internal values of DSA, RSA and DH keys. +- Improved OpenSSL extension: + . Added support for OpenSSL digest and cipher functions. (Dmitry) + . Added access to internal values of DSA, RSA and DH keys. (Dmitry) + . Fixed a memory leak on openssl_decrypt(). (Henrique) + . Fixed segfault caused by openssl_pkey_new(). (Henrique) + . Fixed bug caused by uninitilized variables in openssl_pkcs7_encrypt() and + openssl_pkcs7_sign(). (Henrique) + . Fixed error message in openssl_seal(). (Henrique) - Improved pcntl extension: (Arnaud) . Added pcntl_signal_dispatch().
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php