From: Date: Wed, 7 Mar 2001 02:09:20 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4dfa7df002e4cb052faccbfc43f2ac5c36a7b06;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cf526a45a1..83350d563c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +2001-03-06 Zeev Suraski + + * ext/zlib/php_zlib.h + ext/zlib/zlib.c: Implement internal output compression0:wq + + * ext/standard/output.c: Fix freeing of buffers + + * ext/standard/output.c: Fixes to internal output buffering + +2001-03-06 David Guerizec + + * ext/midgard/mgd_internal.h + ext/midgard/midgard.c: added ability to break tree walking + +2001-03-06 Sascha Schumann + + * build/build2.mk + configure.in: + Replace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT. + The latter is only called, if lex was found, so that PHP configures now + on setups without (f)lex. + +2001-03-06 Zeev Suraski + + * ext/standard/output.c + ext/standard/php_output.h: More internal output buffering fixes + + * ext/standard/output.c + ext/standard/php_output.h: Fix internal output buffering + + * ext/standard/output.c + ext/standard/php_output.h: + Initial work on internal output handlers - should be much quicker + +2001-03-06 Sebastian Bergmann + + * pear/Cache.php + pear/Cache/Container.php + pear/Cache/Container/db.php + pear/Cache/Container/file.php + pear/Cache/Container/phplib.php + pear/Cache/Graphics.php + pear/Cache/Output.php: Whitespace only. + +2001-03-06 Zeev Suraski + + * sapi/apache/mod_php4.c: Avoid using ret uninitialized + +2001-03-06 Ben Mansell + + * sapi/isapi/php4isapi.c: + Thread hashtable was being initialized with a size of 1! Changed to 128 as + a more sensible number. + +2001-03-06 Zeev Suraski + + * sapi/apache/mod_php4.c: + Avoid writing to error_log in case of aborted connections. + +2001-03-06 Christian Stocker + + * pear/Cache/Container/file.php: + deleteDir deletes now the created "group"-Directories as well. + Hope it works on windows as well... + +2001-03-06 Stanislav Malyshev + + * main/php_ini.c: Don't insert empty path if PHPRC is empty + +2001-03-06 Christian Stocker + + * pear/Cache/Container.php + pear/Cache/Container/db.php + pear/Cache/Container/phplib.php: + replaced db->quoteString with addslashes + + adjusted encoding_mode = "slash" that it doesn't quote slashes, the + save() function in phplib/db-container is now in charge for that. + +2001-03-06 Emiliano Heyns + + * ext/midgard/article.c + ext/midgard/element.c + ext/midgard/event.c + ext/midgard/eventmember.c + ext/midgard/file.c + ext/midgard/group.c + ext/midgard/host.c + ext/midgard/page.c + ext/midgard/pageelement.c + ext/midgard/preferences.c + ext/midgard/snippet.c + ext/midgard/snippetdir.c + ext/midgard/style.c + ext/midgard/topic.c: Object integrity checks cleanup + + * ext/midgard/sitegroup.c: Bug #123 + +2001-03-06 Sean Bright + + * ext/standard/file.c: Typo. + + * ext/standard/file.c: + get_meta_tags now allows attributes that are not quoted as well as those + that are. It follows the HTML 4.01 specification for attribute values + outlined here -> http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 + 2001-03-05 Rainer Schaaf * ext/pdf/pdf.c: fixed bug in PDF_getbuffer (happend only on Windows)