From: Date: Fri, 2 Feb 2001 02:09:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~394 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4f20f5bb11de0100e376f562eece4cec051d674;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 91f0e9ccda..6793f21a47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2001-02-01 Colin Viebrock + + * pear/DB/common.php: fix here too + + * pear/PEAR.php.in: trigger_error() should be ($msg,$level), no? + +2001-02-01 Thies C. Arntzen + + * ext/zlib/zlib.c: ws-only + + * ext/zlib/zlib.c: + - When using the ob_gzhandler() PHP now automagically also sets the + Content-Lengh correctly which enables browsers to use the HTTP + Keep-Alive feature. + +2001-02-01 Sascha Schumann + + * ext/zlib/zlib.c: Fix a huge memory leak in the ob_gzhandler. + +2001-02-01 Colin Viebrock + + * php.ini-dist: + While we're fixing the ini files, change these to web-safe colours + ... this always bugged me :) + +2001-02-01 Stanislav Malyshev + + * ext/gd/gd_ctx.c + ext/gd/php_gd.h + ext/gd/gd.c: + Allow usage of GD contexts and not tempfiles in output functions + +2001-02-01 Andrei Zmievski + + * ext/pcre/php_pcre.c: No need for CLS_FETCH(). + +2001-02-01 Sascha Schumann + + * ext/pcre/php_pcre.c: Fix broken ZTS build + +2001-02-01 Andrei Zmievski + + * build/rules_pear.mk: Add cvsclean target for standalone extensions. + +2001-02-01 Sergey Kartashoff + + * ext/mnogosearch/Makefile.in + ext/mnogosearch/php_mnogo.c + ext/mnogosearch/test.php: + UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to + set local charset you are using. Example updated also. + +2001-02-01 Stanislav Malyshev + + * ext/standard/file.c: Add utility function + +2001-02-01 Stig Bakken + + * ext/mysql/php_mysql.c: did someone poop in the code? :-) + +2001-02-01 Uwe Steinmann + + * ext/pdf/pdf.c: ­ some modification from Rainer Schaaf + * fixed prototype for pdf_new() + * MINFO: included Revision of pdf.c, removed info about CJK + in-memory, this is + standard with V3.x) + * repaired PDF_open_CCITT + * repaired PDF_setfont + * eliminated many compiler warnings. + * former resource "pdf document" is now called "pdf object" + +2001-02-01 Jon Parise + + * php.ini-dist: Massive reformatting. + +2001-02-01 Andrei Zmievski + + * NEWS + ext/pcre/php_pcre.c + ext/pcre/php_pcre.h: + Modified /F handling to allow calling object methods. + 2001-01-31 Egon Schmid * ext/mysql/php_mysql.c: Only two lines are allowed here.