Re: [PHP] filetype() and exec() issues

2007-04-24 Thread Tijnema !
On 4/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This question is a two parter a) anyone else noticing filetype() failing on ISO image files? Warning: filetype(): Lstat failed for /var/lib/samba/some/file.iso Nope, didn't fail for me. But what exactly do you want to know about the

RE: [PHP] filetype() and exec() issues

2007-04-24 Thread Buesching, Logan J
PROTECTED] Sent: Tuesday, April 24, 2007 2:18 AM To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: Re: [PHP] filetype() and exec() issues On 4/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This question is a two parter a) anyone else noticing filetype() failing on ISO image files

[PHP] filetype() and exec() issues

2007-04-23 Thread dev
This question is a two parter a) anyone else noticing filetype() failing on ISO image files? Warning: filetype(): Lstat failed for /var/lib/samba/some/file.iso b) I have a script that during processing will eventually call exec('/usr/bin/file -bi '.$file) over 1000 times, I've added a