Hi guys, I've been unable to install the phalcon extension into php 7.4. I keep getting the warning PHP Warning: Cannot load module 'phalcon' because required module 'psr' is not loaded in Unknown on line 0. But when trying to install php-psr, I was unable to specify where the extension should be downloaded in.
The commands seem a bit weird inside the readme: https://github.com/jbboehr/php-psr
git clone https://github.com/jbboehr/php-psr.git cd php-psr /usr/local/bin/phpize ./configure --with-php-config=/usr/local/bin/php-config make make test sudo make install