[TYPO3-english] CF my backend

2012-10-20 Thread Tomasz Krawczyk
Hi list! I'm writing an extension which adds my own caching backend. Backend uses WinCache. Best opcode cacher for IIS. I added it in ext_autoload.php ?php $extensionPath = t3lib_extMgm::extPath('wincache'); return array( 'tx_wincache_cache_backend_WinCacheBackend' = $extensionPath .

Re: [TYPO3-english] CF my backend

2012-10-20 Thread Andreas Kiessling
Hi Tomasz, not really an answer to your question, but maybe updating to/waiting for 6.0 is an option? http://forge.typo3.org/issues/35818 Regards, Andreas ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] CF my backend

2012-10-20 Thread Tomasz Krawczyk
W dniu 2012-10-20 11:23, Andreas Kiessling pisze: Hi Tomasz, not really an answer to your question, but maybe updating to/waiting for 6.0 is an option? http://forge.typo3.org/issues/35818 Regards, Andreas Thanks! I didn't know that WinCache will be included. I have to stay with TYPO3 4.5.

Re: [TYPO3-english] CF my backend

2012-10-20 Thread Philipp Gampe
Hi Tomasz, Tomasz Krawczyk wrote: Thanks! I didn't know that WinCache will be included. I have to stay with TYPO3 4.5. I guess the code would work for 4.5 too. Now you can compare your solution with the 6.0 solution. Maybe you or even the core misses something? Cheers -- Philipp Gampe –