summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-05 02:07:52 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-05 02:07:52 +0000
commit5e7b6e5c9a0923625e257ed270d987698a3c6afa (patch)
treecc2eb642287fecead9f07c4501f8846e3464667f /profiles
parentFix depend. (diff)
downloadhistorical-5e7b6e5c9a0923625e257ed270d987698a3c6afa.tar.gz
historical-5e7b6e5c9a0923625e257ed270d987698a3c6afa.tar.bz2
historical-5e7b6e5c9a0923625e257ed270d987698a3c6afa.zip
Add new PHP use flags.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/use.local.desc9
1 files changed, 6 insertions, 3 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 146715116ea0..90543af2fc62 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -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