From: Alexander Feldman Date: Mon, 12 Mar 2001 14:07:36 +0000 (+0000) Subject: Added NEWS. X-Git-Tag: php-4.0.5RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebf7c99391963ea386fb6767cd1894a3f1ff3817;p=php Added NEWS. --- diff --git a/NEWS b/NEWS index 77002037fd..5314a93e87 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- The imageloadfont function of the gd extension should be not platform + dependent after this fix. (alex@zend.com) - Fixed a compatibility problem in some file functions (fgets, fputs, fread, fwrite). The ANSI standard says that if a file is opened in read/write mode, fseek() should be called before switching from reading to writing