From: Date: Wed, 8 Aug 2001 00:14:40 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_PARAM_PARSING_CHANGE~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60f37986c213b6e7344eadf767756d64316f9688;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index dd9d25d18f..0e29e73784 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,154 @@ +2001-08-07 Jani Taskinen + + * ext/ming/ming.c + ext/qtdom/qtdom.c + ext/qtdom/qtdom.h: More TSRM work. + +2001-08-07 Sascha Schumann + + * ext/ircg/README.txt: Remove reference to crappy irc server + +2001-08-07 Jani Taskinen + + * ext/standard/dl.c + ext/standard/dl.h + main/php_ini.c + ext/ingres_ii/ii.c + ext/ingres_ii/ii.h + ext/mcal/php_mcal.c + ext/mcal/php_mcal.h: Yet another TSRM fix. + +2001-08-07 Frank M. Kromann + + * ext/oci8/oci8.c: Fixing a TSRMLS_FETCH problem. + +2001-08-07 Andrei Zmievski + + * ext/standard/formatted_print.c + ext/standard/php_string.h + ext/standard/basic_functions.c: + - Added vprintf() and vsprintf() functions that allow passing all arguments + after format as an array. + +2001-08-07 Jani Taskinen + + * ext/xslt/php_xslt.h: Killed compile warnings. + + * ext/standard/lcg.c: killed a compile warning. + +2001-08-07 Frank M. Kromann + + * ext/dbx/dbx.c + ext/dbx/dbx.h + ext/dbx/dbx_fbsql.c + ext/dbx/dbx_fbsql.h + ext/dbx/dbx_mssql.c + ext/dbx/dbx_mssql.h + ext/dbx/dbx_mysql.c + ext/dbx/dbx_mysql.h + ext/dbx/dbx_odbc.c + ext/dbx/dbx_odbc.h + ext/dbx/dbx_pgsql.c + ext/dbx/dbx_pgsql.h + ext/dbx/php_dbx.h: Adding cvs ID to source files + + * ext/dbx/dbx.c + ext/dbx/dbx.dsp + ext/dbx/dbx_fbsql.c + ext/dbx/dbx_fbsql.h: Adding FrontBase support to the DBX extension + +2001-08-07 Harald Radi + + * ext/java/java.c: TSRM fix + +2001-08-07 Jani Taskinen + + * ext/informix/ifx.ec: More TSRMLS_FETCH() nuking. + +2001-08-07 Thomas V.V.Cox + + * pear/DB/odbc.php: + better error reporting, E_ALL conformance and other bugfixes/style + +2001-08-07 Jani Taskinen + + * ext/gmp/gmp.c: Another TSRM fix. Plus killed some compile warnings. + + * ext/imap/php_imap.c: Another TSRM fix. + + * configure.in: This did not work as expected. Reverted. + +2001-08-07 Harald Radi + + * ext/pdf/php_pdf.h + ext/pdf/pdf.c + ext/dotnet/dotnet.cpp: TSRM fix + +2001-08-07 Jani Taskinen + + * ext/domxml/php_domxml.c: Missed these + +2001-08-07 Andrei Zmievski + + * ext/standard/array.c: Fix a couple of leaks. + +2001-08-07 Jani Taskinen + + * ext/gd/gd.c + ext/gd/php_gd.h: php_sig_gd2 is only needed for GD extension. + + * ext/gd/php_gd.h: oops. Copy-paste-magic. :) + + * ext/domxml/php_domxml.c: Yet another TSRM fix. + + * ext/imap/php_imap.c + ext/imap/php_imap.h + ext/imap/config.m4: Beutifying. Also made a check for IMAP-2001. + + * ext/gd/php_gd.h + ext/gd/gd.c: + - Added support for GD2 image type for ImageCreateFromString() + +2001-08-07 Daniel Beulshausen + + * ext/shmop/php_shmop.h + ext/shmop/shmop.c + ext/shmop/shmop.dsp + php.ini-dist + php.ini-optimized + win32/php_modules.dsw: let ext\shmop build under win32 + +2001-08-07 Jani Taskinen + + * configure.in: This was not supposed to be removed. + +2001-08-07 Thomas V.V.Cox + + * pear/DB/STATUS: added affectedRows() in sybase and msql + + * pear/DB/msql.php: added affectedRows() + + * pear/DB/sybase.php: + added affectedRows() and error detecting in connect() + +2001-08-07 Adam Dickmeiss + + * ext/yaz/php_yaz.c + ext/yaz/php_yaz.h: ZTS updates. + +2001-08-07 Sascha Schumann + + * sapi/thttpd/thttpd.c: A CRLF at the end of a line is not so wrong. + + * sapi/thttpd/thttpd.c: + The module usually did not send out Content-Type: text/html. + + No major browser seems to care, Opera does though. + +2001-08-07 Alexander Merz + + * pear/HTTP/Compress.php: fix PHPDoc + 2001-08-06 Adam Daniel * pear/HTML/Table.php: fixed problem with spanning cells