I just wanted to express my appologies to [php4win] team, since my remark
was out of place.
"Mitja Pagon" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello!
>
> I was wondering if there is a way of getting the latest dev version of PHP
> for win already com
Thank you for your reply.
I have since discovered that the latest version of PHP (4.0.6) has actually
*enabled* the unlink() function! So it's not just for UNIX anymore! But it
has also *disabled* the exec("del $file"); way of doing it! What I want to
know is why isn't it mentioned in the changes
"Del" is a DOS command. Try:
exec ("cmd.exe /c del $file"); for NT and W2K or
exec("command.com /c del $file"); for Windows 9X and ME
Glenn
"G Schneider" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> After installing the latest version of