Re: Re[2]: [PHP] Detecting Binaries

2004-02-23 Thread Evan Nemerson
On Monday 23 February 2004 11:55 am, Richard Davey wrote: > Hello Axel, > > Monday, February 23, 2004, 7:38:25 PM, you wrote: > > AIM> Thanks, you just gave me the solution, I think. I don't have to strip > AIM> out every character above standard ascii, I just have to look for > them. AIM> If one i

Re[2]: [PHP] Detecting Binaries

2004-02-23 Thread Richard Davey
Hello Axel, Monday, February 23, 2004, 7:38:25 PM, you wrote: AIM> Thanks, you just gave me the solution, I think. I don't have to strip AIM> out every character above standard ascii, I just have to look for them. AIM> If one is there, then just get rid of it. It's true that an OS can't AIM> tell

Re[2]: [PHP] Detecting Binaries

2004-02-23 Thread Richard Davey
Hello Axel, Monday, February 23, 2004, 7:03:38 PM, you wrote: AIM> Guys, this isn't THAT stupid of a question is it? From my perspective, AIM> the way PHP seems to see it is that I should already know what kind of AIM> file I'm looking at. In most cases that's not an unreasonable AIM> assumption