cvs: smarty / ChangeLog

[email protected] (changelog) Sun, 01 Jan 2006 06:32:15 -0000
Newsgroups php.smarty.cvs
Message-ID <cvschangelog1136097135@cvsserver>
changelog		Sun Jan  1 06:32:15 2006 UTC

  Modified files:              
    /smarty	ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewcvs.cgi/smarty/ChangeLog?r1=1.405&r2=1.406&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.405 smarty/ChangeLog:1.406
--- smarty/ChangeLog:1.405	Thu Dec 22 06:32:00 2005
+++ smarty/ChangeLog	Sun Jan  1 06:32:14 2006
@@ -1,3 +1,11 @@
+2005-12-31  Messju Mohr  <[email protected]>
+
+    * NEWS
+      libs/Smarty.class.php:
+      fixed incompatible use of fread() in Smarty::_read_file()
+      it choke on php-5.1.1 and later.
+      thanks to andig for pointing this out.
+
 2005-12-21  boots  <[email protected]>
 
     * NEWS
@@ -3627,7 +3635,7 @@
 
     * libs/Smarty.class.php
       libs/Smarty_Compiler.class.php:
-      added CVS $Id: ChangeLog,v 1.405 2005/12/22 06:32:00 changelog Exp $
+      added CVS $Id: ChangeLog,v 1.406 2006/01/01 06:32:14 changelog Exp $
 
 2003-03-31  Messju Mohr  <[email protected]>