From: Date: Wed, 13 Oct 1999 01:07:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0b3_RC2~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=489a49d2fe8d2c3c70ac02193968e6c93677247f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ae5d06cd31..4855f13e48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +1999-10-12 Thies C. Arntzen + + * ext/standard/file.c + ext/standard/file.h + ext/standard/fsock.c + fopen-wrappers.h + rfc1867.c: + starting to clean-up/new API'ize and resourcify the file-stuff - nothing happened yet - just renaming things around. + +1999-10-12 Danny Heijl + + * ext/informix/ifx.ec: + (Informix driver) Thies introduced ZEND_FETCH_RESOURCE2 (Danny). + +1999-10-12 Thies C. Arntzen + + * MAINTAINERS: made nice + + * MAINTAINERS: add myself + + * ext/wddx/wddx.c: (wddx_add_vars) adjusted to new resource-API + + * ext/sybase_ct/php_sybase_ct.c: (php sybase_close) fixed obvious bug. + + * ext/sybase_ct/php_sybase_ct.c + ext/oracle/oracle.c + ext/odbc/php_odbc.c + ext/oci8/oci8.c + ext/mysql/php_mysql.c + ext/msql/php_msql.c: + new improved resource-API (i hope everything still compiles) + +1999-10-12 Andrei Zmievski + + * MAINTAINERS: Just some formatting. + +1999-10-12 Danny Heijl + + * MAINTAINERS: + Added Informix driver to list of maintained extensions. (Danny). + +1999-10-12 changelog + + * NEWS + ChangeLog: *** empty log message *** + + * ChangeLog: ChangeLog update + + * NEWS: NEWS update + 1999-10-11 Andrei Zmievski * ext/standard/basic_functions.c: