<?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>acoustype.com &#187; PHP</title>
	<atom:link href="http://acoustype.com/archives/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://acoustype.com</link>
	<description>携帯・PCサイトのシステム構築やサーバー構築・保守などやらせて頂いております。</description>
	<lastBuildDate>Wed, 09 May 2012 04:54:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PHP 5.2.11のインストール時のWarning</title>
		<link>http://acoustype.com/archives/708</link>
		<comments>http://acoustype.com/archives/708#comments</comments>
		<pubDate>Fri, 23 Oct 2009 05:10:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=708</guid>
		<description><![CDATA[Warning: Cannot use a scalar value as an array in phar://install-pear-nozlib.phar/PEAR/ChannelFile.php on line [...]]]></description>
			<content:encoded><![CDATA[				<blockquote><p>
				Warning: Cannot use a scalar value as an array in phar://install-pear-nozlib.phar/PEAR/ChannelFile.php on line 1391<br />
				Warning: Cannot use a scalar value as an array in phar://install-pear-nozlib.phar/PEAR/ChannelFile.php on line 1396<br />
				Warning: Cannot use a scalar value as an array in phar://install-pear-nozlib.phar/PEAR/ChannelFile.php on line 1400<br />
				以下略
				</p></blockquote>
				<p>別のマシンでセットアップしてたら上記のエラーが・・<br />
				Pearが動かない・・</p>
				<p>「/usr/local/lib/php/.channels」を削除して<br />
				「pear update-channels」を実行</p>
				<p>解決！</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/708/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notice: Undefined index</title>
		<link>http://acoustype.com/archives/675</link>
		<comments>http://acoustype.com/archives/675#comments</comments>
		<pubDate>Fri, 10 Jul 2009 09:16:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=675</guid>
		<description><![CDATA[PHP5.3.0を使ってみたら 変数が定義されてないとか、エラー出まくりｗ php.iniのデフォルトの設定が変わったっぽいな PHP4.2 error_reporting = E_ALL &#038; ~E_NOTIC [...]]]></description>
			<content:encoded><![CDATA[				<p>PHP5.3.0を使ってみたら<br />
				変数が定義されてないとか、エラー出まくりｗ</p>
				<p>php.iniのデフォルトの設定が変わったっぽいな</p>
				<p>PHP4.2<br />
				error_reporting  =  E_ALL &#038; ~E_NOTICE</p>
				<p>PHP4.3<br />
				error_reporting = E_ALL &#038; ~E_DEPRECATED</p>
				<p>マニュアル：定義済み定数<br />
				<a href="http://jp2.php.net/manual/ja/errorfunc.constants.php#errorfunc.constants.errorlevels.e-deprecated-error">http://jp2.php.net/manual/ja/errorfunc.constants.php#errorfunc.constants.errorlevels.e-deprecated-error</a></p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/675/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.3.0 Released!</title>
		<link>http://acoustype.com/archives/666</link>
		<comments>http://acoustype.com/archives/666#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:18:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=666</guid>
		<description><![CDATA[さぁ　テストテスト その前にPHP5.2.10のPear直してくれｗ]]></description>
			<content:encoded><![CDATA[				<p>さぁ　テストテスト</p>
				<p>その前にPHP5.2.10のPear直してくれｗ</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/666/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail_mimeDecodeでi.softbank.jpのアドレスを取得するとエラー</title>
		<link>http://acoustype.com/archives/660</link>
		<comments>http://acoustype.com/archives/660#comments</comments>
		<pubDate>Sun, 28 Jun 2009 09:02:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=660</guid>
		<description><![CDATA[iPhoneから空メール送信して、Fromのアドレスを抜き出す処理なんですが PearのMail_mimeDecodeを使うとエラーで抜き出せない・・・ 届いたメールのFromがこんな感じになってるっぽい・・・ From [...]]]></description>
			<content:encoded><![CDATA[				<p>iPhoneから空メール送信して、Fromのアドレスを抜き出す処理なんですが<br />
				PearのMail_mimeDecodeを使うとエラーで抜き出せない・・・</p>
				<p>届いたメールのFromがこんな感じになってるっぽい・・・</p>
				<blockquote><p>From: <  <*****@i.softbank.jp>></p></blockquote>
				<p>なんでだろ？　qmailの所為かな？<br />
				Fromのコロンの後に、二つスペースがあるんだよなぁ・・・<br />
				なんか誤認識しちゃってるっぽいんだが・・・</p>
				<p>対処はしたけど<br />
				めんどくさ・・・</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/660/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP5.2.10がインストール出来ない・・・ その３</title>
		<link>http://acoustype.com/archives/645</link>
		<comments>http://acoustype.com/archives/645#comments</comments>
		<pubDate>Sun, 21 Jun 2009 06:52:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=645</guid>
		<description><![CDATA[やっぱPHP5.2.9に戻す エラーが出た・・・orz]]></description>
			<content:encoded><![CDATA[				<p>やっぱPHP5.2.9に戻す<br />
				エラーが出た・・・orz</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/645/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP5.2.10がインストール出来ない・・・ その２</title>
		<link>http://acoustype.com/archives/641</link>
		<comments>http://acoustype.com/archives/641#comments</comments>
		<pubDate>Sun, 21 Jun 2009 06:32:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=641</guid>
		<description><![CDATA[./configure時に「--without-pear」でインストールすることができたが・・・ これでいいのかな？ 5.2.9のpearが入ってるし 「pear upgrade-all」もやってみたし DIFFしてみた [...]]]></description>
			<content:encoded><![CDATA[				<p>./configure時に「--without-pear」でインストールすることができたが・・・<br />
				これでいいのかな？<br />
				5.2.9のpearが入ってるし<br />
				「pear upgrade-all」もやってみたし</p>
				<p>DIFFしてみたけど、5.2.9の時と結構変更あるな<br />
				<a href="http://pear.php.net/install-pear-nozlib.phar">http://pear.php.net/install-pear-nozlib.phar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/641/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP5.2.10がインストール出来ない・・・</title>
		<link>http://acoustype.com/archives/639</link>
		<comments>http://acoustype.com/archives/639#comments</comments>
		<pubDate>Fri, 19 Jun 2009 17:44:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=639</guid>
		<description><![CDATA[make installすると、install-pear-nozlib.pharがエラー起こす http://bugs.php.net/bug.php?id=48603 バグ報告されてるようです。]]></description>
			<content:encoded><![CDATA[				<p>make installすると、install-pear-nozlib.pharがエラー起こす</p>
				<p><a href="http://bugs.php.net/bug.php?id=48603">http://bugs.php.net/bug.php?id=48603</a><br />
				バグ報告されてるようです。</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/639/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPアクセラレーター</title>
		<link>http://acoustype.com/archives/537</link>
		<comments>http://acoustype.com/archives/537#comments</comments>
		<pubDate>Fri, 20 Mar 2009 23:53:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=537</guid>
		<description><![CDATA[eAccelerator http://eaccelerator.net/ XCache http://xcache.lighttpd.net/ APC http://pecl.php.net/package/APC]]></description>
			<content:encoded><![CDATA[				<p>eAccelerator<br />
				<a href="http://eaccelerator.net/">http://eaccelerator.net/</a></p>
				<p>XCache<br />
				<a href="http://xcache.lighttpd.net/">http://xcache.lighttpd.net/</a></p>
				<p>APC<br />
				<a href="http://xcache.lighttpd.net/">http://pecl.php.net/package/APC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/537/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPとMySQLで階層構造</title>
		<link>http://acoustype.com/archives/522</link>
		<comments>http://acoustype.com/archives/522#comments</comments>
		<pubDate>Sat, 07 Mar 2009 09:05:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[階層構造]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=522</guid>
		<description><![CDATA[Storing Hierarchical Data in a Database この仕組み考えた人スゲーな]]></description>
			<content:encoded><![CDATA[				<p><img src="http://acoustype.com/wp-content/uploads/2009/03/sitepoint_numbering3.gif" alt="sitepoint_numbering3" title="sitepoint_numbering3" width="411" height="166" class="alignleft size-full wp-image-525" /></p>
				<p><a href="http://www.sitepoint.com/article/hierarchical-data-database/2/">Storing Hierarchical Data in a Database</a></p>
				<p>この仕組み考えた人スゲーな</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/522/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.2.9 と MySQL 5.0.77</title>
		<link>http://acoustype.com/archives/491</link>
		<comments>http://acoustype.com/archives/491#comments</comments>
		<pubDate>Fri, 27 Feb 2009 06:22:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[コメント]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=491</guid>
		<description><![CDATA[出てますね。]]></description>
			<content:encoded><![CDATA[				<p>出てますね。</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/491/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

