<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>Блог: заметки с тегом php7</title>
<link>https://utata.ru/tags/php7/</link>
<description>konditerov.ru</description>
<author>Илья Кондитеров</author>
<language>ru</language>
<generator>E2 (v3877; Aegea)</generator>

<itunes:owner>
<itunes:name>Илья Кондитеров</itunes:name>
<itunes:email></itunes:email>
</itunes:owner>
<itunes:subtitle>konditerov.ru</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>vestacp и php7</title>
<guid isPermaLink="false">17</guid>
<link>https://utata.ru/all/vestacp-i-php7/</link>
<pubDate>Tue, 26 Apr 2016 20:41:28 +0300</pubDate>
<author>Илья Кондитеров</author>
<comments>https://utata.ru/all/vestacp-i-php7/</comments>
<description>
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;sudo su
apt-get update -y &amp;amp;&amp;amp; apt-get upgrade -y
apt-get install mc htop -y
curl -O http://vestacp.com/pub/vst-install.sh 
bash vst-install.sh
apt-get update -y
apt-get remove php5-common
apt-get -y purge php5
apt-get install python-software-properties -y
add-apt-repository ppa:ondrej/php
apt-get update
apt-get install curl sqlite3 php7.0 libsqlite3-dev php-pear php7.0-curl php7.0-sqlite3 libssh2-1 php-ssh2 libapache2-mod-php php7.0-mbstring php7.0-gmp php-mysql
php -v
service nginx restart
service apache2 restart&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>