Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi Can you explain what the difference is between PHP70, PHP70u and PHP70w extensions.
Also is the IUS repository still the best to use?
Thanks
Very good article, helped me to make my php7 running with nginx-1.6.3. Thanks for your work.
Any idea when the official release with php7 form Centos 7 will be released? I would love to run PHP7, run it on a cheap webhost with directadmin (testing) and my sites run very well on it.
I had to install php70u-json as well to use json encoding and decoding in PHP.
Is there a simple “yum update php” type thing we could do, instead of these dangerous uninstall and then reinstall hoops? If this breaks, our entire server is toast.
When I execute sudo yum install mod_php71w php71w-cli I get an error by which: Error: Package: php71w-common-7.1.2-1.w6.x86_64 (webtatic) Requires: libgmp.so.3()(64bit) Where do I find that libgmp.so.3 library? ‘yum apropos’ finds nothing.
Tried to install the latest php70u only to be stopped with dependency errors: –> Finished Dependency Resolution Error: Package: mod_php70u-7.0.23-1.ius.el7.x86_64 (ius) Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit) Error: Package: php70u-cli-7.0.23-1.ius.el7.x86_64 (ius) Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit)
Odd since it doesn’t look like openssl 1.0.2 exists in the IUS repository, so I’m not sure how you’re ever supposed to install php70u with that dependency issue. Would have rather stuck with the IUS repo, but I ended up getting php70w from the Webtatic Yum Repository which installed without the openssl 1.0.2 dependency.
Worth noting that the path indicated as /etc/nginx/conf.d/default.conf isn’t correct; following these steps, the file you want is /etc/nginx/default.d/php.conf.