From a0dce7b9cc4cc88bfd9765069a0e0002c86ccc2a Mon Sep 17 00:00:00 2001 From: Date: Tue, 3 Jul 2007 01:31:10 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/ChangeLog b/ChangeLog index 52601cb3cf3..327631578ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2007-07-02 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/openssl/xp_ssl.c: + + Fixed bug #41770 (SSL: fatal protocol error due to buffer issues). + + * (PHP_5_2) + NEWS: + oracle BFN + + * (PHP_5_2) + NEWS + ext/pgsql/pgsql.c: + + Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4) + +2007-07-02 Dmitry Stogov + + * ext/simplexml/simplexml.c: + Allow unicode XML + +2007-07-02 Rob Richards + + * (PHP_5_2) + NEWS: + BFN + + * ext/simplexml/simplexml.c + ext/simplexml/tests/bug41867.phpt: + MFB: fix bug #41867 (getName is broken) + add test + + * (PHP_5_2) + ext/simplexml/simplexml.c + ext/simplexml/tests/bug41867.phpt + ext/simplexml/tests/bug41867.phpt: + fix bug #41867 (getName is broken) + add test + +2007-07-02 Dmitry Stogov + + * ext/standard/pack.c: + Unicode support + 2007-07-01 Jani Taskinen * (PHP_5_2)