From d99e603f47e10adc015d4b804352db71f0563062 Mon Sep 17 00:00:00 2001
From: Derek Jones
Date: Fri, 19 Mar 2010 19:57:33 -0500
Subject: reordered logic in _display_cache() to eliminate a call to
is_really_writable() on each page request unless it is_really_needed()
---
user_guide/changelog.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'user_guide')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 9615fd2b3..45c698289 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -124,6 +124,7 @@ Hg Tag:
get_mime_by_extension() is now case insensitive.
Added "default" to the list Reserved Names.
Added 'application/x-msdownload' for .exe files and ''application/x-gzip-compressed' for .tgz files to config/mimes.php.
+ Eliminated a call to is_really_writable() on each request unless it is really needed (Output caching)
Documented append_output() in the Output Class.
Documented a second argument in the decode() function for the Encryption Class.
Documentd db->close().
--
cgit v1.2.3-24-g4f1b