MFH: r560908

lang/php80: Fix "can't locate API module structure `php8_module' in file /usr/local/libexec/apache24/libphp.so"

Because of the SHORTMODNAME an entry for php8_module was added to httpd.conf when installing www/mod_php80.
This was an error, because the module is now simple named "php_module".

PR:		251411
Reported by:	<freebsd-bugzilla@b-society.se>
Sponsored by:	PHP Update Service
This commit is contained in:
Torsten Zuehlsdorff 2021-01-10 21:20:01 +00:00
parent 65c3c3b1f3
commit be4078e768
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=561111
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ CONFIGURE_ARGS+=--with-apxs2=${APXS}
PLIST= ${PKGDIR}/pkg-plist.mod
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
MODULENAME= libphp
SHORTMODNAME= php8
SHORTMODNAME= php
WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!"
.endif