<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>php7.3 &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/php7-3/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Tue, 26 Feb 2019 11:57:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>php7.3 &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ubuntu php 7.3 install</title>
		<link>https://selmantunc.com.tr/uncategorized/ubuntu-php-73-install/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Feb 2019 11:57:21 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php7.3]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2019/02/26/ubuntu-php-73-install/</guid>

					<description><![CDATA[sudo apt install software-properties-common -y&#60;br&#62; sudo apt-get install python-software-properties sudo add-apt-repository ppa:ondrej/php -y sudo apt-get update sudo apt-get install -y php7.3 Now install PHP-FPM 7.1 with all extensions needed. sudo&#8230;]]></description>
										<content:encoded><![CDATA[<pre><code>sudo apt install software-properties-common -y&lt;br&gt;</code>
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php -y
sudo apt-get update
sudo apt-get install -y php7.3</pre>
<p>Now install PHP-FPM 7.1 with all extensions needed.</p>
<p>sudo apt install php7.3-fpm  php7.3-curl php7.3-cli php7.3-mysql php7.3-gd php7.3-xsl php7.3-json php7.3-intl php-pear php7.3-dev php7.3-common php7.3-mbstring php7.3-zip php7.3-soap php7.3-bcmath -y</p>
<p>After the installation is complete, check the PHP version and installed extensions using PHP commands.</p>
<pre><code>php -v&lt;br&gt;php -me</code></pre>
<p>Next, we will configure the php.ini file for the PHP-FPM and PHP-CLI.</p>
<p>Edit the php.ini files using nano</p>
<pre><code>nano /etc/php/7.3/fpm/php.ini&lt;br&gt;&lt;code&gt;nano</code> /etc/php/7.3/cli/php.ini</code></pre>
<p>Change the value of those lines as below.</p>
<pre>memory_limit = 512M
max_execution_time = 180
zlib.output_compression = On</pre>
<p>Save and exit.</p>
<p>or </p>
<pre>sed -i "s/memory_limit = .*/memory_limit = 512M/" <code>/etc/php/7.3/fpm/php.ini</code>
sed -i "s/upload_max_filesize = .*/upload_max_filesize = 128M/" <code>/etc/php/7.3/fpm/php.ini</code>
sed -i "s/zlib.output_compression = .*/zlib.output_compression = on/" <code>/etc/php/7.3/fpm/php.ini</code>
sed -i "s/max_execution_time = .*/max_execution_time = 18000/" <code>/etc/php/7.3/fpm/php.ini</code>

sed -i "s/memory_limit = .*/memory_limit = 512M/" <code>/etc/php/7.3/cli/php.ini</code>
sed -i "s/upload_max_filesize = .*/upload_max_filesize = 128M/" <code>/etc/php/7.3/cli/php.ini</code>
sed -i "s/zlib.output_compression = .*/zlib.output_compression = on/" <code>/etc/php/7.3/cli/php.ini</code>
sed -i "s/max_execution_time = .*/max_execution_time = 18000/" <code>/etc/php/7.3/cli/php.ini</code></pre>
<p>

update-alternatives –set php /usr/bin/php7.3
<br><br><a href="https://stackoverflow.com/questions/40419718/how-to-install-php-extension-using-pecl-for-specific-php-version-when-several-p">https://stackoverflow.com/questions/40419718/how-to-install-php-extension-using-pecl-for-specific-php-version-when-several-p</a>
<br></p>
<p><br></p>
<p><a href="https://blogs.msdn.microsoft.com/sqlphp/2016/10/10/getting-started-with-php-7-sql-server-and-azure-sql-database-on-linux-ubuntu-with-apache/">https://blogs.msdn.microsoft.com/sqlphp/2016/10/10/getting-started-with-php-7-sql-server-and-azure-sql-database-on-linux-ubuntu-with-apache/</a>
<br></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
