Hello everyone.
I used phalcon a few years ago, so now I try to install again on Windows 10 (x64) and WampServer 3.0.6 (x86) with PHP 5.6.25, but it does not work.
I followed the official phalcon webside instructions, I downloaded the correct version (Phalcon 3.0.3 - Windows x86 for PHP 5.6.0 (vc11)) and I added it in php.ini:
1) php.ini - Ubication: C:\wamp\bin\php\php5.6.25 - Added: extension=php_phalcon.dll
2) PhpForApache.ini - Ubication: C:\wamp\bin\php\php5.6.25 - Added: extension=php_phalcon.dll
So the extension is not shown in Wampserver localhost. I has search the error, but I have no luck, I found only this in php_error.log:
in Unknown on line 0
[28-Jan-2017 23:48:23 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.6.25/ext/php_phalcon.dll' - No se puede encontrar el m�dulo especificado.
in Unknown on line 0
[28-Jan-2017 23:48:23 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.6.25/ext/php_phalcon.dll' - No se puede encontrar el m�dulo especificado.
in Unknown on line 0
I tried too with Phalcon 3.0.3 - Windows x86 for PHP 5.6.0 NTS (vc11) version, but it doesn’t work.
Anybody have some idea could be happened?
Thanks!