19 lines
849 B
Plaintext
19 lines
849 B
Plaintext
|
$OpenBSD: patch-xcache_ini,v 1.1 2008/03/23 21:36:20 sthen Exp $
|
||
|
--- xcache.ini.orig Sun Mar 23 14:04:11 2008
|
||
|
+++ xcache.ini Sun Mar 23 14:05:14 2008
|
||
|
@@ -1,11 +1,11 @@
|
||
|
[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 = /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
|
||
|
+;zend_extension_ts = c:/php/extensions/php_xcache.dll
|
||
|
;; or install as extension, make sure your extension_dir setting is correct
|
||
|
-; extension = xcache.so
|
||
|
+extension = xcache.so
|
||
|
;; or win32:
|
||
|
; extension = php_xcache.dll
|
||
|
|