summaryrefslogtreecommitdiff
path: root/package/php
diff options
context:
space:
mode:
Diffstat (limited to 'package/php')
-rw-r--r--package/php/Config.in2
-rw-r--r--package/php/php.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/php/Config.in b/package/php/Config.in
index a43b09e9f..aef6e58c6 100644
--- a/package/php/Config.in
+++ b/package/php/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_PHP_CLI
depends on BR2_PACKAGE_PHP
default y
help
- command line interface for php.
+ command line interface for php.
you must have at least cli or cgi selected.
config BR2_PACKAGE_PHP_CGI
diff --git a/package/php/php.mk b/package/php/php.mk
index c6b0bbbc7..74f89b400 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -33,7 +33,7 @@ ifneq ($(BR2_INET_IPV6),y)
PHP_CONFIGURE+=--disable-ipv6
endif
-### Extensions
+### Extensions
ifeq ($(BR2_PACKAGE_PHP_EXT_SOCKETS),y)
PHP_CONFIGURE+=--enable-sockets
endif