<?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>kimson.name &#187; php</title>
	<atom:link href="http://kimson.name/wordpress/archives/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>https://kimson.name/wordpress</link>
	<description>Just  memo pad</description>
	<lastBuildDate>Sat, 24 Mar 2012 14:49:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP:ZIPモジュールのインストール（CentOS5.5)</title>
		<link>https://kimson.name/wordpress/archives/107</link>
		<comments>https://kimson.name/wordpress/archives/107#comments</comments>
		<pubDate>Wed, 07 Sep 2011 13:15:45 +0000</pubDate>
		<dc:creator>kimson</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://kimson.name/wordpress/?p=107</guid>
		<description><![CDATA[PHPでZIPファイルの解凍をしたくて，その際に調べたことなどをメモとして残しておく． 環境 serversman@VPSのEntryのサーバです． OS : CentOS 5.5 PHP : 5.1.6 調べていると， &#8230; <a href="https://kimson.name/wordpress/archives/107">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>PHPでZIPファイルの解凍をしたくて，その際に調べたことなどをメモとして残しておく．</p>
<p>環境<br />
serversman@VPSのEntryのサーバです．<br />
OS : CentOS 5.5<br />
PHP : 5.1.6</p>
<p>調べていると，どうやらモジュールの追加が必要らしい．<br />
そのモジュールはPECLとやらでインストールできて，PECLはpearをインストールすれば使える．<br />
ということでpearのインストール．</p>
<p># yum -y instal php-pear</p>
<p>それでzipモジュールのインストール．最新バージョンをインストールしようとするとエラーが出るので，古いのを入れます．<br />
（参考：<a href="http://prograrts-job.blogspot.com/2010/11/php-zipso.html">http://prograrts-job.blogspot.com/2010/11/php-zipso.html</a>)</p>
<p># pecl install zip-1.8.10.tgz</p>
<p>あとは/etc/php.iniの適当なことろに設定を追加</p>
<p># echo &#8220;extension=zip.so&#8221; &gt;&gt; /etc/php.ini<br />
# service httpd restart</p>
<p>これでzipモジュールが使えるはず．</p>
<div id="extensionsWeblioEjBx" style="position: absolute; z-index: 2147483647; left: 181px; top: 677px; display: none;"></div>
]]></content:encoded>
			<wfw:commentRss>https://kimson.name/wordpress/archives/107/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>

