From: Edin Kadribasic Date: Tue, 7 Jan 2003 15:28:13 +0000 (+0000) Subject: Bugfix #17098 in the branch X-Git-Tag: PHP_4_3_before_13561_fix~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4978b31363e03d124a0d60271fb91749928521d3;p=php Bugfix #17098 in the branch --- diff --git a/NEWS b/NEWS index a22779a108..7f47f9b928 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ PHP 4 NEWS . Disallow linkage of Berkeley db submodules against libraries with different major version. . Disallow configuring of more than one Berkeley db handler. +- Fixed bug #17098 (make Apache2 aware that PHP scripts represent dynamic data + and should not be cached). (Ilia) - Fixed bug #21445 (gd unable to open fonts). (Ilia) - Fixed bug #20503 (imagesetbrush() not available on Windows). (Edin) - Fixed bug #21169 (Compile Failure, and lots of warnings on UnixWare).