[-]
[+]
|
Changed |
php5-xcache.changes
|
|
[-]
[+]
|
Changed |
php5-xcache.spec
^
|
|
[-]
[+]
|
Deleted |
xcache-broken-2.0.1.ini.patch
^
|
@@ -1,41 +0,0 @@
---- xcache.ini.orig 2012-06-26 12:11:30.000000000 +0200
-+++ xcache.ini 2012-11-18 12:36:40.928027996 +0100
-@@ -3,13 +3,7 @@
- ;; WARNING: zend_extension* = *xcache* MUST be the first(above) of all zend_extension*=*
- ;; using extension=xcache.so is not recommended
-
--;; non-windows example
--;; update xxx accordingly
--zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so
--;; windows example:
--zend_extension_ts = c:/php/extensions/php_xcache.dll
--;; for newer PHP, _ts is removed, use the following line instead
--zend_extension = c:/php/extensions/php_xcache.dll
-+zend_extension = ${extension_dir}"/xcache.so"
-
- [xcache.admin]
- xcache.admin.enable_auth = On
-@@ -25,7 +19,7 @@
- xcache.shm_scheme = "mmap"
- ; to disable: xcache.size=0
- ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
--xcache.size = 60M
-+xcache.size = 64M
- ; set to cpu count (cat /proc/cpuinfo |grep -c processor)
- xcache.count = 1
- ; just a hash hints, you can always store count(items) > slots
-@@ -46,12 +40,12 @@
- xcache.var_gc_interval = 300
-
- ; N/A for /dev/zero
--xcache.readonly_protection = Off
-+xcache.readonly_protection = On
- ; for *nix, xcache.mmap_path is a file path, not directory. (auto create/overwrite)
- ; Use something like "/tmp/xcache" instead of "/dev/*" if you want to turn on ReadonlyProtection
- ; different process 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/"
|
[-]
[+]
|
Deleted |
xcache-broken-3.0.0.ini.patch
^
|
@@ -1,26 +0,0 @@
---- xcache.ini.orig 2012-06-26 12:11:30.000000000 +0200
-+++ xcache.ini 2012-11-18 12:36:40.928027996 +0100
-@@ -25,7 +19,7 @@
- xcache.shm_scheme = "mmap"
- ; to disable: xcache.size=0
- ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
--xcache.size = 60M
-+xcache.size = 64M
- ; set to cpu count (cat /proc/cpuinfo |grep -c processor)
- xcache.count = 1
- ; just a hash hints, you can always store count(items) > slots
-@@ -46,12 +40,12 @@
- xcache.var_gc_interval = 300
-
- ; N/A for /dev/zero
--xcache.readonly_protection = Off
-+xcache.readonly_protection = On
- ; for *nix, xcache.mmap_path is a file path, not directory. (auto create/overwrite)
- ; Use something like "/tmp/xcache" instead of "/dev/*" if you want to turn on ReadonlyProtection
- ; different process 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/"
|
[-]
[+]
|
Added |
xcache-broken-3.0.1.ini.patch
^
|
@@ -0,0 +1,26 @@
+--- xcache.ini.orig 2012-06-26 12:11:30.000000000 +0200
++++ xcache.ini 2012-11-18 12:36:40.928027996 +0100
+@@ -25,7 +19,7 @@
+ xcache.shm_scheme = "mmap"
+ ; to disable: xcache.size=0
+ ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
+-xcache.size = 60M
++xcache.size = 64M
+ ; set to cpu count (cat /proc/cpuinfo |grep -c processor)
+ xcache.count = 1
+ ; just a hash hints, you can always store count(items) > slots
+@@ -46,12 +40,12 @@
+ xcache.var_gc_interval = 300
+
+ ; N/A for /dev/zero
+-xcache.readonly_protection = Off
++xcache.readonly_protection = On
+ ; for *nix, xcache.mmap_path is a file path, not directory. (auto create/overwrite)
+ ; Use something like "/tmp/xcache" instead of "/dev/*" if you want to turn on ReadonlyProtection
+ ; different process 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/"
|
[-]
[+]
|
Deleted |
xcache-broken.ini.patch.old
^
|
@@ -1,41 +0,0 @@
---- xcache.ini.orig 2009-07-06 06:04:02.000000000 +0200
-+++ xcache.ini 2009-08-08 19:53:34.000000000 +0200
-@@ -1,13 +1,6 @@
- [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_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
-+zend_extension = ${extension_dir}"/xcache.so"
-
- [xcache.admin]
- xcache.admin.enable_auth = On
-@@ -22,7 +15,7 @@
- xcache.shm_scheme = "mmap"
- ; to disable: xcache.size=0
- ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
--xcache.size = 60M
-+xcache.size = 64M
- ; set to cpu count (cat /proc/cpuinfo |grep -c processor)
- xcache.count = 1
- ; just a hash hints, you can always store count(items) > slots
-@@ -43,12 +36,12 @@
-
- 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/"
|
|
Deleted |
xcache-2.0.1.tar.bz2
^
|
|
Deleted |
xcache-3.0.0.tar.bz2
^
|
|
Changed |
xcache-3.0.1.tar.bz2
^
|