mkdir -p ~/my_old_ports cd ~/my_old_ports svn checkout -r r414019 http://svn.freebsd.org/ports/head/lang/php56 php56-20 cd php56-20 pkg delete php56 make install clean pkg delete php56 should have deinstalled all the extensions right away, and yes you need to repeat the other commands for the PHP extensions each, since I have some doubts, whether the meta port lang/php56-extensions would work outside of the regular ports tree. cd ~/my_old_ports svn checkout -r r414019 http://svn.freebsd.org/ports/head/security/php56-openssl php56-20-openssl cd php56-20-openssl make install cleanThank you obsigna ,
This look good to me
What will hapen to all the php extension that I curently have?
Will they need reinstalling?