Files
termux-packages/packages/php/php-apache-ldap.subpackage.sh
termux-pacman-bot 2cf5cf9489 php: Bump to 8.2.0
Extensions for PHP/Apache are packaged under the name of `php-apache-*`
and are installed under the directory `$PREFIX/lib/php-apache/`.

(Extensions under `$PREFIX/lib/php/` will not work with PHP/Apache.)

See also https://github.com/termux/termux-packages/issues/13256.
2022-12-12 21:01:12 +00:00

4 lines
147 B
Bash

TERMUX_SUBPKG_INCLUDE="lib/php-apache/ldap.so"
TERMUX_SUBPKG_DEPENDS="openldap, php-apache"
TERMUX_SUBPKG_DESCRIPTION="LDAP module for PHP/Apache"