microsoft / php-sdk-binary-tools

Tool kit for building PHP under Windows
BSD 2-Clause "Simplified" License
271 stars 78 forks source link

Add bcgen PHP 7 compiler extensions #40

Closed vjardin closed 6 years ago

vjardin commented 6 years ago

Please, what is the process to add DLL extensions such as https://github.com/nanosonde/bcgen/ into the build framework ?

weltling commented 6 years ago

Thanks for the question. I'm not sure, what the mentioned extension has to do with building PHP. However, if you need it in your build process, please check the docs about the customized setup here https://github.com/Microsoft/php-sdk-binary-tools#custom-environment-setup.

Thanks.