> 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 _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
