<?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/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://acoustype.com</link>
	<description>携帯・PCサイトのシステム構築やサーバー構築・保守などやらせて頂いております。</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:24:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>トラックバックピング</title>
		<link>http://acoustype.com/archives/744</link>
		<comments>http://acoustype.com/archives/744#comments</comments>
		<pubDate>Tue, 01 Dec 2009 15:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=744</guid>
		<description><![CDATA[ブログを書いているにもかかわらず トラックバックの仕組みが分かってなかった・・^^; 一般的に、以下のパラメーターをトラックバックURLに対してPOST送信すれば良いみたい。 title excerpt url blog [...]]]></description>
			<content:encoded><![CDATA[				<p>ブログを書いているにもかかわらず<br />
				トラックバックの仕組みが分かってなかった・・^^;</p>
				<p>一般的に、以下のパラメーターをトラックバックURLに対してPOST送信すれば良いみたい。</p>
				<p>title<br />
				excerpt<br />
				url<br />
				blog_name</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/744/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>PHP 5.2.11リリース</title>
		<link>http://acoustype.com/archives/692</link>
		<comments>http://acoustype.com/archives/692#comments</comments>
		<pubDate>Fri, 18 Sep 2009 20:15:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=692</guid>
		<description><![CDATA[PHP 5.2.10がインストール出来なかったのは cURLのバグだったのかな？ PHP 5.2.11は無事インストールできました。]]></description>
			<content:encoded><![CDATA[				<p>PHP 5.2.10がインストール出来なかったのは<br />
				cURLのバグだったのかな？</p>
				<p>PHP 5.2.11は無事インストールできました。</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/692/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>mysqli 拡張モジュールでの持続的接続</title>
		<link>http://acoustype.com/archives/576</link>
		<comments>http://acoustype.com/archives/576#comments</comments>
		<pubDate>Fri, 27 Mar 2009 09:40:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=576</guid>
		<description><![CDATA[mysqliのpconnectは5.3からか！ やっとですな http://jp2.php.net/manual/ja/mysqli.persistconns.php PHP 5.3.0RC1がリリースされたので もうす [...]]]></description>
			<content:encoded><![CDATA[				<p>mysqliのpconnectは5.3からか！<br />
				やっとですな</p>
				<p><a href="http://jp2.php.net/manual/ja/mysqli.persistconns.php">http://jp2.php.net/manual/ja/mysqli.persistconns.php</a></p>
				<p>PHP 5.3.0RC1がリリースされたので<br />
				もうすぐ♪</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/576/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

