From: Date: Fri, 23 Mar 2001 02:09:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~593 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=115081c7754dc762c1f84e1f4fbdd0bb3a88ced7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1fe9432e62..52dd27bb07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,112 @@ +2001-03-22 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Adding warning when query fails + +2001-03-22 Ben Mansell + + * sapi/cgi/cgi_main.c + sapi/fastcgi/fastcgi.c: + Fix a bug with POST requests. If the Content-Type header wasn't present, + we were setting SG(request_info).content_type to NULL, instead of + an empty string. This was stopping PHP from processing the data. + +2001-03-22 Ulf Wendel + + * pear/Experimental/HTML/Menu_Browser.php: Finished it, works for me. + +2001-03-22 Martin Jansen + + * pear/HTML/Common.php: - removed wrong copyright notice. + +2001-03-22 Marc Boeren + + * ext/dbx/dbx.c + ext/dbx/dbx_mysql.c + ext/dbx/dbx_mysql.h + ext/dbx/dbx_odbc.c + ext/dbx/dbx_odbc.h + ext/dbx/php_dbx.h: Changed C++ style comments to C-style comments (Marc) + +2001-03-22 Emiliano Heyns + + * ext/midgard/article.c + ext/midgard/element.c + ext/midgard/page.c + ext/midgard/pageelement.c + ext/midgard/topic.c: Added update duplicate checks + +2001-03-22 Ulf Wendel + + * pear/Cache/Container/dbx.php: - added support for persistent connections + + * pear/Cache/Container/dbx.php: - connection data typo + - whitespaces + +2001-03-22 Sean Bright + + * ext/standard/basic_functions.c: Fixed prototype. + +2001-03-22 Martin Jansen + + * pear/HTML/Table.php: - Fixed bug reported by Bertrand Mansion. + +2001-03-22 Christian Stocker + + * pear/Cache/Container/dbx.php: + a new container, which uses the new dbx extension of php as db-abstraction + +2001-03-22 Jani Taskinen + + * ext/sockets/sockets.c: MFH + + * ext/sockets/sockets.c: Fix bugs: #9920, #9190 + +2001-03-22 Marc Boeren + + * ext/dbx/EXPERIMENTAL: no comment :) + + * ext/dbx/CREDITS + ext/dbx/INSTALL + ext/dbx/LICENSE + ext/dbx/Makefile.in + ext/dbx/config.m4 + ext/dbx/dbx.c + ext/dbx/dbx.dsp + ext/dbx/dbx.h + ext/dbx/dbx_mysql.c + ext/dbx/dbx_mysql.h + ext/dbx/dbx_odbc.c + ext/dbx/dbx_odbc.h + ext/dbx/php_dbx.h: + Added dbx module (database abstraction) to the repositorty (/ext/dbx). + Compiles under Linux (--enable-dbx) and Windows. + Supports MySQL and ODBC modules (more to be added later). + +2001-03-22 Uwe Steinmann + + * ext/domxml/php_domxml.c: - fixed some bugs with xpath + +2001-03-22 Martin Jansen + + * pear/HTML/Common.php + pear/HTML/Table.php: + - some cosmetic changes in pear/html/HTML_Common and pear/html/HTML_Table for better + readability. + +2001-03-22 Chuck Hagenbuch + + * pear/DB/odbc.php: + we have a default for dbsyntax; don't cause an error if it's not specified. + + * pear/DB/mssql.php: space + +2001-03-22 Adam Daniel + + * pear/HTML/Table.php: original commit. class to create html tables + + * pear/HTML/Common.php: + orginal commit. class containing common html tools + 2001-03-21 Frank M. Kromann * ext/fbsql/php_fbsql.c: setting right params to zend_get_parameters_ex