-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apc_store() expects parameter 1 to be string #1119
Comments
According to the current documentation Can you give me the output of Are you using the dev branch? On which commit hash are you on? |
I suspect your apc_store is actually zend_shm_cache_store as you're using zend server. Zend Server allows their data store to register apc methods. It seems it doesn't do it fully. |
Yeah, the way they do this is kind of evil, actually. IMO this is a bug that should be filed with Zend. |
@nateabele Short term I think it's sufficient to push this upstream, mid-term we should consider adding dedicated support for zend's caching methods to the core. I only find it hard to test in an automated way. I'll open a new ticket for discussing the addition. @agborkowski As Nate said this is an upstream bug and should be filed in Zend's Bug Tracker. Can you file the following bug with Zend? The bug description should mention: |
yes ill try push this bug to zend thanx to watch out :) |
default configuration of cache.php in production mode
this code
produce error
any suggestion ?
The text was updated successfully, but these errors were encountered: