Re: How to switch between PHP 5.3/5.4 (either direction) with extensions

2012-07-07 Thread Peggy Wilkins
On Sat, Jul 7, 2012 at 9:55 AM, Peggy Wilkins wrote: > portmaster -o lang/php53-extensions lang/php5-extensions > > This replaced the ...-extensions port as expected, and pulled in all > the 5.3 versions of my selected extensions; but the pulled-in 5.3 > extensions were installed IN ADDITION TO t

How to switch between PHP 5.3/5.4 (either direction) with extensions

2012-07-07 Thread Peggy Wilkins
I tried upgrading PHP from 5.3 to 5.4 version yesterday. The upgrade worked well as expected, however it turns out that my system runs some locally written PHP that is not yet compatible with 5.4 so I needed to go back to 5.3 for now. This worked fine for that purpose: portmaster -o lang/php53 l