Hi there,
I don't have any clou why phalcon extension isn't found by my system. I installed XAMPP with PHP Version 5.6.3
Installed homebrew and installed phalcon-56
phpinfo() shows, that my extensiondir ist:
/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20131226
and "Loaded Configuration File"
/Applications/XAMPP/xamppfiles/etc/php.ini
So I copied phalcon.so to the extensiondir and added the line "extension=phalcon.so" to my php.ini file. Restartet Apache Web Server via XAMPP Manager. But phpinfo() doesn't show phalcon extension.
What did I wrong?!
Thanks a lot!