drop deprecated .so suffix from extension/zend_extension lines in

generated config files.
This commit is contained in:
sthen
2026-06-05 07:01:11 +00:00
parent 1d8fe407ef
commit 7cb4d267de
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PHP_VERSION= 8.3.31
REVISION= 1
REVISION= 2
AUTOCONF_VERSION= 2.71
+1
View File
@@ -1,4 +1,5 @@
PHP_VERSION= 8.4.22
REVISION= 0
AUTOCONF_VERSION= 2.72
+1
View File
@@ -1,4 +1,5 @@
PHP_VERSION= 8.5.7
REVISION= 0
AUTOCONF_VERSION= 2.72
+2 -2
View File
@@ -510,7 +510,7 @@ post-install:
. for m in ${ZEND_EXTENSIONS:S/-//g}
cd ${PREFIX}; \
${INSTALL_DATA} ${WRKBUILD}/modules/$m.so ${MODULES_SUBDIR}/$m.so; \
echo "zend_extension=$m.so" > share/examples/php-${PV}/$m.ini
echo "zend_extension=$m" > share/examples/php-${PV}/$m.ini
. endfor
.endif
@@ -518,7 +518,7 @@ post-install:
. if ${BUILD_PACKAGES:M-$m}
cd ${PREFIX}; \
${INSTALL_DATA} ${WRKBUILD}/modules/$m.so ${MODULES_SUBDIR}/$m.so; \
echo "extension=$m.so" > share/examples/php-${PV}/$m.ini
echo "extension=$m" > share/examples/php-${PV}/$m.ini
. endif
.endfor