Add new PHP use flags.
authorLuca Longinotti <chtekk@gentoo.org>
Mon, 5 Mar 2007 02:07:52 +0000 (02:07 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Mon, 5 Mar 2007 02:07:52 +0000 (02:07 +0000)
profiles/use.local.desc

index 146715116ea0f98e835f8bea1d0304bf348edb6f..90543af2fc62915666d0049b9568ab1a0095b9c0 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2643 2007/03/03 19:32:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2644 2007/03/05 02:07:52 chtekk Exp $
 
 # This file contains descriptions of local USE flags, and the ebuilds which
 # contain them.
@@ -413,21 +413,24 @@ dev-lang/php:concurrentmodphp - Make it possible to load both mod_php4 and mod_p
 dev-lang/php:discard-path - Switch on common security setting for CGI SAPI
 dev-lang/php:fastbuild - Build PHP quicker (experimental)
 dev-lang/php:fdftk - Add supports for Adobe's FDF toolkit.
+dev-lang/php:filter - Add filter extension support
 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:json - Enable JSON support
+dev-lang/php:ldap-sasl - Add SASL support for the PHP LDAP extension
 dev-lang/php:ming - Adds support for creating SWF files using Ming
 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:suhosin - Add Suhosin support (patch and extension from http://www.suhosin.org/)
 dev-lang/php:xmlreader - Enable XMLReader support
 dev-lang/php:xmlwriter - Enable XMLWriter support
 dev-lang/php:zip - Enable ZIP file support
+dev-lang/php:zip-external - Enable ZIP file support (external PECL extension)
 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)
 dev-lang/spidermonkey:threadsafe - Build a threadsafe version of spidermonkey