I have Wamp server (32 Bits and PHP Version 5.3.13). I have downloaded "phalcon_x86_VC9_php5.3.9_1.2.6" from https://phalcon.io/en/download/windows. I have placed the "php_phalcon.dll" file in directory "E:\wamp\bin\php\php5.3.13" and added this line in "E:\wamp\bin\php\php5.3.13\php.ini" file "extension=php_phalcon.dll".
I then checked phpinfo() output for a section referencing “Phalcon” but it does not “Phalcon”. Command <?php print_r(get_loaded_extensions()); ?> also does not shows “Phalcon”.
Please advise what is wrong in the setup.