Hi,
I'm trying to run Phalcon with PHP 7.4 and OpenLiteSpeed.
First of all, it is important to make it clear that everything worked normally with Apache, but when I try to install the 'phalcon' extension, the script is stuck on the question: "Do you want to continue? [Y/n]" Check Print:
it seems to me that the script is not getting the 'Y' or Yes response.
I also tried running the "phalcon-ols.sh" script manually after using "chmod +x" through SSH with root user with
./phalcon-ols.sh
bash phalcon-ols.sh
and no command causes the script to start.
So, is there any way to make Phalcon run with OpenLiteSpeed?