From: Date: Mon, 23 Jul 2001 00:10:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_TSRM_MERGE_PATCH~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5204748f77e67f32a9159c193abdc4cec52ee72;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 67595563a4..55307e64b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2001-07-22 Hartmut Holzgraefe + + * 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 + + * 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 + + * pear/DB/pgsql.php: handle error handlers properly in nextId() + +2001-07-22 Martin Jansen + + * pear/File/SearchReplace.php: + * Made File_SearchReplace more PEAR-conforming + +2001-07-22 Thomas V.V.Cox + + * pear/DB/mysql.php: commit the new version of the patch from Oleg + +2001-07-22 Daniel Beulshausen + + * main/config.w32.h: fix date('T') + +2001-07-22 Martin Jansen + + * pear/DB/TESTERS: * added missing database interface to TESTERS + + * pear/XML/RPC.php: + * Patch for RPC.php by Matt Allen + +2001-07-22 Stig Bakken + + * 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 * pear/DB/mysql.php