php: bump revision after 0d1170cc

This commit is contained in:
Leonid Pliushch 2019-05-06 17:26:29 +03:00
parent a1acf01c2c
commit a893e58c71
4 changed files with 3 additions and 4 deletions

View File

@ -2,7 +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=7.3.5
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SHA256=e1011838a46fd4a195c8453b333916622d7ff5bce4aca2d9d99afac142db2472
TERMUX_PKG_SRCURL=https://secure.php.net/distributions/php-${TERMUX_PKG_VERSION}.tar.xz
# 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="php, apache2"
TERMUX_SUBPKG_DEPENDS="apache2"
TERMUX_SUBPKG_INCLUDE="libexec/apache2/libphp7.so"

View File

@ -1,4 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/php-fpm etc/php-fpm.conf etc/php-fpm.d/www.conf share/man/man8/php-fpm.8.gz"
TERMUX_SUBPKG_CONFFILES="etc/php-fpm.conf etc/php-fpm.d/www.conf"
TERMUX_SUBPKG_DEPENDS="php"
TERMUX_SUBPKG_DESCRIPTION="FastCGI Process Manager for PHP"

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="lib/php/pgsql.so lib/php/pdo_pgsql.so"
TERMUX_SUBPKG_DEPENDS="php, postgresql"
TERMUX_SUBPKG_DEPENDS="postgresql"
TERMUX_SUBPKG_DESCRIPTION="PostgreSQL modules for PHP"