changelog Sun Oct 22 01:31:00 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2490&r2=1.2491&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2490 php-src/ChangeLog:1.2491 --- php-src/ChangeLog:1.2490 Sat Oct 21 01:31:05 2006 +++ php-src/ChangeLog Sun Oct 22 01:31:00 2006 @@ -1,3 +1,22 @@ +2006-10-21 Johannes Schlüter <[EMAIL PROTECTED]> + + * main/php_variables.c: + - Fix merging of $_REQUEST in unicode mode and remove $GLOBALS check from + register_globals times + +2006-10-21 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/openssl/openssl.c: + - add signature_algo to the function signature + + * ext/openssl/openssl.c + ext/openssl/tests/bug39217.phpt + ext/openssl/tests/bug39217cert1.txt + ext/openssl/tests/bug39217cert2.txt: + - #39217, use openssl i2s_ASN1_INTEGER to get a string representation of + the integer (large or not). It also keeps BC by using only decimal fmt + - add test + 2006-10-20 Antony Dovgal <[EMAIL PROTECTED]> * ext/openssl/openssl.c: