2009/7/13 Vincent Lefevre <[email protected]>: > On 2009-07-12 15:52:15 -0500, Ryan Schmidt wrote: >> On Jul 12, 2009, at 12:07, S. M. Ibrahim (Lavlu) wrote: >> >> >in all our production server we are running php-5.2.10 , so as php-5.3 >> >is major upgrade, and there is lot's of the change, i don't want to >> >upgrade my development systems php version. what's the easy way to >> >stay to php-5.2 ? >> >> Don't type "sudo port upgrade php5" or "sudo port upgrade outdated" > > That's not sufficient because ports can also be upgraded due to > dependencies. One could use "port upgrade -n", but the user may > want to be able to follow all dependencies except some given port. > > A solution is to have one's own source. For instance, > /opt/local/etc/macports/sources.conf can contain for the first > source: > > file:///Users/username/macports > > and the user can put his own ports (in particular, some fixed > version of some port) there (and don't forget to run portindex > from this directory).
so in my own repository i will host another php-5 with version php-5.2, am i right ? then what will happen if i try to upgrade phpmyadmin (not sure, but maybe it's depend on php) > > -- > Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.org/> > 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> > Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) > > _______________________________________________ > macports-users mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
