Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134064 | Differences between
and this patch

Collapse All | Expand All

(-)usr/portage/eclass/php5_2-sapi.eclass (-1 / +1 lines)
Lines 420-426 Link Here
420
	phpconfutils_extension_without	"iconv"			"iconv"			0
420
	phpconfutils_extension_without	"iconv"			"iconv"			0
421
	phpconfutils_extension_disable	"ipv6"			"ipv6"			0
421
	phpconfutils_extension_disable	"ipv6"			"ipv6"			0
422
	phpconfutils_extension_disable	"json"			"json"			0
422
	phpconfutils_extension_disable	"json"			"json"			0
423
	phpconfutils_extension_with		"kerberos"		"kerberos"		0 "/usr"
423
	phpconfutils_extension_with		"kerberos"		"kerberos"		0 "`/usr/bin/krb5-config --prefix`"
424
	phpconfutils_extension_disable	"libxml"		"xml"			0
424
	phpconfutils_extension_disable	"libxml"		"xml"			0
425
	phpconfutils_extension_enable	"mbstring"		"unicode"		1
425
	phpconfutils_extension_enable	"mbstring"		"unicode"		1
426
	phpconfutils_extension_with		"mcrypt"		"crypt"			1
426
	phpconfutils_extension_with		"mcrypt"		"crypt"			1

Return to bug 134064