Meta Configuration of Package php-pecl-memcache
1
<package name="php-pecl-memcache" project="internetx:php5:EL5:5.3.20:extensions">
2
<title>Extension to work with the Memcached caching daemon</title>
3
<description>Memcached is a caching daemon designed especially for
4
dynamic web applications to decrease database load by
5
storing objects in memory.
6
7
This extension allows you to work with memcached through
8
handy OO and procedural interfaces.
9
10
Memcache can be used as a PHP session handler.
11
</description>
12
<build>
13
<enable repository="CentOS_5"/>
14
<enable repository="Fedora_6"/>
15
<enable repository="Fedora_7"/>
16
<disable repository="SLE_10"/>
17
<disable repository="openSUSE_10.2"/>
18
<disable repository="openSUSE_10.3"/>
19
</build>
20
</package>
21