Author: as
Date: Tue Oct  9 16:54:07 2007
New Revision: 6403

Log:
- Updated the PHP requirements for Cache.

Modified:
    docs/php-requirements.txt

Modified: docs/php-requirements.txt
==============================================================================
--- docs/php-requirements.txt [iso-8859-1] (original)
+++ docs/php-requirements.txt [iso-8859-1] Tue Oct  9 16:54:07 2007
@@ -29,7 +29,8 @@
 | Base                        | posix_             |             | posix_ to 
test if features are       |
 |                             |                    |             | enabled     
                         |
 
+-----------------------------+--------------------+-------------+--------------------------------------+
-| Cache                       |                    |             |             
                         |
+| Cache                       |                    |             | memcache_ 
and zlib_ for Memcache     |
+|                             |                    |             | storage, 
apc_ for APC storage        |
 
+-----------------------------+--------------------+-------------+--------------------------------------+
 | Configuration               | posix_             |             |             
                         |
 
+-----------------------------+--------------------+-------------+--------------------------------------+
@@ -158,12 +159,16 @@
 ============= 
=============================================================================
 Extension     Configure switch(es)
 ============= 
=============================================================================
+_`apc`        You need to install the `APC extension`_ through PECL.
 _`fileinfo`   You need to install the `fileinfo extension`_ through PECL.
+_`memcache`   You need to install the `Memcache extension`_ through PECL.
 ============= 
=============================================================================
 
 
 .. _`filter extension`: http://pecl.php.net/package/filter
 .. _`fileinfo extension`: http://pecl.php.net/package/fileinfo
+.. _`APC extension`: http://pecl.php.net/package/apc
+.. _`Memcache extension`: http://pecl.php.net/package/memcache
 
 
 ..


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to