Hello!
I was wondering if there is a way of getting the latest dev version of PHP
for win already compiled. I know about www.php4win.com, but I don't think
that their site is updated regulary.
Also, is the any documentation on the dev versions, like descriptions of new
features and so??
Thanks,
After installing the latest version of PHP for windows,
I have found that it won't let you use the exec() function.
e.g. if you want to delete a file on a windows server, you would use
exec("del $file"); rather than unlink("$file") which is for UNIX based
servers.
Or am I wrong and there is just