+--On 10 octobre 2014 09:11:10 +0200 Jakob Breivik Grimstveit <[email protected]> wrote: | Hi there, fellows! | | I'm looking at jumping from php5.5 to php5.6, but I'm wondering whether | anyone have any experience on this, and any accompanying recommendations | :-). | | Need to have it working together with apache24 and mysql56 | | Thank you in advance! | | | $ pkg info | grep -ie ^php -ie ^apache -ie ^mysql | sort
You forgot mod_php55-xxx :-) Easiest way to do it would be to remove php55-* and mod_php55-xxx and install their php56-* and mod_php56-xxx equivalents. -- Mathieu Arnold _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
