install myphpadmin with php54?

Jeremy Lavergne jeremy at lavergne.gotdns.org
Thu Feb 28 09:56:46 PST 2013


> I already have the macports version of php54 installed. But when I just installed phpmyadmin, it installed php 5.3.
> 
> Is there some way to change this so that phpadmin uses php 5.4 instead?

Please check which version of phpmyadmin you installed:
$ port installed phpmyadmin

It might be that you have the default +php5 version:
$ port variants phpmyadmin
phpmyadmin has the variants:
[+]php5: Use php5
   php53: Use php53
   php54: Use php54

If so, install the +php54 version:
$ sudo port install phpmyadmin +php54



More information about the macports-users mailing list