[PHP] creating php_bcompiler.dll

2011-10-12 Thread Peter Roth
Hello, I am trying to build php_bcompiler.dll on Windows 7 using Visual Studio 10. I can compile it OK, but it will not link. Below is the output of the build process. Does anybody have any idea on how to get past these link errors so that I can build the dll? php_bcompiler.c

[PHP] php_bcompiler.dll dependencies?

2011-10-12 Thread Peter Roth
I am trying to build php_bcompiler.dll on Windows 7 using Visual Studio 10. I can compile it OK, but it will not link. I have posted the build output error messages in a previous post. I am wondering if building PHP from source code would produce some files that would help me get past the link

[PHP] Building PHP on Windows 7 using Visual Studio 10

2011-10-12 Thread Peter Roth
I am trying to build PHP from source code on Windows 7 using Visual Studio 10. I have tried to follow the procedure at https://wiki.php.net/internals/windows/stepbystepbuild I did not get very far and suspect that this procedure may need to be updated for people in my situation. In