From efa026c86be92867b6f89b08e0687180f5290e87 Mon Sep 17 00:00:00 2001 From: Date: Wed, 22 Nov 2000 02:09:10 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6c95bca9de..1d923af3d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2000-11-21 Monte Ohrt + + * pear/Date/Calc.php: fixed bug in getCalendarMonth + +2000-11-21 Sterling Hughes + + * ext/sablot/php_sablot.h + ext/sablot/sablot.c: + Major rework of the basic api which provides: + + - All Sablotron errors are now caught meaning nothing is + ever outputted directly to the screen allowing you to + catch all errors. + - A mechanism is provided for you to have an error function + which recieves all sablotron errors. + - All of the basic functions re-use a single processor increasing + performance (especially with high loads). + - Added a bunch of comments, more to come (this way other people + can easily modify my source). + + + +2000-11-21 Jani Taskinen + + * ext/mysql/config.m4: Fix bug #7034 + +2000-11-21 Hartmut Holzgraefe + + * ext/zlib/config.m4 + acinclude.m4: + make HAVE_FOPENCOOKIE available for other extensions besides zlib + + * tests/.cvsignore + tests/lang/.cvsignore + tests/strings/.cvsignore + tests/classes/.cvsignore + tests/func/.cvsignore + pear/DB/tests/.cvsignore + pear/XML/tests/.cvsignore + pear/tests/.cvsignore + tests/basic/.cvsignore + ext/skeleton/tests/.cvsignore + pear/DB/tests/mysql/.cvsignore + ext/standard/tests/.cvsignore + ext/xml/tests/.cvsignore + ext/standard/tests/file/.cvsignore + ext/standard/tests/general_functions/.cvsignore + ext/standard/tests/math/.cvsignore + ext/standard/tests/reg/.cvsignore + ext/db/tests/.cvsignore + ext/interbase/tests/.cvsignore: + added .cvsignore files for tests directories + +2000-11-21 Daniel Beulshausen + + * ext/pdf/pdf.c: fix PDF image open under Win32 + +2000-11-21 Frank M. Kromann + + * php.ini-dist + php.ini-optimized: + Adding php.ini value to set default batch size for mssql extension + + * ext/mssql/php_mssql.c + ext/mssql/php_mssql.h: + Adding new functions, mssql_affected_rows and mssql_fetch_batch. + Added optional paramter to mssql_query, batchsize used minimize the memery usage during select of large datasats. + +2000-11-21 Hartmut Holzgraefe + + * ext/zlib/zlib_fopen_wrapper.c: + * ext/zlib/zlib_fopen_wrapper.c + ext/zlib/Makefile.in + ext/zlib/php_zlib.h + ext/zlib/zlib.c: + all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c + so all the #define/#include workarounds in zlib.c are no longer needed + 2000-11-20 Frank M. Kromann * win32/php4dllts.dsp: Adding credits.c to project to allow compilation. -- 2.40.0