Changes of Revision 5
[-] | Changed | php5-xcache.spec |
x 1
2 %define php_version %(php-config --version 2>/dev/null) 3 # 4 Name: php5-xcache 5 -Version: 1.2.2 6 +Version: 1.3.0 7 Release: 0 8 License: BSD 9 Group: Productivity/Networking/Web/Servers 10
11 %doc AUTHORS COPYING THANKS 12 13 %changelog 14 +* Sat Aug 08 2009 Carsten Schoene <cs@linux-administrator.com> - 1.3.0 15 +- update to release 1.3.0 16 + 17 * Mon Dec 11 2006 - judas_iscariote@shorewall.net 18 - Update to 1.2.0 final. 19 * Wed Oct 11 2006 - soporte@onfocus.cl 20 |
||
[+] | Changed | xcache-broken.ini.patch ^ |
@@ -1,7 +1,5 @@ -Index: xcache.ini -=================================================================== ---- xcache.ini (revisión: 272) -+++ xcache.ini (copia de trabajo) +--- 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" @@ -16,17 +14,17 @@ +zend_extension = ${extension_dir}"/xcache.so" [xcache.admin] - xcache.admin.user = "mOo" -@@ -21,7 +14,7 @@ + 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 = 0M -+xcache.size = 64M +-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 -@@ -42,12 +35,12 @@ +@@ -43,12 +36,12 @@ xcache.test = Off ; N/A for /dev/zero | ||
Added | xcache-1.3.0.tar.bz2 ^ |