Ok. It happens when I uncomment out this line in the ini file:
;; install as zend extension (recommended), normally "$extension_dir/xcache.so"
zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so
; zend_extension_ts = /usr/local/lib/php/extensions/non-debug-zts-xxx/xcache.so
;; For windows users, replace xcache.so with php_xcache.dll
zend_extension_ts = c:/php/extensions/php_xcache.dll
;; or install as extension, make sure your extension_dir setting is correct
; extension = xcache.so
;; or win32:
; extension = php_xcache.dll
:/ Not sure why that happens. But thats what the installation instructions said do. Anyone have any ideas?
--------
Ok It seems like the problem was that I had this set to on:
[xcache.admin]
xcache.admin.enable_auth
I set it to off, and now it seems to be working. Thx for the reply.
|