Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64696
Collapse All | Expand All

(-)php-ext-base.eclass-orig (+3 lines)
Lines 55-60 Link Here
55
		if [ -f /etc/php/${x}-php4/php.ini ]; then
55
		if [ -f /etc/php/${x}-php4/php.ini ]; then
56
			PHPINIFILELIST="${PHPINIFILELIST} etc/php/${x}-php4/php.ini"
56
			PHPINIFILELIST="${PHPINIFILELIST} etc/php/${x}-php4/php.ini"
57
		fi
57
		fi
58
		if [ -f /etc/php/${x}-php5/php.ini ]; then
59
			PHPINIFILELIST="${PHPINIFILELIST} etc/php/${x}-php5/php.ini"
60
		fi	
58
	done
61
	done
59
	
62
	
60
	if [ "${PHPINIFILELIST}+" = "+" ] ; then
63
	if [ "${PHPINIFILELIST}+" = "+" ] ; then

Return to bug 64696