cvs: smarty / ChangeLog
[email protected] (changelog) Thu, 09 Nov 2006 01:31:44 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1163035904@cvsserver> |
changelog Thu Nov 9 01:31:44 2006 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/smarty/ChangeLog?r1=1.443&r2=1.444&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.443 smarty/ChangeLog:1.444
--- smarty/ChangeLog:1.443 Wed Nov 8 01:31:43 2006
+++ smarty/ChangeLog Thu Nov 9 01:31:44 2006
@@ -1,3 +1,15 @@
+2006-11-08 boots <[email protected]>
+
+ * NEWS
+ libs/internals/core.write_file.php:
+ change file writing semantics in smarty_core_write_file()
+
+ This avoids unlink() unless rename() fails or a Windows system is detected
+
+ see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=6956
+
+ Thanks to c960657 from the forums.
+
2006-11-07 boots <[email protected]>
* NEWS
@@ -4545,7 +4557,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.443 2006/11/08 01:31:43 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.444 2006/11/09 01:31:44 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>