diff options
author | Alexander Feldman <sasha@php.net> | 2001-03-12 14:07:36 +0000 |
---|---|---|
committer | Alexander Feldman <sasha@php.net> | 2001-03-12 14:07:36 +0000 |
commit | ebf7c99391963ea386fb6767cd1894a3f1ff3817 (patch) | |
tree | 757db19e878955b89fda37990f8c90d15264dfd5 | |
parent | 179165811292ac5f7bac9b92b36fb2af914772ee (diff) | |
download | php-git-ebf7c99391963ea386fb6767cd1894a3f1ff3817.tar.gz |
Added NEWS.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |