3

I followed this tutorial https://php-osx.liip.ch/ and installed the php 7.3 version on MacOSX Mojave, running

curl -s https://php-osx.liip.ch/install.sh | bash -s 7.3

But now I changed my mind and I want remove it and return to a clean status; what are the steps I should follow to remove every trace of it? Thank you!

(Sorry it is a repost from Stackoverflow)

1 Answers1

2

Based on the answer by DavidPostill, and what I have found on Time Machine,this would be my course of action

/etc/apache2/httpd.conf is the same, so I'll keep it untouched

/etc/apache2/other/+php-osx.conf > remove

usr/local/php5
usr/local/php5-7.3.8-20190811-205217

remove them

.profile on my user's folder: remove the line export PATH=/usr/local/php5/bin:$PATH

usr/local/packager > I think it can be removed

What do you think?