summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-07-11 00:18:34 +0000
committer <changelog@php.net>2002-07-11 00:18:34 +0000
commit538880b14f3ff435ff4594d8f75943de53954b12 (patch)
tree29620135d32c8b7279dbc40d2ba6afbc28b77cf3 /ChangeLog
parent77f1d265be2cf2b594721c1d129f2c36e1f2dbd8 (diff)
downloadphp-git-538880b14f3ff435ff4594d8f75943de53954b12.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fe98edc2b..1dc91031b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2002-07-10 Harald Radi <harald.radi+coding.php@nme.at>
+
+ * 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 <jason@inetgurus.net>
+
+ * 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 <georg.richter@phpev.de>
+
+ * 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 <ssb@fast.no>
+
+ * 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 <d.rethans@jdimedia.nl>
* ext/ftp/php_ftp.c: - Initialize var properly