diff options
author | <changelog@php.net> | 2002-01-14 01:13:37 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-01-14 01:13:37 +0000 |
commit | a95ff8e6e3d4825e5e87570e55e87f02935c6e73 (patch) | |
tree | 0b38ffd3e49128c8876d90d53889cf84a903d756 /ChangeLog | |
parent | 0aaafceafcbff0d978ace1aee63f4a9bcde32c0b (diff) | |
download | php-git-a95ff8e6e3d4825e5e87570e55e87f02935c6e73.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +2002-01-13 Edin Kadribasic <edink@proventum.net> + + * acinclude.m4 + sapi/cli/Makefile.in: + Fixed build in the directory other than $top_srcdir. + +2002-01-13 Thomas V.V.Cox <cox@idecnet.com> + + * pear/DB/ibase.php: + Added modifyLimitQuery(). Only avaible for the Firebird syntax + (ibase(firebird)://user:pass@host/db) + (contributed by Ludovico Magnocavallo <ludo@sumatrasolutions.com>) + + * 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 <rasmus@php.net> + + * NEWS: 4.1.1 NEWS entry block was missing from the HEAD tree + +2002-01-13 Rui Hirokawa <rui_hirokawa@ybb.ne.jp> + + * ext/gd/config.m4: fixed some link error of gd's configure. + +2002-01-13 Edin Kadribasic <edink@proventum.net> + + * sapi/cli/Makefile.in + Makefile.in: + This should fix cli build when running 'make install' directly. + +2002-01-13 Chris Jarecki <zenderx@ipro.pl> + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: - Added xpath_register_ns() function. + 2002-01-12 Edin Kadribasic <edink@proventum.net> * sapi/cli/Makefile.in: |