Re: [PHP] dependency check

2011-07-22 Thread Alex Nikitin
On Fri, Jul 22, 2011 at 3:09 PM, Ashley Sheridan wrote: > ** > On Fri, 2011-07-22 at 09:51 -0400, Alex Nikitin wrote: > > It would still be quicker with shell tools, imho, granted that some command > line elitistry would be required... Also if you are going to be doing string > parsing and manipul

Re: [PHP] dependency check

2011-07-22 Thread Ashley Sheridan
On Fri, 2011-07-22 at 09:51 -0400, Alex Nikitin wrote: > It would still be quicker with shell tools, imho, granted that some command > line elitistry would be required... Also if you are going to be doing string > parsing and manipulation, and string parsing here is all that you are doing, > there

Re: [PHP] dependency check

2011-07-22 Thread Alex Nikitin
It would still be quicker with shell tools, imho, granted that some command line elitistry would be required... Also if you are going to be doing string parsing and manipulation, and string parsing here is all that you are doing, there would be no better language than perl to do it with, granted i

Re: [PHP] dependency check

2011-07-22 Thread Alex Nikitin
On Fri, Jul 22, 2011 at 8:17 AM, Nilesh Govindarajan wrote: > On 07/22/2011 11:21 AM, Andreas Moroder wrote: > > Hallo, > > > > I have a PHP application made of many files ( php, images etc. ) > > I have a strong suspicion that many of the files in the application > > directory are no more in use,

Re: [PHP] dependency check

2011-07-22 Thread Nilesh Govindarajan
On 07/22/2011 06:56 PM, Alex Nikitin wrote: > > > Or you could just grep the directory, not saying you have to do this, > but this was kind of fun to write anyways, if i spent more time on it, i > could perfect it, but i dont have that kind of time, so this will still > give you a few doubles, bu

Re: [PHP] dependency check

2011-07-22 Thread Nilesh Govindarajan
On 07/22/2011 11:21 AM, Andreas Moroder wrote: > Hallo, > > I have a PHP application made of many files ( php, images etc. ) > I have a strong suspicion that many of the files in the application > directory are no more in use, because of changes made on the application. > Is there a tool that, sta