summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Feldman <sasha@php.net>2001-03-12 14:07:36 +0000
committerAlexander Feldman <sasha@php.net>2001-03-12 14:07:36 +0000
commitebf7c99391963ea386fb6767cd1894a3f1ff3817 (patch)
tree757db19e878955b89fda37990f8c90d15264dfd5
parent179165811292ac5f7bac9b92b36fb2af914772ee (diff)
downloadphp-git-ebf7c99391963ea386fb6767cd1894a3f1ff3817.tar.gz
Added NEWS.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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