The only "work-around" would be to build it yourself. The source code
is available from
http://www.sybase.com/detail?id=1019698
It is not trivial to build it on Windows because you need Visual
Studio and the PHP sources set up, but it can be done. Generally, you
would follow the build instructions for PHP and just shimmy our module
into it (enabling it during the configure phase). If you're
adventurous and knowledgeable enough to try that, we should be able to
answer any specific questions you have.
However, it's probably easier to wait until Mohammed can work out a
proper solution. It is unfortunate that PHP modules are so tightly
bound to version and thread safety such that you need a different
binary for each combination.
Cheers,
Phil