<?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 pear</title>
	<atom:link href="http://wmm.jp/tag/php-pear/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-pear/feed/" />
		<item>
		<title>「Fatal error: Call to undefined function: image_graph_element() in Graph.php on line 136」のエラー</title>
		<link>http://wmm.jp/2009/07/05/%e3%80%8cfatal-error-call-to-undefined-function-image_graph_element-in-graph-php-on-line-136%e3%80%8d%e3%81%ae%e3%82%a8%e3%83%a9%e3%83%bc/</link>
		<comments>http://wmm.jp/2009/07/05/%e3%80%8cfatal-error-call-to-undefined-function-image_graph_element-in-graph-php-on-line-136%e3%80%8d%e3%81%ae%e3%82%a8%e3%83%a9%e3%83%bc/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 14:40:14 +0000</pubDate>
		<dc:creator>marshall</dc:creator>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[php pear]]></category>

		<guid isPermaLink="false">http://wmm.jp/?p=442</guid>
		<description><![CDATA[Image_Graphを使用したアプリを異なる環境へ移行したところ、ここの記述と同様のエラーが発生。 環境によりどう違うか理解出来てはいないが、エラーメッセージからは、コンストラクタがないことでエラーが出ていることになる [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://pear.php.net/package/Image_Graph/" target="_blank">Image_Graph</a>を使用したアプリを異なる環境へ移行したところ、<a href="http://forums.hostmatters.com/archive/index.php/t-14024.html" target="_blank">ここ</a>の記述と同様のエラーが発生。</p>
				<p>環境によりどう違うか理解出来てはいないが、エラーメッセージからは、コンストラクタがないことでエラーが出ていることになる。</p>
				<p>Image/Graph/Element.phpのclass Image_Graph_Element 内に、<br />
				[php num=1]class Image_Graph_Element extends Image_Graph_Common<br />
				{<br />
				    &#8230;.<br />
				    function Image_Graph_Element() {<br />
				    }<br />
				    &#8230;.<br />
				}[/php]</p>
				<p>を追記。動作するようになった。</p>
]]></content:encoded>
			<wfw:commentRss>http://wmm.jp/2009/07/05/%e3%80%8cfatal-error-call-to-undefined-function-image_graph_element-in-graph-php-on-line-136%e3%80%8d%e3%81%ae%e3%82%a8%e3%83%a9%e3%83%bc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://wmm.jp/2009/07/05/%e3%80%8cfatal-error-call-to-undefined-function-image_graph_element-in-graph-php-on-line-136%e3%80%8d%e3%81%ae%e3%82%a8%e3%83%a9%e3%83%bc/" />
	</item>
	</channel>
</rss>

