From a95ff8e6e3d4825e5e87570e55e87f02935c6e73 Mon Sep 17 00:00:00 2001 From: Date: Mon, 14 Jan 2002 01:13:37 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/ChangeLog b/ChangeLog index a51ed96ac8..bd1a264863 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2002-01-13 Edin Kadribasic + + * acinclude.m4 + sapi/cli/Makefile.in: + Fixed build in the directory other than $top_srcdir. + +2002-01-13 Thomas V.V.Cox + + * pear/DB/ibase.php: + Added modifyLimitQuery(). Only avaible for the Firebird syntax + (ibase(firebird)://user:pass@host/db) + (contributed by Ludovico Magnocavallo ) + + * pear/DB/tests/db_parsedsn.phpt: Two tests more + + * pear/DB/mysql.php: + Added support for socket and port options in connect() + + * pear/DB/pgsql.php: better DSN handling + + * pear/DB/tests/db_parsedsn.phpt: Test update + + * pear/DB.php: New DSN "protcocol(protocol_opts)" format support: + phptype://user:pass@protocol(proto_opts)/database + ex: + pgsql://user@unix()/pear + mysql://user@unix(/path/to/socket)/pear + pgsql://user:pass@word@tcp(somehost:7777)/pear + +2002-01-13 Rasmus Lerdorf + + * NEWS: 4.1.1 NEWS entry block was missing from the HEAD tree + +2002-01-13 Rui Hirokawa + + * ext/gd/config.m4: fixed some link error of gd's configure. + +2002-01-13 Edin Kadribasic + + * sapi/cli/Makefile.in + Makefile.in: + This should fix cli build when running 'make install' directly. + +2002-01-13 Chris Jarecki + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: - Added xpath_register_ns() function. + 2002-01-12 Edin Kadribasic * sapi/cli/Makefile.in: -- 2.50.1