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

Phalcon installation problem with Wamp server

Hi, I'm a new user of Phalconphp Framework.

I tryed install this following the docs instructions, but don't worked correctly, First, when I boot on the wamp server don't showed or created a message error.

But the wamp loaded extensions list don't show the phalcon extension.

I'm using wamp server version 2.4 with Apache Version :2.4.4 and PHP Version : 5.4.16. My phalcon.dll is Phalcon 1.2.6 - Windows x86 for PHP 5.4.0 NTS (VC9), I tryed to Phalcon 1.2.6 - Windows x86 for PHP 5.4.0 (VC9).

If anyone can help me, thanks!! :))

Sorry for my poor english, i'll get better!! aahahah

Hi, How you add phalcon extension to your wamp? Did you add the DLL in your php.ini?

if this is not yet solve. put the phalcon extension dll on your /wamp/bin/php/php5.4.16/ext and add extension=php_phalcon.dll to your /wamp/bin/apache/apache2.4.4/bin/php.ini also add extension=php_phalcon.dll to /wamp/bin/php/php5.4.16/php.ini

save and restart wamp.

please refer to this. hope this help