Results 10 comments of Muhammed Mamedov

Did you modify page-cache to have this option? If so maybe you could share your code. One way that comes to my mind right now is to set expiration in...

Sounds good Denis. Thanks! I will also try to figire this out. On Fri 9. Feb 2018 at 12:00 AM, Denis Terekhov wrote: > Hi, @mmamedov ! > > After...

Hi @spotman! Thanks for the updates, great job! There about 5k new lines :) I started reviewing, but will also need to check out this on my machine and test...

I also use a few plugins for coding standards, but usually when you only reformat your new code it works fine, instead of reformatting whole file you touched. On Sat...

Let's keep this issue open for now, until we are sure it is not the case any more.

I don't think we are using `ob_get_contents()`, we are using `ob_start()` and rely on PHP's automatic output flushing at the very end of the script (we don't call `ob_end_flush` anywhere)....

Patched a bug when we displayed empty cache page. We have a min file cache size setting, but we don't respect it when serving cache files. We might want to...

Fixed a bug when CacheAdapter was throwing exceptions because of MobileStrategy. We produce a different key with "-mob" at the end for that, and "-" wasn't in allowed characters for...

I read PSR 16, it says : `Implementing libraries MAY support additional characters and encodings or longer lengths, but must support at least that minimum.`. It also says : `The...

Which issue are you tslking sbout exactly? Thanks. Sent from my iPad > On Jan 12, 2014, at 8:58 PM, Ward Vandewege [email protected] wrote: > > Confirmed, your patch works...