{"id":2354,"date":"2019-03-11T23:24:11","date_gmt":"2019-03-11T20:24:11","guid":{"rendered":"http:\/\/kifarunix.com\/?p=2354"},"modified":"2019-03-11T23:24:11","modified_gmt":"2019-03-11T20:24:11","slug":"installing-php-7-3-3-on-centos-7-6","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/installing-php-7-3-3-on-centos-7-6\/","title":{"rendered":"Installing PHP 7.3.3 on CentOS 7.6"},"content":{"rendered":"<p>In this tutorial, we are going to learn about installing PHP 7.3.3 on CentOS 7.6. The PHP development team has announced the availability of PHP 7.3.3. This is a security release of the more stable version of PHP. The release has addressed a handful of bugs. You can check these fixes on the <a href=\"http:\/\/www.php.net\/ChangeLog-7.php#7.3.3\" target=\"_blank\" rel=\"noopener\">ChangeLog<\/a>.<\/p>\n<p>Our previous guide describes installation of PHP 7.3.3 on Ubuntu 18.04.<\/p>\n<ul>\n<li><a href=\"https:\/\/kifarunix.com\/how-to-install-php-7-3-3-on-ubuntu-18-04\/\" target=\"_blank\" rel=\"noopener\">How to Install PHP 7.3.3 on Ubuntu 18.04<\/a><\/li>\n<\/ul>\n<h2>Installing PHP 7.3.3 on CentOS 7.6<\/h2>\n<h4>Install EPEL Repository<\/h4>\n<p>To install the latest PHP 7.3.3 on CentOS 7.6, you need to first install EPEL repositories.<\/p>\n<pre>yum install epel-release<\/code><\/pre>\n<h4>Install Remi Repository<\/h4>\n<p>Remi is a third party repository that provides the latest versions of PHP.<\/p>\n<pre>yum install http:\/\/rpms.remirepo.net\/enterprise\/remi-release-7.rpm<\/code><\/pre>\n<h4>Disable Remi PHP 5.4 repository<\/h4>\n<p>By default, the repository for PHP 5.4 is enabled and hence, to install the latest version of PHP, you need to disable this repo. The repositories can be <strong>enabled<\/strong> or <strong>disabled<\/strong> using the <code>yum-config-manager<\/code> command. This command is provided with the <code>yum-utils<\/code> package.<\/p>\n<pre>yum install -y yum-utils\r\nyum-config-manager --disable remi-php54<\/code><\/pre>\n<h4>Enable Remi PHP 7.3 repository<\/h4>\n<p>To enable Remi PHP 7.3 repository, run the command below.<\/p>\n<pre>yum-config-manager --enable remi-php73<\/code><\/pre>\n<h3>Installing PHP 7.3.3 on CentOS 7.6<\/h3>\n<p>Now that we got the repositories to power this process, you can now install PHP 7.3.3 on CentOS 7.6.<\/p>\n<pre>yum install php<\/code><\/pre>\n<p>Once the installation, check the version by executing the command below;<\/p>\n<pre>php -v\r\n<strong>PHP 7.3.3<\/strong> (cli) (built: Mar  5 2019 13:50:38) ( NTS )\r\nCopyright (c) 1997-2018 The PHP Group\r\nZend Engine v3.3.3, Copyright (c) 1998-2018 Zend Technologies<\/code><\/pre>\n<p>If you need to install PHP extensions, you can search and install\u00a0 them by running the command below;<\/p>\n<pre>yum list php-*\r\nyum install php-&lt;extension_name&gt;<\/code><\/pre>\n<p>Well, that is it about installing PHP 7.3.3 on CentOS 7.6. We hope this was informative. Enjoy<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we are going to learn about installing PHP 7.3.3 on CentOS 7.6. The PHP development team has announced the availability of PHP<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121,342],"tags":[203,343],"class_list":["post-2354","post","type-post","status-publish","format-standard","hentry","category-howtos","category-php","tag-php","tag-php-7-3","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/2354"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=2354"}],"version-history":[{"count":3,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/2354\/revisions"}],"predecessor-version":[{"id":2366,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/2354\/revisions\/2366"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=2354"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=2354"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=2354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}