From: Date: Sun, 22 Oct 2006 01:31:00 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e584094c8a9f70ed960f26edf2750f5bbe0ceaa;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ce51d9d500..636f9cf4e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2006-10-21 Johannes Schlüter + + * 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 + + * 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 * ext/openssl/openssl.c: