Author: kn
Date: Mon Jan 14 12:59:11 2008
New Revision: 7145

Log:
- Added reflection as a requirement for all components

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] Mon Jan 14 12:59:11 2008
@@ -19,7 +19,8 @@
 |        Component            | Extension          | Extension   | Extension   
                         |
 |                             | (default)          | Required    | Optional    
                         |
 
+=============================+====================+=============+======================================+
-| All                         | pcre_, spl_        |             |             
                         |
+| All                         | pcre_, spl_,       |             |             
                         |
+|                             | reflection_        |             |             
                         |
 
+-----------------------------+--------------------+-------------+--------------------------------------+
 | Authentication              |                    |             | openssl_ 
and bcmath_ or gmp_ for     |
 |                             |                    |             | TypeKey and 
OpenID support, ldap_    |
@@ -122,6 +123,7 @@
 _`pdo`        --enable-pdo
 _`pdo_sqlite` --with-pdo-sqlite
 _`posix`      --enable-posix
+_`reflection` --enable-reflection
 _`simplexml`  --enable-simplexml
 _`spl`        --enable-spl
 _`xml`        --enable-xml


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to