summaryrefslogtreecommitdiffstats
path: root/rules/php.in
blob: 8e6c4d9454552e1b1463dfcb7cf3b4ec052b19a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config PHP
	bool
	prompt "PHP4"
	help
	  FIXME: This item needs to be documented

config PHP_CLI
	bool
	prompt "Build CLI version of PHP"
	depends on PHP
	help
	  FIXME: This item needs to be documented

config PHP_APACHE
	bool
	prompt "Build shared Apache 1.x module"
	depends on PHP && APACHE
	help
	  FIXME: This item needs to be documented