<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install PHP 8.0 on Ubuntu 20.04 / 18.04	</title>
	<atom:link href="https://www.tecmint.com/install-php-8-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-php-8-on-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 19 Jun 2023 04:15:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-2027518</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 19 Jun 2023 04:15:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41000#comment-2027518</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-2027150&quot;&gt;Pete&lt;/a&gt;.

@Pete,

To install &lt;strong&gt;PHP 8.2&lt;/strong&gt; on &lt;strong&gt;Ubuntu 18.04&lt;/strong&gt; (&lt;strong&gt;Bionic Beaver&lt;/strong&gt;), you&#039;ll need to use a third-party repository called &#039;&lt;strong&gt;Ondřej Surý PPA&lt;/strong&gt;&#039; since PHP 8.2 is not available in the official &lt;strong&gt;Ubuntu&lt;/strong&gt; repositories. 
&lt;pre&gt;
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt update
$ sudo apt install php8.2
$ php -v
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-2027150">Pete</a>.</p>
<p>@Pete,</p>
<p>To install <strong>PHP 8.2</strong> on <strong>Ubuntu 18.04</strong> (<strong>Bionic Beaver</strong>), you&#8217;ll need to use a third-party repository called &#8216;<strong>Ondřej Surý PPA</strong>&#8216; since PHP 8.2 is not available in the official <strong>Ubuntu</strong> repositories. </p>
<pre>
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt update
$ sudo apt install php8.2
$ php -v
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pete		</title>
		<link>https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-2027150</link>

		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Sat, 17 Jun 2023 11:50:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41000#comment-2027150</guid>

					<description><![CDATA[I’ve been using these instructions to install PHP8.2 on Ubuntu 18.04 (Bionic Beaver). When I attempt to install PHP it can’t find 8.2 in the repository for Bionic. Has this PHP version been removed for Bionic? 

Thanks]]></description>
			<content:encoded><![CDATA[<p>I’ve been using these instructions to install PHP8.2 on Ubuntu 18.04 (Bionic Beaver). When I attempt to install PHP it can’t find 8.2 in the repository for Bionic. Has this PHP version been removed for Bionic? </p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-1707066</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 24 Jan 2022 04:27:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41000#comment-1707066</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-1705428&quot;&gt;Carl Z&lt;/a&gt;.

@Carl,

Try install PHP 8.0 mysql extension and see...
&lt;pre&gt;
$ sudo apt install php8.0-mysql
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-1705428">Carl Z</a>.</p>
<p>@Carl,</p>
<p>Try install PHP 8.0 mysql extension and see&#8230;</p>
<pre>
$ sudo apt install php8.0-mysql
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Z		</title>
		<link>https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-1705428</link>

		<dc:creator><![CDATA[Carl Z]]></dc:creator>
		<pubDate>Fri, 21 Jan 2022 19:15:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41000#comment-1705428</guid>

					<description><![CDATA[Wordpress complaining that the mysql extension is missing when updated to php8 also says I have version 8.1. Tried installing the module on apache as:
&lt;pre&gt;
$ sudo apt-get install php8.1-mysql
&lt;/pre&gt;
and nothing happens...]]></description>
			<content:encoded><![CDATA[<p>WordPress complaining that the mysql extension is missing when updated to php8 also says I have version 8.1. Tried installing the module on apache as:</p>
<pre>
$ sudo apt-get install php8.1-mysql
</pre>
<p>and nothing happens&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-1413497</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 12 Jan 2021 05:00:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41000#comment-1413497</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-1413391&quot;&gt;zeuf&lt;/a&gt;.

@Zeuf,

Follow the given instructions, you will get 8.0.1 only, as this is a minor version.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-php-8-on-ubuntu/comment-page-1/#comment-1413391">zeuf</a>.</p>
<p>@Zeuf,</p>
<p>Follow the given instructions, you will get 8.0.1 only, as this is a minor version.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
