From 3dab4f77d7050d38f05adb48f0a29ac31c559b8e Mon Sep 17 00:00:00 2001 From: Date: Thu, 22 Mar 2001 02:09:16 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/ChangeLog b/ChangeLog index efc28fd755..1fe9432e62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,103 @@ +2001-03-21 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: setting right params to zend_get_parameters_ex + +2001-03-21 Rainer Schaaf + + * ext/pdf/pdf.c + ext/pdf/php_pdf.h: + Beta2 of PDFlib V4.0 will introduce on new function (PDF_place_pdi_page) + and PDF_close_pdi_page will lose one parameter. + These changes are done for the phpwrapper now. + This has no impact on PDFlib V3.x. + +2001-03-21 Andi Gutmans + + * ext/pfpro/pfpro.c + ext/pfpro/php_pfpro.h: - Fix spelling error + +2001-03-21 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: changed arg types from pval* to zval** + +2001-03-21 Sterling Hughes + + * ext/bz2/EXPERIMENTAL: Remove experimental status from bz2 (as of 4.0.6) + + * EXTENSIONS: Remove experimental status from bz2 + +2001-03-21 Andrei Zmievski + + * NEWS: Fixing news. + +2001-03-21 André Langhorst + + * run-tests.php: + I don't like to commit this over and over either, but this client definitely seems to dislike branches + + * run-tests.php: synchronizing with CVS + +2001-03-21 Ben Mansell + + * ext/standard/mail.c: + UnixWare 7.1 does not have EX_TEMPFAIL or (as far as I can tell) + a concept of a temporary failure response to pclose(). + +2001-03-21 Emiliano Heyns + + * ext/midgard/article.c: Disallow duplicate article names under one parent + +2001-03-21 Sean Bright + + * ext/standard/basic_functions.c: Fix for bug #9698. + +2001-03-21 André Langhorst + + * run-tests.php: + fighting against the cvs client, it does not want to let the win32 binary safe change go in... + + * run-tests.php: win32 fixes again + + * tests/strings/001.phpt + tests/strings/002.phpt + tests/strings/003.phpt + tests/lang/018.phpt + tests/lang/019.phpt + tests/lang/020.phpt + tests/lang/021.phpt + tests/lang/022.phpt + tests/lang/023.phpt + tests/lang/024.phpt + tests/lang/025.phpt + tests/lang/028.phpt: more win32 fixes + +2001-03-21 Uwe Steinmann + + * ext/hyperwave/hg_comm.c: - fulltext query are working now + +2001-03-21 Sebastian Bergmann + + * run-tests.php: Disable maximum execution time for tests. + +2001-03-21 André Langhorst + + * run-tests.php: 1) fixed tests on *both* win32+linux + 2) made tests more sophisticated (checking against compiled in modules) + 3) minor changes + 4) win32 improvements + +2001-03-21 Uwe Steinmann + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: - added EntityReference and Notation class + - fixed handling of PI nodes + - implemented more class functions + +2001-03-21 Jon Parise + + * pear/DB.php: Style and whitespace, based mostly on a submission from + "Tomas V.V.Cox" . + 2001-03-20 Ulf Wendel * pear/Experimental/HTML/Menu_Browser.php: Warning: alpha code! -- 2.40.0