Closed GoogleCodeExporter closed 9 years ago
Yep. Cache_Lite_File isn't E_STRICT. I'm considering boiling it down to a single
class for best performance. Or doing the same with Zend_Cache. With all the real
world use Cache_Lite has received I'm hesitant to jump on Zend_Cache just
because
it's "best practice" code.
Original comment by mrclay....@gmail.com
on 30 May 2008 at 1:36
I am getting this error as well. And in my case, this error outputs in my
m.php/css
output, so it becomes basically gibberish because it generates all these
"Warning:
Cannot modify header information - headers already sent" .
Any way to remove this error without messing with the error output in PHP?
Original comment by FT.MikeL...@gmail.com
on 31 May 2008 at 7:02
[deleted comment]
On line 912 of /lib/Cache/Lite/File.php is the method get():
http://code.google.com/p/minify/source/browse/tags/release_2.0.0/lib/Cache/Lite/
File.php#912
In the parameter list, add a third parameter, $thisValueIgnored = false, so the
line
reads:
function get($id, $group = 'default', $thisValueIgnored = false)
This change appeases the E_STRICT gods and will be included in 2.0.1.
Original comment by mrclay....@gmail.com
on 1 Jun 2008 at 2:43
Original issue reported on code.google.com by
stein.j...@gmail.com
on 29 May 2008 at 7:25