If you use Xampp x64, this does not mean that your php is x64
first you need to check your setup with phpinfo to check 3 things
- php version
- Compiler
- Architecture
if you have the x84 architecture and the VC11 compiler, you need to download the DLL that matches your setup from the phalcon site.
about the version of the latest version currently supported by writing this answer on the phalcon site is 5.5.0
if your php version is higher than 5.5.5, you need to find a custom build for Phalcon you can check it on github https://github.com/andont/phalcon-win this person worked with me personally.
if all this does not work, and you could not find any DLL file that you installed (and I believe that you can find it), in this case you need to create your own by compiling the source code in the Microsoft visual studio, which The compiler and architecture matched your setup, and I hope you don't get the latest solution :)
Reda
source share