From: Date: Thu, 14 Dec 2000 02:09:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~903 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a730ffdc39c95a406cbe2c581ff1b637071440d0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7a6c1e6688..afdf47b79f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,131 @@ +2000-12-13 Zeev Suraski + + * ext/standard/exec.c: Rollback bogus patch + + * ext/standard/exec.c: That slipped in :( + +2000-12-13 Hartmut Holzgraefe + + * ext/standard/levenshtein.c + ext/standard/tests/general_functions/003.phpt: + levenshtein() fixed, regression tests added (bug id #6562 and #7368) + +2000-12-13 Zeev Suraski + + * ext/wddx/wddx.c + ext/xml/xml.c + ext/standard/basic_functions.c + ext/standard/exec.c + ext/standard/var.c: MFH - call_user_function() object fix + + * ext/standard/basic_functions.c + ext/standard/exec.c + ext/standard/var.c + ext/wddx/wddx.c + ext/xml/xml.c: + Fix call_user_function() with objects - it could leak under certain circumstances + +2000-12-13 Uwe Steinmann + + * ext/hyperwave/hg_comm.c + ext/hyperwave/hw.c: - Bodytag is insertet by fnInsAnchors() + - several small bugs which might cause a segm fault + +2000-12-13 Ben Mansell + + * sapi/isapi/php4isapi.c: + (Zeus) Re-added some server variables that will be used. + Also added DOCUMENT_ROOT, was missing before for non-Win32 + +2000-12-13 Stanislav Malyshev + + * ext/gmp/tests/001.phpt + ext/gmp/tests/002.phpt: Add GMP tests + +2000-12-13 Stig Bakken + + * pear/DB/MAINTAINERS + pear/DB/STATUS + pear/DB/common.php + pear/DB/mysql.php + pear/DB/pgsql.php + pear/DB/tests/fetchmodes.inc + pear/DB/tests/mysql/001.phpt + pear/DB/tests/mysql/002.phpt + pear/DB/tests/mysql/005.phpt + pear/DB/tests/mysql/009.phpt + pear/DB/tests/mysql/connect.inc + pear/DB/tests/mysql/mktable.inc + pear/DB/tests/numrows.inc + pear/DB/tests/pgsql/.cvsignore + pear/DB/tests/pgsql/001.phpt + pear/DB/tests/pgsql/002.phpt + pear/DB/tests/pgsql/005.phpt + pear/DB/tests/pgsql/009.phpt + pear/DB/tests/pgsql/connect.inc + pear/DB/tests/pgsql/mktable.inc + pear/DB/tests/sequences.inc: + * added {mysql,pgsql}RaiseError() methods to DB_{mysql,pgsql} for more + consistent behaviour + * fixed DB_{pgsql,mysql}::numRows bug (returned an error on 0 rows), added + test for it + * added sequence support to DB_pgsql, and dropSequence() to pgsql/mysql + with some fixes by Alexey Borzov + * fixed a bug in DB_pgsql::fetchInto + * improved fetchmode tests + + * run-tests.php: + * rename write* to dowrite* to avoid clash with ext/sockets + * sapi/cgi seems to ignore command-line options when running in "real" + CGI mode, need to find a way to pass include_path to it... + + * build/rules.mk: * PEAR: don't require "make install" before "make test" + +2000-12-13 Sascha Schumann + + * sapi/apache/mod_php4.h + sapi/apache/php_apache.c: + Add apache_child_terminate() and INI setting apache.child_terminate + which defaults to 0. + + Submitted by: Sam Liddicott + +2000-12-13 Daniel Beulshausen + + * ext/printer/php_printer.h + ext/printer/printer.c: use true globals, and proper naming cheme + +2000-12-13 Sascha Schumann + + * ext/pgsql/pgsql.c: + Don't increase the refcount of id, if we already have increased the refcount + of the same id before. + + PR: #8225 + + * NEWS: Move cracklib entry to 4.0.5 + +2000-12-13 Daniel Beulshausen + + * ext/domxml/domxml.dsp: + link against msvcrt(d).lib, ignoring it isn't a good idea + +2000-12-13 Stig Bakken + + * pear/DB/TESTERS: * added list of testers so far + +2000-12-13 Stanislav Malyshev + + * ext/curl/curl.c: MFH + + * ext/standard/string.c: Fix crash when first argument to strtr is empty + + * ext/curl/curl.c: Kill warning + +2000-12-13 Jani Taskinen + + * NEWS: Added a missing note. + 2000-12-12 Sterling Hughes * ext/sockets/php_sockets.h: MFH