Browse Source

php7: move into own submenu to prepare for upcoming php8

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 4 years ago
parent
commit
73833e6a24
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lang/php7/Makefile
  2. +1
    -1
      lang/php7/pecl.mk

+ 1
- 1
lang/php7/Makefile View File

@ -47,7 +47,7 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
define Package/php7/Default
SUBMENU:=PHP
SUBMENU:=PHP7
SECTION:=lang
CATEGORY:=Languages
TITLE:=PHP7 Hypertext preprocessor


+ 1
- 1
lang/php7/pecl.mk View File

@ -4,7 +4,7 @@
#
define Package/php7-pecl/Default
SUBMENU:=PHP
SUBMENU:=PHP7
SECTION:=lang
CATEGORY:=Languages
URL:=http://pecl.php.net/


Loading…
Cancel
Save