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

(-)phpdbg-2.11.23.ebuild (-4 / +2 lines)
Lines 25-37 Link Here
25
src_install () {
25
src_install () {
26
	php-ext-source_src_install
26
	php-ext-source_src_install
27
	dodoc AUTHORS COPYING INSTALL
27
	dodoc AUTHORS COPYING INSTALL
28
	php-ext-base_addtoinifiles "debugger.enabled" "on"
29
	php-ext-base_addtoinifiles "debugger.profiler_enabled" "on"
28
}
30
}
29
31
30
pkg_postinst() {
32
pkg_postinst() {
31
	php-ext-base_addtoinifiles "extension" "/etc/php4/lib/dbg.so"
32
	php-ext-base_addtoinifiles "[Debugger]"
33
	php-ext-base_addtoinifiles "debugger.enabled" "on"
34
	php-ext-base_addtoinifiles "debugger.profiler_enabled" "on"
35
	einfo "Please reload Apache to activate the changes"
33
	einfo "Please reload Apache to activate the changes"
36
}
34
}
37
35

Return to bug 85082