From: Date: Sat, 27 Oct 2001 00:10:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc107bf495e3ff3fb4e2b0e6dfe306d238d303cc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0a0f29372f..3474756bcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2001-10-26 Andrei Zmievski + + * ext/standard/crc32.c + ext/standard/crypt.c + ext/standard/html.c: Convert to use new parameter parsing API. + +2001-10-26 Stig Bakken + + * pear/tests/PEAR.r + pear/tests/PEAR.t + pear/tests/PEAR_Error.r + pear/tests/PEAR_Error.t: removed + +2001-10-26 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Typo in constant naming. + +2001-10-26 Harald Radi + + * ext/iisfunc/iisfunc.cpp + ext/dotnet/dotnet.cpp: fix visual studio .net warning + +2001-10-26 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Removed unused code + +2001-10-26 Sebastian Bergmann + + * ext/overload/.cvsignore: Add Win32 generated files. + +2001-10-26 Andrei Zmievski + + * ext/standard/base64.c: Convert to use new parameter parsing API. + +2001-10-26 Thies C. Arntzen + + * ext/xmlrpc/libxmlrpc/base64.c + ext/xmlrpc/php_xmlrpc.h + ext/xmlrpc/xmlrpc-epi-php.c: ZTS fixes + +2001-10-26 Stig Bakken + + * pear/PEAR/Remote.php + pear/scripts/pear.in + pear/Makefile.in: + * implemented "pear list-packages", the first sub-command using xmlrpc + +2001-10-26 Sterling Hughes + + * sapi/servlet/servlet.c: no need to free these it seems + +2001-10-26 Stig Bakken + + * pear/PEAR/Config.php + pear/PEAR/Remote.php + pear/scripts/pear.in + pear/scripts/pearwin.php + pear/Makefile.in: + * PEAR_Config class to maintain system and per-user configuration for + PEAR installations + * PEAR_Remote class to communicate with the backend server (xmlrpc) + * change pear script's option parsing to "-d foo=bar" style + * added -c/-C (user/system config file) and -s/-S (store user/system config) + options + 2001-10-25 Martin Jansen * pear/HTML/Form.php: