Re: [nlug] how to ignore specific argument in bash?

2014-09-22 Thread John F. Eldredge
I would suggest placing comments, in both the calling script and called script, that changes to the number of arguments will require editing both scripts. Otherwise, it would be be easy to overlook the interdependence during some future edit. On September 21, 2014 7:20:39 PM andrew mcelroy

[nlug] PHP versions

2014-09-22 Thread Bruce W. Martin
I have a server running CentOS 5.10 that we use as a test server for our web site. The web development team have asked for PHP to be upgraded to version 5.3. Since it was available in the CentOS 5.10 repository I was able to oblige. Later they are asking that PHP to be updated to 5.5. This is

Re: [nlug] PHP versions

2014-09-22 Thread Jon Moore
Would building custom packages and using something along the lines of spacewalk be out of the question? On Mon, Sep 22, 2014 at 3:38 PM, Bruce W. Martin marti...@gmail.com wrote: I have a server running CentOS 5.10 that we use as a test server for our web site. The web development team have

Re: [nlug] PHP versions

2014-09-22 Thread Sabuj Pattanayek
Use remi's repo : http://rpms.famillecollet.com/ On Mon, Sep 22, 2014 at 3:38 PM, Bruce W. Martin marti...@gmail.com wrote: I have a server running CentOS 5.10 that we use as a test server for our web site. The web development team have asked for PHP to be upgraded to version 5.3. Since

Re: [nlug] PHP versions

2014-09-22 Thread Sabuj Pattanayek
Link available at: http://wiki.centos.org/AdditionalResources/Repositories nice, do what he says :) -- -- You received this message because you are subscribed to the Google Groups NLUG group. To post to this group, send email to nlug-talk@googlegroups.com To unsubscribe from this group,

Re: [nlug] PHP versions

2014-09-22 Thread Jack Coats
Howard is such an optimist ;-D Jack On Sep 22, 2014 4:06 PM, Howard White hwh...@vcch.com wrote: On 09/22/2014 03:38 PM, Bruce W. Martin wrote: I have a server running CentOS 5.10 that we use as a test server for our web site. The web development team have asked for PHP to be upgraded to