1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00

ChangeLog update

This commit is contained in:
2006-10-22 01:31:00 +00:00
parent 7694aa3222
commit 4e584094c8

View File

@@ -1,3 +1,22 @@
2006-10-21 Johannes Schlüter <johannes@schlueters.de>
* 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 <pierre.dev@gmail.com>
* 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 <antony@zend.com>
* ext/openssl/openssl.c: