Logoj0ke.net Open Build Service > Projects > home:jg:php5-extensions > php-pecl-memcache > Meta
Sign Up | Log In

Meta Configuration of Package php-pecl-memcache

 
1
<package name="php-pecl-memcache" project="home:jg:php5-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
  <person userid="jg" role="maintainer"/>
13
  <build>
14
    <enable repository="CentOS_5"/>
15
    <enable repository="Fedora_6"/>
16
    <enable repository="Fedora_7"/>
17
    <disable repository="SLE_10"/>
18
    <disable repository="openSUSE_10.2"/>
19
    <disable repository="openSUSE_10.3"/>
20
  </build>
21
</package>
22