pine3ree
pine3ree
@Ocramius @xtreamwayz Ok, skipping the zend-view / non zend-sm combinations solved it. I was wondering if we could just use php imports and `class` constants like it's done for the...
@kinglozzer the following works for me: try installing zend-serializer and this configuration (i use a global config file for i18n in order to have language files inside a `/path/to/app/lang` dir,...
Hello @sutem, you could also use the `opcache_invalidate` for the routes cache-file alone, once per request. This should not affect performance (at least it doesn't in ssd disks) and this...
Right, @teppokoivula... The api of WireCache is very intuitive, that's the reason why having this extra functionality would be very useful. To achieve it either we transform it to an...
@teppokoivula I agree on most of your arguments. The only idea I have doubts about is the default implementation. I believe for instance that in the WireMail case the base...
> The [Download](https://processwire.com/download/core/) page says that 229 is the current master version. > > [Composer](https://packagist.org/packages/processwire/processwire) and [GitHub](https://github.com/processwire/processwire/tags) say that 227 is the current master version. Hello, The master version was...