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

failed loading phalcon.dll

I have used windows php7 xamp, and phalcon_x64_vc14_php7.0.0_3.0.2, but error failed loading phalcon.dll
i have added the

zend_extension = E:\myWork\environment\xampp\php\ext\php_phalcon.dll;

also failed who can help me



145.0k
Accepted
answer
edited Dec '16

zend_extension is wrong. It's not zend extension. You sure your xamp version is 64bit ?

Also keep in mind this issue when using windows, there are workarounds written - https://github.com/phalcon/cphalcon/issues/12056



493

Thank you , I changed the phalcon_x86_vc14_php7.0.0_3.0.2