File xcache-ini.patch of Package php5-xcache

Index: xcache.ini
===================================================================
--- xcache.ini.orig	2009-07-06 06:04:02.000000000 +0200
+++ xcache.ini	2009-09-26 00:46:54.000000000 +0200
@@ -1,9 +1,9 @@
 [xcache-common]
 ;; 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 = "@extension_dir@/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
+;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:
@@ -43,12 +43,12 @@ xcache.var_gc_interval =     300
 
 xcache.test =                Off
 ; N/A for /dev/zero
-xcache.readonly_protection = Off
+xcache.readonly_protection = On
 ; for *nix, xcache.mmap_path is a file path, not directory.
 ; Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection
 ; 2 group of php won't share the same /tmp/xcache
 ; for win32, xcache.mmap_path=anonymous map name, not file path
-xcache.mmap_path =    "/dev/zero"
+xcache.mmap_path =    "/tmp/xcache"
 
 
 ; leave it blank(disabled) or "/tmp/phpcore/"
openSUSE Build Service is sponsored by