<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.pythonclub.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.pythonclub.org/feed.php">
        <title>Python 俱乐部 vps:php</title>
        <description></description>
        <link>http://www.pythonclub.org/</link>
        <image rdf:resource="http://www.pythonclub.org/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-30T18:58:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.pythonclub.org/vps/php/gd2?rev=1316017769&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pythonclub.org/vps/php/install-php5.6?rev=1483318658&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pythonclub.org/vps/php/sendmail?rev=1316006980&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.pythonclub.org/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Python 俱乐部</title>
        <link>http://www.pythonclub.org/</link>
        <url>http://www.pythonclub.org/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.pythonclub.org/vps/php/gd2?rev=1316017769&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-14T16:29:29+00:00</dc:date>
        <title>Ubuntu安装PHP GD图形库</title>
        <link>http://www.pythonclub.org/vps/php/gd2?rev=1316017769&amp;do=diff</link>
        <description>Ubuntu安装PHP GD图形库

PHP includes a large number of free and open source libraries with the core build. PHP is a fundamentally Internet-aware system with modules built in for accessing FTP servers, many database servers, embedded SQL libraries such as embedded MySQL and SQLite, LDAP servers, and others. Many functions familiar to C programmers such as those in the stdio family are available in the standard PHP build.</description>
    </item>
    <item rdf:about="http://www.pythonclub.org/vps/php/install-php5.6?rev=1483318658&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-01-02T00:57:38+00:00</dc:date>
        <title>Ubuntu 16 install php5.6</title>
        <link>http://www.pythonclub.org/vps/php/install-php5.6?rev=1483318658&amp;do=diff</link>
        <description>Ubuntu 16 install php5.6


apt-get update &amp;&amp;
apt-get install -y language-pack-en-base &amp;&amp;
export LC_ALL=en_US.UTF-8 &amp;&amp;
export LANG=en_US.UTF-8 &amp;&amp;
apt-get install -y software-properties-common &amp;&amp;
add-apt-repository -y ppa:ondrej/php5-5.6 &amp;&amp;
add-apt-repository -y ppa:ondrej/mariadb-10.0 &amp;&amp; 
apt-get update &amp;&amp; 
apt-get -y upgrade


apt install php5.6</description>
    </item>
    <item rdf:about="http://www.pythonclub.org/vps/php/sendmail?rev=1316006980&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-14T13:29:40+00:00</dc:date>
        <title>PHP sendmail 安装与配置</title>
        <link>http://www.pythonclub.org/vps/php/sendmail?rev=1316006980&amp;do=diff</link>
        <description>PHP sendmail 安装与配置

安装 sendmail


sudo apt-get install sendmail


配置 php sendmail

/etc/php5/apache2/php.ini 这个文件，
找到 ;sendmail_path这句，去掉注释的；然后添加sendmail启动目录


sendmail_path = /usr/sbin/sendmail -t -i</description>
    </item>
</rdf:RDF>
