<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>include - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/include/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 03 Aug 2011 07:55:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>PHP加速拓展eAccelerator和open_basedir冲突！！</title>
		<link>https://www.coder4.com/archives/636</link>
					<comments>https://www.coder4.com/archives/636#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:09:10 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[eAccelerator]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[open_basedir]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[restriction in effect]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=636</guid>

					<description><![CDATA[只要开启了eAcc，include、require任何文件，会出现 open_basedir restriction in effect. File() is not within the allowed path。。。但是明明./都不可以。。。这个Bug在eAccelerator中已经被讨论/修复多次了，还是不太完美。 多用户共享想用open_basedir的童鞋就不要想了，建议APC，不要用Zend，据说APC性能很高了已经。 明天得重新编译PHP了。。哎。。Zend居然和APC有冲突。。。[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/636/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>php多目录嵌套include的解决方法</title>
		<link>https://www.coder4.com/archives/546</link>
					<comments>https://www.coder4.com/archives/546#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:38:40 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[嵌套]]></category>
		<category><![CDATA[目录]]></category>
		<guid isPermaLink="false">http://www.coder4.com/archives/546</guid>

					<description><![CDATA[在网上看到别人这么做： localhost\主目录\include\xxx.php中define一个主目录的绝对路径 //****目录的绝对路径****/ if ( !defined(&#8216;ROOT_PATH&#8217;) ) { define(&#8220;ROOT_PATH&#8221;, substr(dirname(__FILE__), 0, -7) ); } 其中这个-7就是include的长度，也就是到ROOT的所有子目录字节数，虽然可能每个文件都要加，但是可以[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/546/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
