From d161b81426f918340b5c335219d84afe32e69c0d Mon Sep 17 00:00:00 2001 From: Date: Wed, 23 May 2001 01:09:25 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1cc5d9808b..bf713c324d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,105 @@ +2001-05-22 Andy Sautins + + * ext/oci8/oci8.c: + + - Add correct OCIObjectFree to free collections immediately ( OCI_FREECOLLECTION_FORCE ) + - Added schema optional parameter to OCINewCollection to allow accessing types in + other schemas. + - Added OCI_TYPECODE_TABLE to OCINewCollection to allow creation of collection of TYPES + as well as VARRAYS + +2001-05-22 Shane Caraveo + + * sapi/cgi/cgi_main.c: + The -c commandline option was not working at all, need to set the path + override before calling on the module startup. + +2001-05-22 Jani Taskinen + + * ext/ccvs/Makefile.in + ext/ccvs/ccvs.c + ext/ccvs/config.m4: Fixed bug: #10914 + +2001-05-22 Andrei Zmievski + + * NEWS: Fixes. + +2001-05-22 Andi Gutmans + + * ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/standard/output.c + ext/standard/php_output.h: - Start nuking not needed GINIT + +2001-05-22 Sebastian Bergmann + + * php.ini-dist: Fixed bug #10892. + +2001-05-22 Andrei Zmievski + + * ext/session/session.c: MFH + +2001-05-22 Frank M. Kromann + + * ext/iisfunc/setup.c: Fixing prototypes to match function names + TODO Rename functions to follow coding standards. + + * ext/odbc/php_odbc.c + ext/fbsql/php_fbsql.c: Fixing prototypes to match function names + +2001-05-22 Andrei Zmievski + + * ext/session/session.c: + - Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value + when register_globals is on. + +2001-05-22 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: + Changing how persistant links are added to zend_lists + +2001-05-22 Thomas V.V.Cox + + * pear/scripts/pear.in: + remove "?" from Console_Getopt. Sorry Andrei it was there and + I left there :) + + * pear/PEAR/Installer.php: + - added error cheking and abort when no script install dir is set + - minor typos + + * pear/scripts/pear.in: - Added the following params support: + * -p set script install dir + * -e set extension install dir + * -d set documentation dest dir + * -v set verbose level + - Some error reporting clean up + - Added the standar PHP copyright header and authors + +2001-05-22 Sascha Schumann + + * ext/ircg/ircg.c: MFH + + * ext/ircg/ircg.c: Fix HEX_VALUE + + Submitted by: Axel Sander + +2001-05-22 Jon Parise + + * configure.in + ext/standard/filestat.c: + FreeBSD defines statfs(2) in . Teach PHP to look for it there. + + * ext/standard/filestat.c + configure.in: + FreeBSD defines statfs(2) in . Teach PHP to look for it there. + +2001-05-22 Jani Taskinen + + * ext/imap/config.m4: this fixes a few apache can not start bugs. + + * ext/imap/config.m4: This fixes a few apache can not start bugs. + 2001-05-21 Derick Rethans * ext/pdf/pdf.c: - Nuke warning -- 2.40.0