We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Tutorial on how to compile Phalcon dll

Please, where can I find some tutorial on how to compile the 1.3.3 alpha windows 32-bit php 5.4 TS dll of Phalcon? or any phalcon dll in general?

Could it be done via Visual Studio 2012 Express?



37.0k

Could anybody give me at least some idea how to do that. I need to compile 1.3.3 for Windows 32-bit php 5.4 TS and nobody want to do it for me, so i need to do it myself, I guess. How to do that?

Could it be done by importing the project from github to Visual Studio 2012 and compile it to dll from there?



39.4k
Accepted
answer

Have a look at this

https://internals.phalcon.io/en/latest/reference/compilation.html

Before you start compiling you will need to create a phalcon folder in the ext/ one and drop the files from the build folder of the project (github repo).

After that your DLLs will be compiled the exact same way as we compile them for the download page of the project



37.0k

@niden

Tahnk you for the link, I will try to compile it following the instructions there.