Changes of Revision 12
[-] | Changed | php5-xcache.changes |
1
2 ------------------------------------------------------------------- 3 +Thu Jun 20 20:32:30 UTC 2013 - cs@linux-administrator.com 4 + 5 +- update to release 3.0.3 6 + 7 +------------------------------------------------------------------- 8 Sun Jan 13 09:57:07 UTC 2013 - cs@linux-administrator.com 9 10 - update to release 3.0.1 11 |
||
[-] | Changed | php5-xcache.spec ^ |
19 1
2 %define php_version %(php-config --version 2>/dev/null) 3 # 4 Name: php5-xcache 5 -Version: 3.0.1 6 +Version: 3.0.3 7 Release: 1 8 License: BSD 9 Group: Productivity/Networking/Web/Servers 10
11 %{_datadir}/php5/xcache/cacher/edit.tpl.php 12 %{_datadir}/php5/xcache/cacher/cacher.css 13 %{_datadir}/php5/xcache/cacher/summary.tpl.php 14 -%{_datadir}/php5/xcache/cacher/tablesort.js 15 +%{_datadir}/php5/xcache/common/tablesort.js 16 %{_datadir}/php5/xcache/cacher/index.php 17 %{_datadir}/php5/xcache/cacher/mkpassword.php 18 %{_datadir}/php5/xcache/cacher/sub/testcoredump.tpl.php 19 |
||
[+] | Added | xcache-broken-3.0.3.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/" | ||
Added | xcache-3.0.3.tar.bz2 ^ |