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

Collapse All | Expand All

(-)file_not_specified_in_diff (-18 / +7 lines)
Line 51 Link Here
51
	mysqli? ( >=dev-db/mysql-4.1.3 )
Lines 109-118 Link Here
109
	# mysqli support isn't possible yet
110
111
	if useq mysqli ; then
112
		eerror
113
		eerror "We currently do not support the mysqli extension"
114
		eerror "Support will be added once MySQL 4.1 has been added to Portage"
115
		eerror
116
		die "mysqli not supported yet"
117
	fi
118
Line 222 Link Here
222
		enable_extension_with		"mysql"			"mysql"			1
213
		enable_extension_with		"mysql"			"mysql"		0 "/usr/bin/mysql_config"
223
--
Lines 224-225 Link Here
224
	else
215
	
225
		enable_extension_with		"mysqli"		"mysqli"			1
216
	fi
226
--
217
218
	if useq mysqli; then
219
		enable_extension_with		"mysqli"		"mysqli"	0 "/usr/bin/mysql_config"
Lines 267-269 Link Here
267
	# mysql support
268
	confutils_use_conflict "mysqli" "mysql"
269

Return to bug 53886