Fixed php-apache

Reported in #6153
This commit is contained in:
kcubeterm 2020-12-16 13:40:57 +00:00
parent 8faf258b3f
commit 73a32e3eaa
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://php.net
TERMUX_PKG_DESCRIPTION="Server-side, HTML-embedded scripting language"
TERMUX_PKG_LICENSE="PHP-3.0"
TERMUX_PKG_VERSION=8.0.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/php/php-src/archive/php-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=82d415f7b3912868ee68072e3f76f949fa8a73a6a9d763794055ef7aa637d935
# Build native php for phar to build (see pear-Makefile.frag.patch):

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_DESCRIPTION="Apache 2.0 Handler module for PHP"
TERMUX_SUBPKG_DEPENDS="apache2"
TERMUX_SUBPKG_INCLUDE="libexec/apache2/libphp7.so"
TERMUX_SUBPKG_INCLUDE="libexec/apache2/libphp.so"