]> git.pld-linux.org Git - packages/php-pecl-memcache.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 25 Mar 2010 09:47:39 +0000 (09:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    memcache-apache.conf -> 1.2
    memcache.ini -> 1.3

memcache-apache.conf
memcache.ini

index cf39b06a7029dc7899cc819889b4b6c9b531bde7..dbcfcc2e1d299540e65d9d307111afaaea368d47 100644 (file)
@@ -1,6 +1,6 @@
 Alias /memcache.php /usr/share/memcache/memcache.php
 
-<Directory /usr/share/xcache>
+<Directory /usr/share/memcache>
        # Allow from localhost only.
        # IMPORTANT: if you allow from elsewhere, be sure to change admin
        # username/password in config.php otherwise you make your page password easily
index 1479994ad5337a067c409a343c3266a7b8b58b80..a3dcae72a0f44573a9f5616b4ec46ea124b7532d 100644 (file)
@@ -1,7 +1,7 @@
 ; Enable memcache extension module
 extension=memcache.so
 
-; Options for the %{pecl_name} module
+; Options for the memcache module
 
 ;  Whether to transparently failover to other servers on errors
 ;memcache.allow_failover=1
This page took 0.074002 seconds and 4 git commands to generate.