Hello Guys.
I have installed phalcon with instruction but it doesn't work for me.
For first I have installed XAMPP with PHP Version 7.0.8 After that I compile the phalcon:
git clone --depth=1 git://github.com/phalcon/cphalcon.git cd cphalcon/build sudo ./install
Then I checked in phpinfo() Loaded Configuration File: /Applications/XAMPP/xamppfiles/etc/php.ini and I have added "extension=phalcon.so" to /Applications/XAMPP/xamppfiles/etc/php.ini
but after restart the webserver the extension is not added in phpinfo()
please help me.