summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-07-23 00:10:07 +0000
committer <changelog@php.net>2001-07-23 00:10:07 +0000
commite5204748f77e67f32a9159c193abdc4cec52ee72 (patch)
tree336b9e89ec5095fc5b7293f0152254fa0ceef9ca
parentd3fdc92ff5c89f33aedf6b97a8db4ccce71690ac (diff)
downloadphp-git-e5204748f77e67f32a9159c193abdc4cec52ee72.tar.gz
ChangeLog update
-rw-r--r--ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67595563a4..55307e64b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2001-07-22 Hartmut Holzgraefe <hartmut@six.de>
+
+ * ext/session/tests/005.phpt
+ ext/session/tests/006.phpt:
+ these tow fail with "Constant sid already defined" i
+ too if E_NOTICE error reporting is active
+
+2001-07-22 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/standard/exec.c:
+ While researching a crash-bug in mail(), I found these two goldies.
+
+ Replace php_escape_shell_(arg|cmd) with straight-forward implementations.
+
+2001-07-22 Thomas V.V.Cox <cox@idecnet.com>
+
+ * pear/DB/pgsql.php: handle error handlers properly in nextId()
+
+2001-07-22 Martin Jansen <mail@martin-jansen.de>
+
+ * pear/File/SearchReplace.php:
+ * Made File_SearchReplace more PEAR-conforming
+
+2001-07-22 Thomas V.V.Cox <cox@idecnet.com>
+
+ * pear/DB/mysql.php: commit the new version of the patch from Oleg
+
+2001-07-22 Daniel Beulshausen <daniel@php4win.de>
+
+ * main/config.w32.h: fix date('T')
+
+2001-07-22 Martin Jansen <mail@martin-jansen.de>
+
+ * pear/DB/TESTERS: * added missing database interface to TESTERS
+
+ * pear/XML/RPC.php:
+ * Patch for RPC.php by Matt Allen <matt@investigationmarketplace.com>
+
+2001-07-22 Stig Bakken <ssb@fast.no>
+
+ * pear/DB/tests/prepexe.inc
+ pear/DB/tests/tableinfo.inc: * fixed some DB tests
+
+ * pear/DB/mysql.php:
+ (PEAR DB) mysql sequence emulation "terse table" patch from Oleg Rekutin
+
+ * pear/DB/mysql.php: *doh*
+
2001-07-21 Stig Bakken <ssb@fast.no>
* pear/DB/mysql.php