I need to temporarily install PHP 5.5.9 in order to test an application upgrade. The installed version of the app is incompatible with PHP>5, and the current version is incompatible with PHP<7, so I need to upgrade to an intermediate version, upgrade PHP, and then do a final upgrade of the app to the current version, and I want to practice this procedure before I do it in production.
I've tried installing PHP 5.5.9 from source, but installation failed with
which I gather was a common occurrence when 5.5.9 was current. The recommended solution is to install mod_php5 from ports, but it's no longer in the ports tree.
Is there anywhere I can find the old port archived for the purpose of compatibility?
I've tried installing PHP 5.5.9 from source, but installation failed with
Code:
chmod: /usr/local/libexec/apache24/libphp5.so: No such file or directory
Is there anywhere I can find the old port archived for the purpose of compatibility?