Hi!
Can you help on how to set Phalcon CentOS?
The installation should be the same as described here: https://docs.phalcon.io/en/latest/reference/install.html#linux-solaris-mac Simply use yum to install the required packages.
As @Phillipp says, follow the standard installation instructions on the docs, the following specific packages are required to compile phalcon with success:
sudo yum install gcc make sudo yum install php-devel
Thanks!