[MacPorts] #65488: php81-apache2handler: integration of php_module in port incomplete
MacPorts
noreply at macports.org
Sat Jan 18 10:17:08 UTC 2025
#65488: php81-apache2handler: integration of php_module in port incomplete
-----------------------------------+------------------------
Reporter: rernenwein | Owner: ryandesign
Type: enhancement | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords:
Port: php81-apache2handler |
-----------------------------------+------------------------
Comment (by rernenwein):
i can confirm that the workaround is also working for php83
i did
{{{
sudo port clean php83-apache2handler && sudo port -t install
php83-apache2handler
cd /opt/local/lib/apache2/modules
sudo /opt/local/bin/apxs -a -e -n php mod_php83.so
}}}
then i installed extension
{{{
for x in mbstring exif mysql sqlite
do
sudo port install php83-$x
done
}}}
all extensions are working
i don't understand completely the magic of
{{{
port -t install
}}}
but it is working even with extensions ...
--
Ticket URL: <https://trac.macports.org/ticket/65488#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list