From 890430014ce27f86740ea4d33378cd2a1eb17c5d Mon Sep 17 00:00:00 2001 From: Date: Wed, 4 Apr 2001 01:09:12 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef5c519bfc7..893d454634c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2001-04-03 Wilfredo Sanchez + + * sapi/apache/apMakefile.tmpl + sapi/apache/libphp4.module.in + sapi/thttpd/config.m4 + ext/msql/config.m4 + ext/odbc/config.m4 + ext/bcmath/libbcmath/src/Makefile.am + ext/informix/config.m4: Separate CPPFLAGS from CFLAGS. + +2001-04-03 Daniel Beulshausen + + * ext/exif/exif.c: use V_STAT + + * ext/exif/exif.c: resolve realpath if in v-dir mode + +2001-04-03 Wilfredo Sanchez + + * build/build.mk: Undo oopsie + + * sapi/pi3web/config.m4 + sapi/nsapi/config.m4 + sapi/phttpd/config.m4 + sapi/isapi/config.m4 + sapi/aolserver/config.m4 + sapi/apache/config.m4 + sapi/cgi/config.m4 + build/build.mk + ext/java/config.m4 + pear/Makefile.in + Makefile.in + configure.in: Add INSTALL_ROOT variable to specify install location. + +2001-04-03 Sascha Schumann + + * ext/ircg/ircg.c: + ircg_ignore_del returns true now, if the operation was successful. + + * ext/ircg/ircg.c + ext/ircg/php_ircg.h: add ignore interface + +2001-04-03 Wilfredo Sanchez + + * build/buildcheck.sh: Find libtool if it's called glibtool. + +2001-04-03 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Fixing crash when listing databsaes + Fixing rowcount to woirk when the result contains an array og data. + +2001-04-03 Jani Taskinen + + * ext/standard/filestat.c: + SCO (and maybe others) do not have this defined. + +2001-04-03 Jon Parise + + * pear/DB/pgsql.php: Style and whitespace. + + * pear/DB/pgsql.php: Make the 'protocol' DSN element optional. + + * pear/PEAR.php.in: Cleaner (and probably safer) condition handling. + +2001-04-03 Thomas V.V.Cox + + * pear/DB/odbc.php + pear/DB/sybase.php: + odbc.php + - spaces & idents + - new temporary fetchInto() + - removed extra checks in connect() + Note: + in fetchRow this line looks very strange (isn't 3 params?): + $cols = odbc_fetch_into($result, &$row); + + sybase.php + - spaces & idents + - removed extra checks in connect() + - changed fetchInto to return null on no more rows and + added support for fetching row numbers + 2001-04-03 Wilfredo Sanchez * Makefile.in