From: Date: Wed, 2 May 2001 01:15:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d81681ccbb93a7e060b2dc4cc3c9ffb7f0e63b9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d0f68d0b18..d06f77a3cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,130 @@ +2001-05-01 Rui Hirokawa + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + modified some function name in ext/mbstring based on naming convension and mbstr_http_input() implemented. + +2001-05-01 Jani Taskinen + + * ext/odbc/config.m4 + main/build-defs.h.in: Fix bug #10563 + +2001-05-01 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Fixing some proto types and return values + +2001-05-01 Hartmut Holzgraefe + + * ext/saprfc/CREDITS + ext/saprfc/EXPERIMENTAL + ext/saprfc/Makefile.in + ext/saprfc/README + ext/saprfc/config.m4 + ext/saprfc/php_saprfc.c + ext/saprfc/php_saprfc.h + ext/saprfc/tests/001.phpt: + the beginning of the SAP R/3 ABAP4 Remote Function Call extension + configure works, it finds headers and lib + compile and link against librfc works too + but no functionality yet :( + + * ext/ext_skel: looks like i missed something + +2001-05-01 John Donagher + + * ext/pfpro/TODO: Add TODO + +2001-05-01 Andi Gutmans + + * ext/mssql/php_mssql.c: + - Optimizer the previous patch a bit by nuking memset() + +2001-05-01 Frank M. Kromann + + * ext/mssql/php_mssql.c: + Adding support for BINARY, VARBINARY and IMAGE column types. + Thanks to Brad LaFountain. + +2001-05-01 Andrei Zmievski + + * ext/wddx/php_wddx_api.h + ext/wddx/wddx.c + ext/session/php_session.h + ext/session/session.c: + Patch from Sascha that abstracts session serializers. WDDX extension + now implements the encode/decode functions and registers them with + the session module. + +2001-05-01 Andi Gutmans + + * main/snprintf.c: - Remove C++ comment + + * main/snprintf.c: - Fix snprintf() to work with nan and inf properly + +2001-05-01 Hartmut Holzgraefe + + * ext/skeleton/php_skeleton.h + ext/skeleton/skeleton.c: + hartmfixed and extended the ini parameter and module globals stuff + + once again: someone test this please! + +2001-05-01 Rui Hirokawa + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + modified some function name in mbstring based on php's naming convension. + +2001-05-01 Andi Gutmans + + * sapi/cgi/cgi_main.c: - Remove unused variable + +2001-05-01 Derick Rethans + + * ext/mcrypt/mcrypt.c: - Fix for bug #10518 (Thanks to kettler@gmx.net) + +2001-05-01 Rui Hirokawa + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + simplified some function's name in ext/mbstring. + +2001-05-01 John Donagher + + * ext/pfpro/config.m4 + ext/pfpro/pfpro.c + ext/pfpro/php_pfpro.h: - Remove some stale code + - Fix spelling mistakes + - Add build-time version detection + - Add support for v3 Verisign SDK + pfpro extension now supports version 3 of the Verisign SDK (John Donagher) + +2001-05-01 Sterling Hughes + + * sapi/cgi/cgi_main.c: + fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of + (what I think is) broken logic. + + + * ext/sablot/config.m4 + ext/xslt/config.m4: Check for the existance of the iconv library + + +2001-05-01 Rui Hirokawa + + * main/php_main.h + ext/mbstring/CREDITS + ext/mbstring/EXPERIMENTAL + ext/mbstring/Makefile.in + ext/mbstring/README_PHP3-i18n-ja + ext/mbstring/config.m4 + ext/mbstring/mbfilter.c + ext/mbstring/mbfilter.h + ext/mbstring/mbfilter_ja.c + ext/mbstring/mbfilter_ja.h + ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: renamed jstring to mbstring. + 2001-04-30 Andi Gutmans * sapi/cgi/cgi_main.c: - Fix for Bug id #10071