Marc Bennewitz

Results 48 comments of Marc Bennewitz

@remicollet thanks for this great idea! A few questions: > When control enters apcu_entry() the lock for the cache is acquired exclusively, it is released when control leaves apcu_entry() -...

@kynx The idea behind this is as follows: - `true`: Variable of this type will be stores as is and the following will be true: ``` php $value = 100;...

It's because of time. But you are right, if someone else likes to implement I'm happy :)

@weierophinney sorry for the late response. Nice to hear your ACK. There are some details I like to discuss before: - Should we introduce a test repo `zend-cache-test` which includes...

@weierophinney @Ocramius Today I had some time and moved already a lot of repos from zend-cache into it's own. Could you please take a look if that's on a good...

@Ocramius Thanks for your comment! I have moved the serializer plugin into another package as it requires the `zend-serializer` package. Same (will) happen to the session adapter which requires `zend-session`....

@Ocramius There are actually the following problems: * These test files are located in `tests/` and so will not be auto-loadable by composer as it's defined in `autoload-dev`. * If...

@Ocramius Also moved the zend-server adapters to an own repo and after several hours I could make the tests run on travis by installing Zend-Server, rewriting phpunit start script and...

> I've looked at the zend-cache-zendserver Travis setup, and it looks reasonable. Thanks for review :smiley: > Would this split target a v3 release, then? Yea, also I have one...

Does anyone have an idea or knows someone how would be able to test the WinCache adapter. I don't have a windows system at hand and even if so I...