On Wed, Jul 1, 2009 at 10:48 AM, David Mintz<[email protected]> wrote: > Perhaps this is one of those things that doesn't matter a helluva lot, but: > when you have a freshly installed Debian-style LAMP (actually Ubuntu server > 9.04) and you are looking for a place in the filesystem to install your PHP > application files -- where do you like to put them? /usr/local/share/... ? > Or /usr/local/lib/php/... ? /opt/...? > > It's nice if it isn't /something/too/terribly/hideously/long/to/type > although there are always shortcuts, like environment vars. > > -- > David Mintz > http://davidmintz.org/ > > The subtle source is clear and bright > The tributary streams flow through the darkness > > _______________________________________________ > New York PHP User Group Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > http://www.nyphp.org/show_participation.php >
I'm fond of the /usr/local/phpVER/ approach $ ls /usr/local/php* /usr/local/php530 /usr/local/php5210 /usr/local/php529 etc etc _______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php
