On May 31, 2012, at 09:16, Floyd Resler wrote: > I have been trying to install PHP 5.3 on my PPC 10.5 server. Macports > installs it. However, a phpInfo shows I'm still running 5.2.15. How can I > make it use the 5.3 install?
Are you using the old php5 port or the new php53 port? What server API (SAPI) are you using -- Apache, FastCGI, FPM? If Apache, you do know you also need to use MacPorts Apache server, not Apple's Apache server, right? You'll use System Preferences > Sharing > Personal Web Sharing (or whatever it's called), turn off Apple's web server, then "sudo port load apache2" to load MacPorts Apache, possibly having modified its httpd.conf a bit first. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
