From: Date: Thu, 14 Sep 2000 01:09:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.3RC1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28690c3d16270743c53d9ca8b7965df0daf85842;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7704bc44d3..7ebb701841 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2000-09-13 Chris Vandomelen + + * ext/sockets/sockets.c: + Added prototypes for socketpair() and shutdown(), and corrected an obvious + bug in socketpair (causing it to not return the created sockets to the PHP + script.) + +2000-09-13 Derick Rethans + + * ext/ftp/ftp.c + ext/ftp/ftp.h + ext/ftp/php_ftp.c + ext/ftp/php_ftp.h: + - Added ftp_exec to the ftp functions (thanks to ) + Added ftp_exec to the ftp functions (thanks to ) + + +2000-09-13 Andrei Zmievski + + * pear/DB/common.php: Fixed DB::getAll() to respect DB_FETCHMODE_FLIPPED. + + * ext/wddx/php_wddx.h + ext/wddx/wddx.c: Create module info function. + +2000-09-13 Hénot David + + * php.ini-dist + php.ini-optimized: + Changed the php.ini examples to match the names in the source code. + +2000-09-13 Andrei Zmievski + + * ext/wddx/wddx.c: Really fix the de-allocation. + + * ext/wddx/wddx.c: Fixed block overrun. + +2000-09-13 Daniel Beulshausen + + * php.ini-dist + php.ini-optimized: - a comma sneaked in before the java extension + - added the java configuration section + + * php.ini-dist + php.ini-optimized: + added note about odbc support and changed to the appropriate names of the windows extensions + +2000-09-13 Stig Bakken + + * pear/DB.php + pear/DB/common.php + pear/DB/ibase.php + pear/DB/msql.php + pear/DB/mssql.php + pear/DB/mysql.php + pear/DB/oci8.php + pear/DB/odbc.php + pear/DB/pgsql.php + pear/DB/sybase.php + pear/DB/tests/db_error.phpt + pear/DB/tests/db_error2.phpt + pear/PEAR.php.in + pear/tests/pear_error.phpt: PEAR: + * added $debuginfo parameter to PEAR_Error constructor + * put last query in $debuginfo from DB_common::raiseError() + + * pear/tests/pear_error.phpt + pear/tests/pear_error_callback.phpt + pear/DB/mysql.php + pear/DB/tests/db_error.phpt + pear/DB/tests/db_error2.phpt + pear/Makefile.in + pear/PEAR.php.in: PEAR: + * show what's going on when PEAR files are installed + * allow multiple modes (or'ed) in PEAR_Error + +2000-09-13 Andi Gutmans + + * ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: + - The Sprit of PHP is to have descriptive function names and not + necessarily short ones. Maybe we should have some FAQ for this? + 2000-09-12 Rui Hirokawa * ext/pgsql/pgsql.c