From 538880b14f3ff435ff4594d8f75943de53954b12 Mon Sep 17 00:00:00 2001 From: Date: Thu, 11 Jul 2002 00:18:34 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9fe98edc2b9..1dc91031b9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2002-07-10 Harald Radi + + * ext/rpc/com/com.c + win32/php4dllts.dsp: + merging parts of the old com extension to the new rpc extension + +2002-07-10 Jason Greene + + * ext/standard/basic_functions.c + ext/standard/file.c: + Fixed socket_set_timeout on win32 (Jason, Edin, Jani) + + * ext/standard/basic_functions.c + ext/standard/file.c: + Fix socket_set_timeout on win32 ( was not being included ) + +2002-07-10 Georg Richter + + * ext/mysql/php_mysql.c: 1) New constants: + MYSQL_CLIENT_SSL for ssl connections + MYSQL_CLIENT_COMPRESS for compressed protocol + MYSQL_CLIENT_IGNORE_SPACES for spaces after function names + MYSQL_CLIENT_INTERACTIVE for closing connections after timeout_interactive seconds + + 2) Optional parameter client_flags for mysql_connect and mysql_pconnect + For parameter desctiption see 1. + This also should fix bug #13589 + + 3) New internal function _rollback_mysql_transactions, which is called via + PHP_RSHUTDOWN_FUNCTION + This fixes bug #12513 + +2002-07-10 Stig Bakken + + * pear/packages/DB-1.2.tar + pear/packages/XML_Parser-1.0.tar + pear/packages/XML_RPC-1.0.3.tar: * signed these packages + 2002-07-09 Derick Rethans * ext/ftp/php_ftp.c: - Initialize var properly