<?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>JugglerShu.Net &#187; PHP</title>
	<atom:link href="http://programming.jugglershu.net/wp/?cat=20&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://programming.jugglershu.net/wp</link>
	<description>Nothing But Programming</description>
	<lastBuildDate>Wed, 15 Apr 2020 08:11:15 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>PHPのリモートデバッグ(ZendDebugger)</title>
		<link>http://programming.jugglershu.net/wp/?p=641</link>
		<comments>http://programming.jugglershu.net/wp/?p=641#comments</comments>
		<pubDate>Tue, 10 Feb 2009 10:54:00 +0000</pubDate>
		<dc:creator><![CDATA[shu]]></dc:creator>
				<category><![CDATA[Debug]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ZendDebugger]]></category>

		<guid isPermaLink="false">http://programming.jugglershu.net/wp/?p=641</guid>
		<description><![CDATA[まだ環境構築途中だけど、メモ。環境はCentOS5 + PHP5.1 + Apache/2.2.3 とりあえずPHPをApacheモジュールとして動かすところまではできるという前提で。 必要なのはPHPのZendDebuggerモジュールhttp://downloads.zend.com/pdt/のserver-debuggerのなかから自分の環境のものを持ってくる。 んで解凍してその中から、PH <a class="more-link" href="http://programming.jugglershu.net/wp/?p=641">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>まだ環境構築途中だけど、メモ。<br />環境は<br />CentOS5 + PHP5.1 + Apache/2.2.3</p>
<p>とりあえずPHPをApacheモジュールとして動かすところまではできるという前提で。</p>
<p>必要なのはPHPのZendDebuggerモジュール<br />http://downloads.zend.com/pdt/<br />のserver-debuggerのなかから自分の環境のものを持ってくる。</p>
<p>んで解凍してその中から、PHPバージョンにあったものを取り出す。<br />それをPHPの拡張モジュールディレクトリにコピー。<br />僕の場合は/usr/lib/php/modules/ZendDebugger.so<br />とコピーした。</p>
<p>次にphp.iniの書き換え<br />[Zend]<br />zend_extension=/usr/lib/php/modules/ZendDebugger.so<br />zend_debugger.allow_hosts=192.168.110.1<br />zend_debugger.expose_remotely=always <br />のようにした。</p>
<p><span>注意：</span>僕の環境では allow_hostsには&#8221;all&#8221;とか&#8221;*&#8221;とか指定できなかった。コンマ区切りでIPアドレス指定らしいけど、とりあえずひとつしか指定できなかった。</p>
<p>あとはApacheを再起動。phpinfo()を見ればデバッガーのロゴが出ているはず・・・。</p>
<p>その他の環境の設定は<br />http://www.thierryb.net/pdtwiki/index.php?title=Using_PDT_:_Installation_:_Installing_the_Zend_Debugger</p>
<p>これからEclipseでデバッグをしてみるところ。<br />それは後ほど</p>
]]></content:encoded>
			<wfw:commentRss>http://programming.jugglershu.net/wp/?feed=rss2&#038;p=641</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
