<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>marshall&#187; PHP</title>
	<atom:link href="http://wmm.jp/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://wmm.jp</link>
	<description>marshall's blog</description>
	<lastBuildDate>Tue, 26 Oct 2010 12:51:32 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://wmm.jp/tag/php/feed/" />
		<item>
		<title>リファクタリング</title>
		<link>http://wmm.jp/2009/08/06/%e3%83%aa%e3%83%95%e3%82%a1%e3%82%af%e3%82%bf%e3%83%aa%e3%83%b3%e3%82%b0/</link>
		<comments>http://wmm.jp/2009/08/06/%e3%83%aa%e3%83%95%e3%82%a1%e3%82%af%e3%82%bf%e3%83%aa%e3%83%b3%e3%82%b0/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 14:59:14 +0000</pubDate>
		<dc:creator>marshall</dc:creator>
				<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://wmm.jp/?p=558</guid>
		<description><![CDATA[グラフへの機能追加の前に、リファクタリング。]]></description>
			<content:encoded><![CDATA[				<p>グラフへの機能追加の前に、リファクタリング。</p>
]]></content:encoded>
			<wfw:commentRss>http://wmm.jp/2009/08/06/%e3%83%aa%e3%83%95%e3%82%a1%e3%82%af%e3%82%bf%e3%83%aa%e3%83%b3%e3%82%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://wmm.jp/2009/08/06/%e3%83%aa%e3%83%95%e3%82%a1%e3%82%af%e3%82%bf%e3%83%aa%e3%83%b3%e3%82%b0/" />
	</item>
		<item>
		<title>(続)PHP + GWT でホストモードで動作確認したい場合(Same Origin Policy関連)</title>
		<link>http://wmm.jp/2009/07/30/%e7%b6%9aphp-gwt-%e3%81%a7%e3%83%9b%e3%82%b9%e3%83%88%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e4%bd%9c%e7%a2%ba%e8%aa%8d%e3%81%97%e3%81%9f%e3%81%84%e5%a0%b4%e5%90%88/</link>
		<comments>http://wmm.jp/2009/07/30/%e7%b6%9aphp-gwt-%e3%81%a7%e3%83%9b%e3%82%b9%e3%83%88%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e4%bd%9c%e7%a2%ba%e8%aa%8d%e3%81%97%e3%81%9f%e3%81%84%e5%a0%b4%e5%90%88/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 14:59:53 +0000</pubDate>
		<dc:creator>marshall</dc:creator>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SOP]]></category>

		<guid isPermaLink="false">http://wmm.jp/?p=531</guid>
		<description><![CDATA[昨日の参照記事はどうも古いらしく、 現在開発に使用している GWT 1.6.4では該当箇所が見当たらなかった。 結局、GWTのコードをデバッグ用に修正することで対応できた。 修正ファイルは com.google.gwt. [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://wmm.jp/2009/07/29/php-gwt-でホストモードで動作確認したい場合/" target="_blank">昨日</a>の参照記事はどうも古いらしく、</p>
				<p>現在開発に使用している GWT 1.6.4では該当箇所が見当たらなかった。</p>
				<p>結局、GWTのコードをデバッグ用に修正することで対応できた。</p>
				<h3><span style="font-weight: normal;">修正ファイルは</span></h3>
				<h3><span style="font-weight: normal;">com.google.gwt.user.client.impl.HTTPRequestImpl.java</span></h3>
				<h3 style="font-size: 1.17em;"><span style="font-weight: normal;">com.google.gwt.user.client.impl.</span><span style="font-size: 13px;"><span style="font-weight: normal;">HTTPRequestImplIE6.java</span></span></h3>
				<p>また、詳しくまとめたい。</p>
]]></content:encoded>
			<wfw:commentRss>http://wmm.jp/2009/07/30/%e7%b6%9aphp-gwt-%e3%81%a7%e3%83%9b%e3%82%b9%e3%83%88%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e4%bd%9c%e7%a2%ba%e8%aa%8d%e3%81%97%e3%81%9f%e3%81%84%e5%a0%b4%e5%90%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://wmm.jp/2009/07/30/%e7%b6%9aphp-gwt-%e3%81%a7%e3%83%9b%e3%82%b9%e3%83%88%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e4%bd%9c%e7%a2%ba%e8%aa%8d%e3%81%97%e3%81%9f%e3%81%84%e5%a0%b4%e5%90%88/" />
	</item>
		<item>
		<title>PHP + GWT でホストモードで動作確認したい場合</title>
		<link>http://wmm.jp/2009/07/29/php-gwt-%e3%81%a7%e3%83%9b%e3%82%b9%e3%83%88%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e4%bd%9c%e7%a2%ba%e8%aa%8d%e3%81%97%e3%81%9f%e3%81%84%e5%a0%b4%e5%90%88/</link>
		<comments>http://wmm.jp/2009/07/29/php-gwt-%e3%81%a7%e3%83%9b%e3%82%b9%e3%83%88%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e4%bd%9c%e7%a2%ba%e8%aa%8d%e3%81%97%e3%81%9f%e3%81%84%e5%a0%b4%e5%90%88/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 14:59:18 +0000</pubDate>
		<dc:creator>marshall</dc:creator>
				<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://wmm.jp/?p=528</guid>
		<description><![CDATA[PHP + GWT でホストモードで動作確認したい場合、 デフォルトのままではだめなようす。 出来てる開発用端末とできてない開発用端末があって、 調べていたら、ここに参考となる記述があった。 明日試してみる。]]></description>
			<content:encoded><![CDATA[				<p>PHP + GWT でホストモードで動作確認したい場合、<br />
				デフォルトのままではだめなようす。<br />
				出来てる開発用端末とできてない開発用端末があって、<br />
				調べていたら、<a href="http://www.ibm.com/developerworks/jp/xml/library/x-gwtphp/index.html" target="_blank">ここ</a>に参考となる記述があった。<br />
				明日試してみる。</p>
]]></content:encoded>
			<wfw:commentRss>http://wmm.jp/2009/07/29/php-gwt-%e3%81%a7%e3%83%9b%e3%82%b9%e3%83%88%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e4%bd%9c%e7%a2%ba%e8%aa%8d%e3%81%97%e3%81%9f%e3%81%84%e5%a0%b4%e5%90%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://wmm.jp/2009/07/29/php-gwt-%e3%81%a7%e3%83%9b%e3%82%b9%e3%83%88%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e4%bd%9c%e7%a2%ba%e8%aa%8d%e3%81%97%e3%81%9f%e3%81%84%e5%a0%b4%e5%90%88/" />
	</item>
		<item>
		<title>PHPと格闘</title>
		<link>http://wmm.jp/2009/07/15/php%e3%81%a8%e6%a0%bc%e9%97%98/</link>
		<comments>http://wmm.jp/2009/07/15/php%e3%81%a8%e6%a0%bc%e9%97%98/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 14:59:21 +0000</pubDate>
		<dc:creator>marshall</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://wmm.jp/?p=490</guid>
		<description><![CDATA[まだ、PHPへの慣れが足りず。 WordPressの中身の理解がまだまだとう問題もある。]]></description>
			<content:encoded><![CDATA[				<p>まだ、PHPへの慣れが足りず。</p>
				<p>WordPressの中身の理解がまだまだとう問題もある。</p>
]]></content:encoded>
			<wfw:commentRss>http://wmm.jp/2009/07/15/php%e3%81%a8%e6%a0%bc%e9%97%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://wmm.jp/2009/07/15/php%e3%81%a8%e6%a0%bc%e9%97%98/" />
	</item>
		<item>
		<title>PHP5.3.0とerror_reporting</title>
		<link>http://wmm.jp/2009/07/09/php5-3-0%e3%81%a8error_reporting/</link>
		<comments>http://wmm.jp/2009/07/09/php5-3-0%e3%81%a8error_reporting/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 14:59:11 +0000</pubDate>
		<dc:creator>marshall</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://wmm.jp/?p=462</guid>
		<description><![CDATA[PHP 5.3.0上になってから、定数が増えていますが、こういった拡張される仕様を想定していない部分で、予想外にログが出てしまう。 どういった修正がいいか、対策方法を検討中。]]></description>
			<content:encoded><![CDATA[				<p>PHP 5.3.0上になってから、定数が増えていますが、こういった拡張される仕様を想定していない部分で、予想外にログが出てしまう。<br />
				どういった修正がいいか、対策方法を検討中。</p>
]]></content:encoded>
			<wfw:commentRss>http://wmm.jp/2009/07/09/php5-3-0%e3%81%a8error_reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://wmm.jp/2009/07/09/php5-3-0%e3%81%a8error_reporting/" />
	</item>
		<item>
		<title>xamppの環境でgmailアカウントのメール受信(POP over SSL)ができない？</title>
		<link>http://wmm.jp/2009/06/18/xampp%e3%81%ae%e7%92%b0%e5%a2%83%e3%81%a7gmail%e3%82%a2%e3%82%ab%e3%82%a6%e3%83%b3%e3%83%88%e3%81%ae%e3%83%a1%e3%83%bc%e3%83%ab%e5%8f%97%e4%bf%a1pop-over-ssl%e3%81%8c%e3%81%a7%e3%81%8d%e3%81%aa/</link>
		<comments>http://wmm.jp/2009/06/18/xampp%e3%81%ae%e7%92%b0%e5%a2%83%e3%81%a7gmail%e3%82%a2%e3%82%ab%e3%82%a6%e3%83%b3%e3%83%88%e3%81%ae%e3%83%a1%e3%83%bc%e3%83%ab%e5%8f%97%e4%bf%a1pop-over-ssl%e3%81%8c%e3%81%a7%e3%81%8d%e3%81%aa/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 13:09:34 +0000</pubDate>
		<dc:creator>marshall</dc:creator>
				<category><![CDATA[BLOG]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://wmm.jp/?p=377</guid>
		<description><![CDATA[xamppの環境でgmailアカウントのメール受信(POP over SSL)ができないなくて、調べたら、 php.iniの設定で無効になっていただけだった。 「;extension=php_openssl.dll」のセ [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://www.apachefriends.org/jp/xampp.html" target="_blank">xampp</a>の環境でgmailアカウントのメール受信(POP over SSL)ができないなくて、調べたら、</p>
				<p>php.iniの設定で無効になっていただけだった。</p>
				<p>「;extension=php_openssl.dll」のセミコロンを取るだけで動いた。</p>
				<p>ただし、php.iniが複数ある場合はどれが実際に使われているか、<a style="color: #000000; text-decoration: none; margin-top: 0px; margin-bottom: 0px; font-weight: bold; border: initial none initial;" href="http://php5.seesaa.net/article/19444462.html">phpinfo()</a>で確認するのが無難。</p>
]]></content:encoded>
			<wfw:commentRss>http://wmm.jp/2009/06/18/xampp%e3%81%ae%e7%92%b0%e5%a2%83%e3%81%a7gmail%e3%82%a2%e3%82%ab%e3%82%a6%e3%83%b3%e3%83%88%e3%81%ae%e3%83%a1%e3%83%bc%e3%83%ab%e5%8f%97%e4%bf%a1pop-over-ssl%e3%81%8c%e3%81%a7%e3%81%8d%e3%81%aa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://wmm.jp/2009/06/18/xampp%e3%81%ae%e7%92%b0%e5%a2%83%e3%81%a7gmail%e3%82%a2%e3%82%ab%e3%82%a6%e3%83%b3%e3%83%88%e3%81%ae%e3%83%a1%e3%83%bc%e3%83%ab%e5%8f%97%e4%bf%a1pop-over-ssl%e3%81%8c%e3%81%a7%e3%81%8d%e3%81%aa/" />
	</item>
		<item>
		<title>JSONを使用したGWTとPHPの連携</title>
		<link>http://wmm.jp/2009/06/05/json-gwt-php/</link>
		<comments>http://wmm.jp/2009/06/05/json-gwt-php/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 13:25:22 +0000</pubDate>
		<dc:creator>marshall</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://wmm.jp/?p=295</guid>
		<description><![CDATA[「JSONを使用したGWTとPHPの連携」に挑戦中。情報はあるけど少ない。]]></description>
			<content:encoded><![CDATA[				<p>「<a href="http://ja.wikipedia.org/wiki/JavaScript_Object_Notation" target="_blank">JSON</a>を使用した<a href="http://code.google.com/intl/ja/webtoolkit/" target="_blank">GWT</a>とPHPの連携」に挑戦中。情報はあるけど少ない。</p>
]]></content:encoded>
			<wfw:commentRss>http://wmm.jp/2009/06/05/json-gwt-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://wmm.jp/2009/06/05/json-gwt-php/" />
	</item>
	</channel>
</rss>

