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

Compilation on Windows

Hi,

I follow these instructions to build Phalcon in windows https://internals.phalcon.io/en/latest/reference/compilation.html and this https://phpmaster.com/compiling-php-from-source-on-windows/ but I have a question.

  • Where should I place the folder cphalcon?

Sorry for my terrible English :)



98.9k

Hi Marcio, in the build/ directory, there are 3 directories: 32bits, 64bits and safe, just copy the appropiate one into the ext/ directory in the PHP source as ext/phalcon

ty, now work fine.