<?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>Text Books &#187; PHP</title>
	<atom:link href="http://www.txtbooks.net/txt/category/linux/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.txtbooks.net</link>
	<description>Short Manuals That You Really Need!</description>
	<lastBuildDate>Sun, 13 Jun 2010 14:55:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>eAccelerator Best Settings</title>
		<link>http://www.txtbooks.net/txt/eaccelerator-best-settings/</link>
		<comments>http://www.txtbooks.net/txt/eaccelerator-best-settings/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 11:47:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Caching]]></category>
		<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[php performace]]></category>

		<guid isPermaLink="false">http://www.txtbooks.net/?p=38</guid>
		<description><![CDATA[eaccelerator.shm_size="28"
eaccelerator.cache_dir="/var/cache/eaccelerator-php5/"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.debug="0"
eaccelerator.check_mtime="1"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"
eaccelerator.keys="shm_and_disk"
eaccelerator.sessions="shm_and_disk"
eaccelerator.content="shm_and_disk"
]]></description>
			<content:encoded><![CDATA[<p class="code">eaccelerator.shm_size="28"<br />
eaccelerator.cache_dir="/var/cache/eaccelerator-php5/"<br />
eaccelerator.enable="1"<br />
eaccelerator.optimizer="1"<br />
eaccelerator.debug="0"<br />
eaccelerator.check_mtime="1"<br />
eaccelerator.filter=""<br />
eaccelerator.shm_max="0"<br />
eaccelerator.shm_ttl="0"<br />
eaccelerator.shm_prune_period="0"<br />
eaccelerator.shm_only="0"<br />
eaccelerator.compress="1"<br />
eaccelerator.compress_level="9"<br />
eaccelerator.keys="shm_and_disk"<br />
eaccelerator.sessions="shm_and_disk"<br />
eaccelerator.content="shm_and_disk"</p>
]]></content:encoded>
			<wfw:commentRss>http://www.txtbooks.net/txt/eaccelerator-best-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[RESOLVED] compiling PHP5/Imap: configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing</title>
		<link>http://www.txtbooks.net/txt/resolved-compiling-php5imap-configure-error-utf8_mime2text-has-new-signature-but-u8t_canonical-is-missing/</link>
		<comments>http://www.txtbooks.net/txt/resolved-compiling-php5imap-configure-error-utf8_mime2text-has-new-signature-but-u8t_canonical-is-missing/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 13:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.txtbooks.net/?p=17</guid>
		<description><![CDATA[if you get the following error while trying to compile php5 with imap.
configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing
on RedHat do the following:
yum install libc-client-devel
The try to recompile PHP
That should solve the problem.
]]></description>
			<content:encoded><![CDATA[<p>if you get the following error while trying to compile php5 with imap.</p>
<p class="code">configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing</p>
<p>on RedHat do the following:</p>
<p class="code">yum install libc-client-devel</p>
<p>The try to recompile PHP<br />
That should solve the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.txtbooks.net/txt/resolved-compiling-php5imap-configure-error-utf8_mime2text-has-new-signature-but-u8t_canonical-is-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

