<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：crontab执行不了php的解决方法</title>
	<atom:link href="http://blog.51yip.com/php/1346.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.51yip.com/php/1346.html</link>
	<description>－－一步，二步，三步，N步，二行脚印</description>
	<lastBuildDate>Tue, 07 Jun 2022 01:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：Brooks</title>
		<link>http://blog.51yip.com/php/1346.html/comment-page-1#comment-17507</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Mon, 17 Oct 2016 07:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1346#comment-17507</guid>
		<description>谢谢，刚刚遇到这个问题，已经解决，你的文章很游泳</description>
		<content:encoded><![CDATA[<p>谢谢，刚刚遇到这个问题，已经解决，你的文章很游泳</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/php/1346.html/comment-page-1#comment-868</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Mon, 26 Dec 2011 02:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1346#comment-868</guid>
		<description>这样也可以，方式有很多。</description>
		<content:encoded><![CDATA[<p>这样也可以，方式有很多。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：istrone</title>
		<link>http://blog.51yip.com/php/1346.html/comment-page-1#comment-867</link>
		<dc:creator>istrone</dc:creator>
		<pubDate>Sun, 25 Dec 2011 11:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1346#comment-867</guid>
		<description>其实只要在文件头加入:
#！/usr/bin/php
然后附加x权限，就可以直接执行了！</description>
		<content:encoded><![CDATA[<p>其实只要在文件头加入:<br />
#！/usr/bin/php<br />
然后附加x权限，就可以直接执行了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/php/1346.html/comment-page-1#comment-816</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Tue, 25 Oct 2011 04:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1346#comment-816</guid>
		<description>这种方法也可以。</description>
		<content:encoded><![CDATA[<p>这种方法也可以。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：droko</title>
		<link>http://blog.51yip.com/php/1346.html/comment-page-1#comment-815</link>
		<dc:creator>droko</dc:creator>
		<pubDate>Mon, 24 Oct 2011 07:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1346#comment-815</guid>
		<description>针对第4点，你也可以在PHP代码中加入chdir(dirname(__FILE__));让脚本切换到自己所在的目录，然后调用使用相对路径文件。</description>
		<content:encoded><![CDATA[<p>针对第4点，你也可以在PHP代码中加入chdir(dirname(__FILE__));让脚本切换到自己所在的目录，然后调用使用相对路径文件。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：y</title>
		<link>http://blog.51yip.com/php/1346.html/comment-page-1#comment-814</link>
		<dc:creator>y</dc:creator>
		<pubDate>Mon, 24 Oct 2011 04:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1346#comment-814</guid>
		<description>这个可以用root用户</description>
		<content:encoded><![CDATA[<p>这个可以用root用户</p>
]]></content:encoded>
	</item>
</channel>
</rss>
