cvs: smarty / ChangeLog
[email protected] (changelog) Mon, 16 Jan 2006 06:31:51 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1137393111@cvsserver> |
changelog Mon Jan 16 06:31:51 2006 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/smarty/ChangeLog?r1=1.406&r2=1.407&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.406 smarty/ChangeLog:1.407
--- smarty/ChangeLog:1.406 Sun Jan 1 06:32:14 2006
+++ smarty/ChangeLog Mon Jan 16 06:31:51 2006
@@ -1,3 +1,13 @@
+2006-01-15 Messju Mohr <[email protected]>
+
+ * NEWS
+ libs/Smarty_Compiler.class.php:
+ fixed use of references $cache_attrs and $repeat in Smarty_Compiler.
+
+ php does not allow to pass an assigned by reference to a function. since
+ php-5.1.2
+ the reference to the lval gets lost when passing an assignment.
+
2005-12-31 Messju Mohr <[email protected]>
* NEWS
@@ -3635,7 +3645,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.406 2006/01/01 06:32:14 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.407 2006/01/16 06:31:51 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>