Changes of Revision 7
[-] | Changed | php-xcache.changes |
1
2 ------------------------------------------------------------------- 3 +Sun Nov 25 11:38:20 UTC 2012 - cs@linux-administrator.com 4 + 5 +- update to version 3.0.0 6 + 7 +------------------------------------------------------------------- 8 Mon Nov 29 12:11:38 UTC 2010 - cs@linux-administrator.com 9 10 - update to version 1.3.1 11 |
||
[-] | Changed | php-xcache.spec ^ |
19 1
2 %define default_apiver 20041225 3 %define default_version 5.2.6 4 5 -%define module_version 1.3.1 6 +%define module_version 3.0.0 7 8 %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{default_extdir}) 9 %{!?php_version:%define php_version %(php-config --version 2>/dev/null || echo %{default_version})} 10
11 XCache is a fast, stable PHP opcode cacher that has been tested and is now 12 running on production servers under high load. It is tested (on linux) and 13 supported on all of the latest PHP cvs branches such as PHP_4_3 PHP_4_4 14 -PHP_5_1 PHP_5_2 HEAD(6.x). ThreadSafe/Windows is also supported. 15 +PHP_5_1 PHP_5_2 PHP_5_3 PHP_5_4 HEAD(6.x). ThreadSafe/Windows is also supported. 16 17 %prep 18 %setup -n xcache-%{module_version} 19 |
||
[+] | Deleted | xcache-broken.ini.patch ^ |
@@ -1,43 +0,0 @@ -Index: xcache.ini -=================================================================== ---- xcache.ini (revisión: 272) -+++ xcache.ini (copia de trabajo) -@@ -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.user = "mOo" -@@ -21,7 +14,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 - ; 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 @@ - - 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-1.3.0.tar.bz2 ^ | |
Deleted | xcache-1.3.1.tar.bz2 ^ | |
Changed | xcache-3.0.0.tar.bz2 ^ | |
[+] | Changed | xcache.ini ^ |
@@ -1,5 +1,5 @@ [xcache-common] -zend_extension = /REPLACEME/xcache.so +extension = xcache.so [xcache.admin] xcache.admin.auth = On |