We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

what's the difference between phpu and phpw?

I'm trying to install phalcon; it's choking for the lack of:

Error: Package: php70u-phalcon-3.1.2-2.ius.el7.centos.x86_64 (phalcon_stable) Requires: php70u-pdo(x86-64) Error: Package: php70u-phalcon-3.1.2-2.ius.el7.centos.x86_64 (phalcon_stable) Requires: php70u(api) = 20151012 Error: Package: php70u-phalcon-3.1.2-2.ius.el7.centos.x86_64 (phalcon_stable) Requires: php70u(zend-abi) = 20151012 Error: Package: php70u-phalcon-3.1.2-2.ius.el7.centos.x86_64 (phalcon_stable) Requires: php70u-common(x86-64) I've installed from here:

https://webtatic.com/packages/php70/

and they're all php7.0w packages. What do the u and w denote? How do I fix this?

Thanks



85.5k

you should build yourself the php instead of relaying on some random packages accross the web.

Building php takes 15 mins to master, just remmeber when calling make use it make -j_NUMBER_OF_CPU_CORES to speed it up

google will help your for the rest.

After that make sure

which php which php-config which phpize

are the one that you compiled yourself