From ce562b6280a516a53420999c80cf97817ba355e8 Mon Sep 17 00:00:00 2001 From: Date: Fri, 10 Mar 2000 02:09:08 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/ChangeLog b/ChangeLog index 96d31f089f..20778c4cd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2000-03-09 Leo Baschy + + * ext/odbc/php_odbc.c + ext/odbc/php_odbc.h: + _close_odbc_conn calls _free_odbc_result if possible + +2000-03-09 Sascha Schumann + + * acinclude.m4: + VPATH builds were broken, if the user specified the path to configure + using an absolute path. With this change, absolute and relative paths + are accepted and processed correctly. + +2000-03-09 Stig Bakken + + * pear/DB.php + pear/DB/mssql.php + pear/DB/mysql.php + pear/DB/odbc.php + pear/DB/pgsql.php + pear/DB/storage.php + pear/Makefile.in: PEAR now uses "use" instead of "include". + +2000-03-09 Sascha Schumann + + * configure.in: Fix build problem on systems where ulong is not defined. + There ulong was defined to `unsigned long long' resulting + in compile-time problems in libmysql. The client library + uses `ulong' an `unsigned long' interchangeable. + + The removed tests are performed by the Zend library, thus + this change has no negative impact. + + Reported by: Dan Larsson + +2000-03-09 Uwe Steinmann + + * ext/cpdf/cpdf.c: - fixed cpdf_set_font() error + + * ext/pdf/pdf.c: - ups, fixed stupid compile errors + + * NEWS + ext/pdf/config.m4 + ext/pdf/pdf.c: - dropped support for version of pdflib < 3.0 + - better detection of libs required for pdflib + +2000-03-09 Sam Ruby + + * sapi/servlet/cookies.php + sapi/servlet/servlet.c + sapi/servlet/servlet.java + sapi/servlet/sessions.php: + Both PHP and Java can't read Post data - let java do it and reconstruct for + PHP. + +2000-03-09 Uwe Steinmann + + * ext/hyperwave/hg_comm.c + tests/testhyperwave: + - bug fix, insertion of links back into HTML document + - smarter test script + +2000-03-09 Sam Ruby + + * sapi/servlet/sessions.php: remove duplicate line + +2000-03-09 Thies C. Arntzen + + * ext/oci8/oci8.c: + (OCILogon) fixed crash in OCILogon if username was not valid (newly introduced - no need for a NEWS entry) + 2000-03-08 Uwe Steinmann * ext/domxml/domxml.c -- 2.50.1