<?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>ITめもりーにょ &#187; Windows</title>
	<atom:link href="http://itblog.posifeel.com/archives/category/os/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://itblog.posifeel.com</link>
	<description>プログラミングの技術メモなど、備考録として使用しています。</description>
	<lastBuildDate>Mon, 06 Sep 2010 03:45:21 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://itblog.posifeel.com/archives/category/os/windows/feed" />
		<item>
		<title>XAMPP（PHP5.3）とZend Debugger（5_3_x_nts_comp）</title>
		<link>http://itblog.posifeel.com/archives/524.html</link>
		<comments>http://itblog.posifeel.com/archives/524.html#comments</comments>
		<pubDate>Sun, 05 Sep 2010 14:59:43 +0000</pubDate>
		<dc:creator>ましぇたん</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[Xdebug]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://itblog.posifeel.com/?p=524</guid>
		<description><![CDATA[				
				　現時点でリリースされているZend Debuggerはnts（non-thread safe）のみとなっており、ts（thread safe）対応版はまだの模様。
				　XAMPPに付属しているP [...]]]></description>
			<content:encoded><![CDATA[				<p>
				　現時点でリリースされているZend Debuggerはnts（non-thread safe）のみとなっており、ts（thread safe）対応版はまだの模様。<br />
				　XAMPPに付属しているPHP（5.3）はts（thread safe）としてコンパイルされている為、このバージョンのZend Debugger（5_3_x_nts_comp）はXAMPPのPHPでは利用できない。<br />
				　大人しくts版がリリースされるのを待つか、PHPを自前でntsとしてインストールし無理矢理使うかの2択になる。<br />
				<br />
				<span id="more-524"></span><br />
				　ntsが何の略か分からずにずっと試行錯誤していました。Non Thread Safeの略なんですね。<br />
				　めっちゃ時間を浪費したっす・・・orz<br />
				　今更PHPをインスコするのもめんどいので、とりあえずXdebugを使って行こうと思います。<br />
				　<a href="http://mergedoc.sourceforge.jp/" target="_blank">Pleiades All in One PHP</a>に付属しているXAMPPには標準でXdebugが付いているのでphp.iniの変更はありません。<br />
				<br />
				　XAMPPとZend Debuggerについて：<a href="http://forums.zend.com/viewtopic.php?f=59&#038;t=5903" target="_blank">Zend公式サイトのフォーラム</a>より以下引用。</p>
				<blockquote><p>Zend Debugger with XAMPP<br />
				<br />
				Hi,<br />
				I tried to set up Zend Debugger with XAMPP. I allready read the other threads in this forum to this topic.<br />
				My settings:<br />
				System: Windows 7 x64<br />
				Zen Debugger .dll: 5_3_x_nts_comp<br />
				PHP Version 5.3.1<br />
				XAMPP 1.7.3<br />
				ZendStudio Build ID: 20100221<br />
				<br />
				I included in xampp\php\php.ini (ip changed)<br />
				zend_extension_ts = &#8220;\xampp\php\ext\ZendDebugger.dll&#8221;<br />
				zend_debugger.allow_hosts= 141.0.0.56/32, 127.0.0.1/32<br />
				zend_debugger.expose_remotely=always<br />
				<br />
				there are no other zend values. The Debugger DLL is in &#8220;\xampp\php\ext\ZendDebugger.dll&#8221;<br />
				<br />
				If I try &#8220;Test Debugger&#8221; both IP Adresses get timeout. I don&#8217;t understand what I do wrong or how I have to change configuration of ZendStudio or XAMPP.<br />
				Can someone give me some help?<br />
				<br />
				&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
				RE:Zend Debugger with XAMPP<br />
				<br />
				Probably you are using Zend debugger which compiled against non-thread safe PHP version (5_3_x_nts_comp) but PHP shipped with XAMPP compiled as a thread safe. Zend do not supports thread safe versions of Zend debugger anymore.<br />
				<br />
				&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
				RE:Zend Debugger with XAMPP<br />
				<br />
				Do yourself a favor&#8230;get rid of XAMPP and get Zend Server Community Edition.<br />
				XAMPP is a terrible setup and not scalable at all.<br />
				<br />
				Backup your projects and kill the XAMPP.</p></blockquote>
				<p>
				<br />
				　最後の人が「XAMPPなんて拡張性が酷いよ！消すんだ！」と言っていますね(^.^;<br />
				</p>
]]></content:encoded>
			<wfw:commentRss>http://itblog.posifeel.com/archives/524.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://itblog.posifeel.com/archives/524.html" />
	</item>
		<item>
		<title>PHP　Eclipseでの開発環境を手軽に整える</title>
		<link>http://itblog.posifeel.com/archives/505.html</link>
		<comments>http://itblog.posifeel.com/archives/505.html#comments</comments>
		<pubDate>Sat, 04 Sep 2010 10:27:34 +0000</pubDate>
		<dc:creator>ましぇたん</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://itblog.posifeel.com/?p=505</guid>
		<description><![CDATA[				
				　Windows上でのEclipseによるPHP開発環境のメモ。
				
				環境
				
					Windows XP SP2
				
				
				Eclipseの入手とインストール [...]]]></description>
			<content:encoded><![CDATA[				<p>
				　Windows上でのEclipseによるPHP開発環境のメモ。<br />
				<br />
				<h3>環境</h3>
				<ul>
					<li>Windows XP SP2</li>
				</ul>
				<span id="more-505"></span><br />
				<h3>Eclipseの入手とインストール</h3>
				<ol>
					<li><a href="http://mergedoc.sourceforge.jp/" target="_blank">Pleiades All in One PHP</a>のJRE あり版をダウンロードし解凍</li>
					<li>eclipseフォルダとxamppフォルダをD:\に移動</li>
					<li>D:\xampp\setup_xampp.batを実行。選択肢は全てデフォルト</li>
				</ol>
				<h3>Zend Debuggerの入手とインストール</h3>
				<ol>
					<li><a href="http://www.zend.com/products/studio/downloads" target="_blank">Zendのダウンロードページ</a>から、「Studio Web Debugger」をダウンロード</li>
					<li>解凍するとPHPのバージョン毎にフォルダが存在する。使用しているPHPと同じバージョンのフォルダ内に入っているZendDebugger.dllを任意の場所へコピー</li>
				　例：D:\Program Files\xampp\php\ZendDebugger.dll<br />
				<br />
				　■メモ<br />
				　2010/09/04時点でリリースされているZend Debuggerはnts（non-thread safe）のみとなっており、ts（thread safe）はまだの模様。<br />
				　XAMPPに付属しているPHP（5.3）はts（thread safe）としてコンパイルされている為、このバージョンのZend Debugger（5_3_x_nts_comp）はXAMPPのPHPでは利用できない。<br />
				　大人しくts版がリリースされるのを待つか、PHPを自前でntsとしてインストールし無理矢理使うかの2択。<br />
				<br />
				　ntsが何の略か分からずにずっと試行錯誤していました。Non Thread Safeの略なんですね。<br />
				　めっちゃ時間を浪費したっす・・・orz<br />
				<br />
				　参考：<a href="http://forums.zend.com/viewtopic.php?f=59&#038;t=5903" target="_blank">Zend公式サイトのフォーラム</a></p>
				<blockquote><p>Zend Debugger with XAMPP<br />
				<br />
				Hi,<br />
				I tried to set up Zend Debugger with XAMPP. I allready read the other threads in this forum to this topic.<br />
				My settings:<br />
				System: Windows 7 x64<br />
				Zen Debugger .dll: 5_3_x_nts_comp<br />
				PHP Version 5.3.1<br />
				XAMPP 1.7.3<br />
				ZendStudio Build ID: 20100221<br />
				<br />
				I included in xampp\php\php.ini (ip changed)<br />
				zend_extension_ts = &#8220;\xampp\php\ext\ZendDebugger.dll&#8221;<br />
				zend_debugger.allow_hosts= 141.0.0.56/32, 127.0.0.1/32<br />
				zend_debugger.expose_remotely=always<br />
				<br />
				there are no other zend values. The Debugger DLL is in &#8220;\xampp\php\ext\ZendDebugger.dll&#8221;<br />
				<br />
				If I try &#8220;Test Debugger&#8221; both IP Adresses get timeout. I don&#8217;t understand what I do wrong or how I have to change configuration of ZendStudio or XAMPP.<br />
				Can someone give me some help?<br />
				<br />
				&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
				RE:Zend Debugger with XAMPP<br />
				<br />
				Probably you are using Zend debugger which compiled against non-thread safe PHP version (5_3_x_nts_comp) but PHP shipped with XAMPP compiled as a thread safe. Zend do not supports thread safe versions of Zend debugger anymore.<br />
				<br />
				&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
				RE:Zend Debugger with XAMPP<br />
				<br />
				Do yourself a favor&#8230;get rid of XAMPP and get Zend Server Community Edition.<br />
				XAMPP is a terrible setup and not scalable at all.<br />
				<br />
				Backup your projects and kill the XAMPP.</p></blockquote>
				<p>
				<br />
				　最後の人が「XAMPPなんて拡張性が酷いよ！消すんだ！」と言っている。<br />
				<br />
				※以下は今のところ無視してください。<br />
				&#8211;無視ここから<br />
					<li>php.iniに以下を追加</li>
				<pre><code>zend_extension_ts="D:\Program Files\xampp\php"
zend_debugger.allow_hosts=127.0.0.1/192.168.0.*
zend_debugger.expose_remotely=always</code></pre>
				&#8211;無視ここまで<br />
				</ol>
				<h3>Eclipseの設定</h3>
				<ol>
					<li>eclipseを起動</li>
					<li><a href="http://mergedoc.sourceforge.jp/" target="_blank">Pleiades All in One PHP</a>にはAntが付いていないので以下の手順でインストールする</li>
				<ol>
					<li>ヘルプ＞新規ソフトウェアのインストール＞「作業対象」で「Helios &#8211; http://download.eclipse.org/releases/helios」を選択＞下に出てきた一覧から、「プログラミング言語」の「Eclipse Java 開発ツール」をチェック＞後は適当に選んでインストール</li>
					<li>eclipseを再起動</li>
					<li>ウィンドウ＞設定でAntが存在することを確認</li>
				</ol>
					<li>ウィンドウ＞設定の以下の項目をそれぞれ変更</li>
				<ul>
					<li>各エディタの文字コード：UTF-8</li>
					<li>各エディタのタブ：半角スペース4</li>
				</ul>
				</ol>
				<h3>XamppのApacheの設定</h3>
				<ol>
					<li>httpd.confのDocumentRootを、Eclipseで使用するワークスペースのルートに設定</li>
				</ol>
				</p>
]]></content:encoded>
			<wfw:commentRss>http://itblog.posifeel.com/archives/505.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://itblog.posifeel.com/archives/505.html" />
	</item>
		<item>
		<title>ThunderbirdのSMTP送信エラー</title>
		<link>http://itblog.posifeel.com/archives/485.html</link>
		<comments>http://itblog.posifeel.com/archives/485.html#comments</comments>
		<pubDate>Wed, 18 Aug 2010 23:34:07 +0000</pubDate>
		<dc:creator>ましぇたん</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[アンチウィルス]]></category>
		<category><![CDATA[メーラー]]></category>
		<category><![CDATA[Avast]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[エラー]]></category>

		<guid isPermaLink="false">http://itblog.posifeel.com/?p=485</guid>
		<description><![CDATA[				
				　自宅のSMTPサーバ（sendmail）に接続するときに、たまに以下の様なエラーが出る。
				メールサーバのグリーティングが正しくありません

　まぁ詳細に&#8221;avast&#8221;（ [...]]]></description>
			<content:encoded><![CDATA[				<p>
				　自宅のSMTPサーバ（sendmail）に接続するときに、たまに以下の様なエラーが出る。<br />
				<pre><code>メールサーバのグリーティングが正しくありません</code></pre>
<br />
　まぁ詳細に&#8221;avast&#8221;（フリーのアンチウィルスソフト）って単語が出てたのでそれ絡みですな。<br />
　”送信メッセージを検査します”のチェックを外すことで解決したのだがどうもしっくりきません。<br />
<br />
<span id="more-485"></span><br />
　いや、エラーは出なくなったのでいいんですよ。<br />
　でもさ。ほら。一応、送信メールにウィルスが入ってないかチェックしてくれるって機能をOFFにする訳だから、少なくとも商用で使ってるPCでこの設定はまずいんでないかい？<br />
　まぁそもそも商用PCでフリーのアンチウィルスなんて使ってるところなんて無いだろうけどさ。<br />
<br />
　んー。<br />
　今回はプライベート用PCだってことで良しとしますかー。<br />
　自宅で立ててるSMTPサーバを使って、外のネットワークに送信することは無いし。</p>
]]></content:encoded>
			<wfw:commentRss>http://itblog.posifeel.com/archives/485.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://itblog.posifeel.com/archives/485.html" />
	</item>
		<item>
		<title>Windows xp sp2以降ではping(icmp)要求はファイアウォールで弾かれる</title>
		<link>http://itblog.posifeel.com/archives/448.html</link>
		<comments>http://itblog.posifeel.com/archives/448.html#comments</comments>
		<pubDate>Thu, 24 Jun 2010 05:58:08 +0000</pubDate>
		<dc:creator>ましぇたん</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[ICMP]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://itblog.posifeel.com/?p=448</guid>
		<description><![CDATA[				
				Windows xp sp2以降ではping(icmp)要求はファイアウォールで弾かれる。
				メモメモ。
				
				応答するようにするには、
				
					コントロールパネルから「w [...]]]></description>
			<content:encoded><![CDATA[				<p>
				Windows xp sp2以降ではping(icmp)要求はファイアウォールで弾かれる。<br />
				メモメモ。<br />
				<br />
				応答するようにするには、<br />
				<ol>
					<li>コントロールパネルから「windows ファイアウォール」を起動</li>
					<li>「詳細設定」タブを開く</li>
					<li>「ICMP」の「設定」ボタンを押下</li>
					<li>「エコー要求の着信を許可する」にチェック</li>
				</ol>
				<br />
				以上。</p>
]]></content:encoded>
			<wfw:commentRss>http://itblog.posifeel.com/archives/448.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://itblog.posifeel.com/archives/448.html" />
	</item>
		<item>
		<title>windowsでのapacheとskypeの共存</title>
		<link>http://itblog.posifeel.com/archives/7.html</link>
		<comments>http://itblog.posifeel.com/archives/7.html#comments</comments>
		<pubDate>Wed, 24 Jun 2009 08:19:46 +0000</pubDate>
		<dc:creator>ましぇたん</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[共存]]></category>

		<guid isPermaLink="false">http://posifeel.sakura.ne.jp/itblog_test/archives/7.html</guid>
		<description><![CDATA[				
				Windows版のApacheを動作させようとしたら下記のエラーで起動しなかった。
				&#8211;
				(OS 10048)通常、各ソケット　アドレスに対してプロトコル、ネットワークアドレス [...]]]></description>
			<content:encoded><![CDATA[				<p>
				Windows版のApacheを動作させようとしたら下記のエラーで起動しなかった。<br />
				&#8211;<br />
				(OS 10048)通常、各ソケット　アドレスに対してプロトコル、ネットワークアドレス、またはポートのどれか１つのみを使用できます。　: make_sock: could not bind to address 0.0.0.0:80<br />
				no listening sockets available, shutting down<br />
				Unable to open logs<br />
				&#8211;<br />
				80番ポートが既に使用されているらしいが、うちはサーバ系のソフトと言えばtomcatくらいしか入れてない。<br />
				誰だ。勝手に使ってる奴は！ってことで調べてみた。<br />
				１．dosプロンプトでnetstat<br />
				　　> netstat -oan<br />
				Proto Local Address Foreign Address State PID<br />
				TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 1308<br />
				　　　　　　　　　　　　　：（以下略）<br />
				　　★1308というPIDが使ってるらしい。<br />
				２．タスクマネージャーで該当PIDが何者かを確かめる<br />
				イメージ名 PID ・・・<br />
				　　skype.exe 1038<br />
				　　★お前かskypeめ！<br />
				　　　なんでskypeなんぞが80番ポートを使ってるんだよ・・・。<br />
				解決策は以下の通り。<br />
				１．ｓkypeのメニューから「ツール」＞「設定」を選択。<br />
				２．「詳細」タブの「接続」を選択。<br />
				３．「上記のポートの代わりに、ポート80を使用」のチェックを外す。<br />
				４．ｓkypeを再起動<br />
				はぁ。skypeめ・・・（怒</p>
]]></content:encoded>
			<wfw:commentRss>http://itblog.posifeel.com/archives/7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://itblog.posifeel.com/archives/7.html" />
	</item>
		<item>
		<title>スタートアップツール for Atok 2005について</title>
		<link>http://itblog.posifeel.com/archives/4.html</link>
		<comments>http://itblog.posifeel.com/archives/4.html#comments</comments>
		<pubDate>Wed, 24 Jun 2009 08:08:11 +0000</pubDate>
		<dc:creator>ましぇたん</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Atok]]></category>

		<guid isPermaLink="false">http://posifeel.sakura.ne.jp/itblog_test/archives/4.html</guid>
		<description><![CDATA[				
				Atokをインストールしたところ、スタートアップに「スタートアップツール for Atok 2005」なるものが追加されていた。
				基本的に不要なものは極力スタートアップに登録はしたくないので、と [...]]]></description>
			<content:encoded><![CDATA[				<p>
				Atokをインストールしたところ、スタートアップに「スタートアップツール for Atok 2005」なるものが追加されていた。<br />
				基本的に不要なものは極力スタートアップに登録はしたくないので、とりあえずこれがどんなものか調べてみた。<br />
				以下、justsystemsのサポートページからの引用<br />
				&#8211;ここから<br />
				スタートアップツールを使って、それまで使用していた日本語入力システムの設定をATOK 2005に反映することができます。ATOK 2005で反映できる内容は、設定を引き継ぐ日本語入力システムにより異なります。引き継ぎ元にする日本語入力システムに応じて確認してください。<br />
				&#8211;ここまで<br />
				つまるところ、Atokインストール後の初期設定で使うものらしい。<br />
				スタート＞すべてのプログラム＞ATOK＞ATOK 2005　にも同じツールのショートカットがある。<br />
				Windowsの起動の度に起動する必要があるとも思えないし、上記の通り、必要に迫られたら容易に実行が可能であるため、削除することにした。<br />
				■参考<br />
				<br />
				http://support.justsystems.com/faq/1032/app/servlet/qadoc?QID=024313</p>
]]></content:encoded>
			<wfw:commentRss>http://itblog.posifeel.com/archives/4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://itblog.posifeel.com/archives/4.html" />
	</item>
	</channel>
</rss>
