From: Date: Tue, 7 Jan 2003 01:34:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f6db9ef820ea0c3a50ccf7920f6fb3e773c1417;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3445e08d42..426f342107 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,184 @@ +2003-01-06 Stefan Esser + + * main/rfc1867.c: + Adding support for anonymous fileuploads (#21450) + +2003-01-06 Wez Furlong + + * main/streams.c: + Fix for Bug #20827: where stat is a macro on Tru64. + Patch from + +2003-01-06 Ilia Alshanetsky + + * ext/standard/string.c + ext/standard/tests/strings/bug21453.phpt: + Fixed bug #21453 (improper handling of non-terminated <). + + * ext/standard/browscap.c: + Fixed Bug #21443 and related bug #21468. + +2003-01-06 Dan Kalowsky + + * ext/odbc/php_odbc.c: + Patch for bug #19349 + + * ext/odbc/php_odbc.c: + Correction for bug #21279 + +2003-01-06 Moriyoshi Koizumi + + * ext/iconv/iconv.c + ext/standard/quot_print.c + ext/standard/quot_print.h: + Moved php_quot_print_decode() to quot_print.c so that it can be used + outside the iconv module + + * ext/iconv/iconv.c: + Added more RFC2047-compliancy check in iconv_mime_decode() + + * ext/iconv/iconv.c: + Fixed iconv_mime_decode() so that it comforms to RFC2231 + +2003-01-06 Georg Richter + + * ext/mysql/php_mysql.c: + fixed missing & (Thx to Sebastian Bergmann) + + * (PHP_4_3) + ext/mysql/php_mysql.c: + fixed a missing & (Thx to Sebastian Bergmann + +2003-01-06 Wez Furlong + + * ext/standard/tests/file/userfilters.phpt: + Make it slightly more obvious that the return value is relative to the + length + of the input data. + + * main/php_streams.h: + Fix for bug #21406; infinite loop during filter flushing. + +2003-01-06 Edin Kadribasic + + * (PHP_4_3) + NEWS: + Bugfixing news. + + * ext/gd/gd_bundled.dsp: + MFB: + Fixed bug #20503 (imagesetbrush() availability on windows). + + * (PHP_4_3) + ext/gd/gd_bundled.dsp: + Fixed bug #20503 (imagesetbrush() availability on windows). + +2003-01-06 Anantha Kesari H Y + + * ext/pgsql/php_pgsql.h: + Removed #ifdef NetWare and made the necessary changes in the directory + structure of NetWare. + + * netware/libpq/libpq-fs.h: + Header file for PostgreSQL. Moved from netware directory to netware/libpq + directory. + + * netware/libpq-fs.h: + This file moved to netware/libpq directory. + +2003-01-06 Christian Stocker + + * (PHP_4_3) + ext/domxml/php_domxml.c: + - fix crash in domxml_node_insert_before() (by Lukas Schröder) + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + - get_path forgotten in .h file + - fix crash in domxml_node_insert_before() (by Lukas Schröder) + +2003-01-06 Anantha Kesari H Y + + * netware/phplib.imp: + Added symbols to build PostgreSQL extension for NetWare. + + * ext/mysql/mysql.mak: + Changes for NetWare makefile. + + * ext/pgsql/pgsql.mak + ext/pgsql/php_pgsql.h: + Makefile added newly and modified the header file for NetWare. + +2003-01-06 Christian Stocker + + * (PHP_4_3) + ext/domxml/php_domxml.c: + partly MFH from 1.288 (Fixed segfault, when trying to add a node to itself) + + * ext/domxml/php_domxml.c: + - Fixed segfault, when trying to add a node to itself. + +2003-01-06 Anantha Kesari H Y + + * ext/standard/basic_functions.c: + Added #ifdef HAVE_SYSLOG_H around syslog function in the whole file to + avoid link failure. + + * netware/phplib.mak: + Modified for Netware. + +2003-01-06 Sara Golemon + + * ext/standard/filters.c: + Added string.toupper and string.tolower filters and generalized non-op + filter methods + +2003-01-06 Frank M. Kromann + + * ext/gd/libgd/gdft.c: + Nuke warning, on Win32 build + + * ext/gd/gd_bundled.dsp: + enable imageftbbox() and imagefttext() on WIn32 + +2003-01-06 Sara Golemon + + * ext/standard/user_filters.c + main/php_streams.h + main/streams.c: + Expose stream_filters_hash so that it can be searched by + stream_get_filters() + +2003-01-06 Edin Kadribasic + + * (PHP_4_3) + NEWS: + Mention gif read-only support on windows. + + * (PHP_4_3) + ext/gd/gd_bundled.dsp: + MFH: Added missing flags and .c files for gif read support on Windows. + + * ext/gd/gd_bundled.dsp: + Complete gif readonly support addition by adding missing gd_gif_in.c + file to the project. + + * ext/mcrypt/mcrypt.c: + Comment out non ANSI C standard comliant code. Fixes win32 build. + + * ext/dba/dba.c: + Fixed win32 build. + +2003-01-06 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * ext/gd/libgd/gd.h + ext/gd/libgd/gdft.c: + Fixed bug #21445. + 2003-01-05 Sara Golemon * ext/standard/file.c