Add new PHP 5.1.2 USE flags.
authorLuca Longinotti <chtekk@gentoo.org>
Sun, 12 Mar 2006 13:12:42 +0000 (13:12 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Sun, 12 Mar 2006 13:12:42 +0000 (13:12 +0000)
profiles/use.local.desc

index ed380a477d2b9a4af07687b3218323097b551052..1dea52a3ff6a65254697da8b1c3a180d7db556cf 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1778 2006/03/10 08:40:14 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1779 2006/03/12 13:12:42 chtekk Exp $
 
 # This file contains descriptions of local USE flags, and the ebuilds which
 # contain them.
@@ -296,15 +296,18 @@ dev-lang/php:cli - Enable CLI SAPI
 dev-lang/php:discard-path - Switch on common security setting for CGI SAPI
 dev-lang/php:fastbuild - Build PHP quicker (experimental)
 dev-lang/php:force-cgi-redirect - Switch on common security setting for CGI SAPI
+dev-lang/php:hash - Enable the hash extension
 dev-lang/php:java-external - Use the external java extension rather than the bundled one
 dev-lang/php:java-internal - Use the bundled java extension in PHP4
 dev-lang/php:oci8-instant-client - Use dev-db/oracle-instantclient-basic as Oracle provider instead of requiring a full Oracle server install
 dev-lang/php:overload - Enable the overload extension
 dev-lang/php:pdo - Enable the bundled PDO extensions
 dev-lang/php:pdo-external - Use the external pecl-pdo extension rather than the bundled one
+dev-lang/php:reflection - Enable the reflection extension (Reflection API)
 dev-lang/php:vm-goto - Use the GOTO Zend-VM
 dev-lang/php:vm-switch - Use the SWITCH Zend-VM
 dev-lang/php:xmlreader - Enable XMLReader support
+dev-lang/php:xmlwriter - Enable XMLWriter support
 dev-lang/php:zip - Enable ZIP file support
 dev-lang/python:ucs2 - Enable byte size 2 unicode
 dev-lang/smarteiffel:tcc - use tcc instead of gcc for build (g++ is still used for c++ code)