How to install Phalcon on DreamHost VPS
Set PHP 7.2 as your PHP Version
Edit .php/7.2/phprc
extension=/home/YOUR_USER_NAME/.php/7.2/extensions/phalcon.so
create extensions folder and upload provided phalcon.so file to new extensions folder:
.php/7.2/extensions/
killall -9 php72.cgi -u $USER
If this helped you please star this repo so other people can find it.
