<?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>PHP 中文</title>
	<atom:link href="http://www.php.net.cn/feed" rel="self" type="application/rss+xml" />
	<link>http://www.php.net.cn</link>
	<description>中文 PHP 非官方网站</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:58:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>用.htaccess禁止查看目录下内容</title>
		<link>http://www.php.net.cn/archive/124.php</link>
		<comments>http://www.php.net.cn/archive/124.php#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:32:02 +0000</pubDate>
		<dc:creator>kingphp</dc:creator>
				<category><![CDATA[PHP小技巧]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=124</guid>
		<description><![CDATA[如网站的某个目录没有首页文件，如index.htm, default.html,index.php等，我们只要打开这个目录，就可以查看到这个目录下所有内容。也正因此，很多黑客利用这个方法来查某个目录下文件的漏洞以便攻击这个网站。 那么有没有办法禁止人们查看这类没有默认首页的目录呢？当然有！对于一个支持.htaccess文件的空间， 可以在.htaccess文件的开始处加如下代码： # Disable Directory Browsing Options All -Indexes 我们也可另一个方法，那就是在这个目录下加下空间的首页文件以达到人这查看不到这个目录下其它内容的目的。 本文译自：http://www.phpknow.com/disable-directory-browsing-with-htaccess/]]></description>
			<content:encoded><![CDATA[<p>如网站的某个目录没有首页文件，如index.htm, default.html,index.php等，我们只要打开这个目录，就可以查看到这个目录下所有内容。也正因此，很多黑客利用这个方法来查某个目录下文件的漏洞以便攻击这个网站。</p>
<p>那么有没有办法禁止人们查看这类没有默认首页的目录呢？当然有！对于一个支持.htaccess文件的空间， 可以在.htaccess文件的开始处加如下代码：<br />
# Disable Directory Browsing<br />
Options All -Indexes</p>
<p>我们也可另一个方法，那就是在这个目录下加下空间的首页文件以达到人这查看不到这个目录下其它内容的目的。</p>
<p>本文译自：<a href="http://www.phpknow.com/disable-directory-browsing-with-htaccess/" title="http://www.phpknow.com/disable-directory-browsing-with-htaccess/">http://www.phpknow.com/disable-directory-browsing-with-htaccess/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/124.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.4.0 RC6 已经发布！</title>
		<link>http://www.php.net.cn/archive/120.php</link>
		<comments>http://www.php.net.cn/archive/120.php#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:17:35 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP中文博客]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=120</guid>
		<description><![CDATA[The PHP development team announces the 6th release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE CANDIDATE &#8211; DO NOT USE &#8230; <a href="http://www.php.net.cn/archive/120.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The PHP development team announces the 6th <a href="http://qa.php.net/">release candidate</a> of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.</p>
<p><strong>THIS IS A RELEASE CANDIDATE &#8211; DO NOT USE IT IN PRODUCTION!</strong>.</p>
<p>This is the 6th release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. No new features should be included before the final version of PHP 5.4.0.</p>
<p>The 6th release candidate focused on improving traits. Please test them carefully and help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please take the time to test this release candidate against your code base and report any problems that you encounter to the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the <a href="https://bugs.php.net/">PHP bug tracker</a>.</p>
<p>A complete list of changes since the last release candidate can be found at <a href="https://svn.php.net/repository/php/php-src/tags/php_5_4_0RC6/NEWS">NEWS</a></p>
<p>The next candidate will be released on Feb 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/120.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.3.9 已经发布!</title>
		<link>http://www.php.net.cn/archive/118.php</link>
		<comments>http://www.php.net.cn/archive/118.php#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:17:18 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP中文博客]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=118</guid>
		<description><![CDATA[5.3.9终于来了！ The PHP development team would like to announce the immediate availability of PHP 5.3.9. This release focuses on improving the stability of the PHP 5.3.x branch with over 90 bug fixes, some of which are security related. Security Enhancements &#8230; <a href="http://www.php.net.cn/archive/118.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>5.3.9终于来了！</p>
<p>The PHP development team would like to announce the immediate availability of PHP 5.3.9. This release focuses on improving the stability of the PHP 5.3.x branch with over 90 bug fixes, some of which are security related.</p>
<p>Security Enhancements and Fixes in PHP 5.3.9:</p>
<ul>
<li>Added max_input_vars directive to prevent attacks based on hash collisions. (CVE-2011-4885)</li>
<li>Fixed bug #60150 (Integer overflow during the parsing of invalid exif header). (CVE-2011-4566)</li>
</ul>
<p>Key enhancements in PHP 5.3.9 include:</p>
<ul>
<li>Fixed bug #55475 (is_a() triggers autoloader, new optional 3rd argument to is_a and is_subclass_of).</li>
<li>Fixed bug #55609 (mysqlnd cannot be built shared)</li>
<li>Many changes to the FPM SAPI module</li>
</ul>
<p>For a full list of changes in PHP 5.3.9, see the <a href="http://php.net/ChangeLog-5.php#5.3.9">ChangeLog</a>. For source downloads please visit our <a href="http://php.net/downloads.php">downloads page</a>, Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
<p>All users are strongly encouraged to upgrade to PHP 5.3.9.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/118.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.4.0 RC5 已经发布</title>
		<link>http://www.php.net.cn/archive/116.php</link>
		<comments>http://www.php.net.cn/archive/116.php#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:16:48 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP官方消息]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=116</guid>
		<description><![CDATA[The PHP development team announces the 5th release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE CANDIDATE &#8211; DO NOT USE &#8230; <a href="http://www.php.net.cn/archive/116.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The PHP development team announces the 5th <a href="http://qa.php.net/">release candidate</a> of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.</p>
<p><strong>THIS IS A RELEASE CANDIDATE &#8211; DO NOT USE IT IN PRODUCTION!</strong>.</p>
<p>This is the 5th release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. No new features should be included before the final version of PHP 5.4.0.</p>
<p>We got a lot of feedback that helped us to improve the upcoming PHP version. Please continue to help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please take the time to test this release candidate against your code base and report any problems that you encounter to the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the <a href="https://bugs.php.net/">PHP bug tracker</a>.</p>
<p>A complete list of changes since the last release candidate can be found at <a href="https://svn.php.net/repository/php/php-src/tags/php_5_4_0RC5/NEWS">NEWS</a></p>
<p>The next and probably last release candidate will be released in 14 days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/116.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.4.0 RC4 已经发布！</title>
		<link>http://www.php.net.cn/archive/114.php</link>
		<comments>http://www.php.net.cn/archive/114.php#comments</comments>
		<pubDate>Tue, 27 Dec 2011 06:12:05 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP官方消息]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=114</guid>
		<description><![CDATA[这是官方在圣诞节发布的消息： The PHP development team is proud to announce the 4th release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE CANDIDATE &#8230; <a href="http://www.php.net.cn/archive/114.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>这是官方在圣诞节发布的消息：</p>
<p>The PHP development team is proud to announce the 4th <a href="http://qa.php.net/">release candidate</a> of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.</p>
<p><strong>THIS IS A RELEASE CANDIDATE &#8211; DO NOT USE IT IN PRODUCTION!</strong>.</p>
<p>This is the 4th release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. No new features should be included before the final version of PHP 5.4.0.</p>
<p>The new release candidate fixed several bugs, including:</p>
<ul>
<li>Added max_input_vars directive to prevent attacks based on hash collisions</li>
<li>Fixed a segfault in the traits code</li>
</ul>
<p>Read the <a href="https://svn.php.net/repository/php/php-src/tags/php_5_4_0RC4/NEWS">NEWS</a> file for a complete list of changes in this release.</p>
<p>Please continue to help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please test this release candidate against your code base and report any problems that you encounter to the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the <a href="https://bugs.php.net/">PHP bug tracker</a>.</p>
<p>The next release candidate will be released in 14 days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/114.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.4.0 RC3已经发布！</title>
		<link>http://www.php.net.cn/archive/111.php</link>
		<comments>http://www.php.net.cn/archive/111.php#comments</comments>
		<pubDate>Sun, 18 Dec 2011 06:20:25 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP官方消息]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=111</guid>
		<description><![CDATA[跟上时代，:)，另外，我们博客也升级到Wordpress 3.3版本了，感觉真不错！ The PHP development team is proud to announce the third release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE &#8230; <a href="http://www.php.net.cn/archive/111.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>跟上时代，:)，另外，我们博客也升级到Wordpress 3.3版本了，感觉真不错！</p>
<blockquote><p>The PHP development team is proud to announce the third <a href="http://qa.php.net/">release candidate</a> of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.</p>
<p><strong>THIS IS A RELEASE CANDIDATE &#8211; DO NOT USE IT IN PRODUCTION!</strong>.</p>
<p>This is the third release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. No new features should be included before the final version of PHP 5.4.0.</p>
<p><strong>Changes since the previous release candidate include:</strong></p>
<ul>
<li>The intl extension now supports UTS #46 mapping for IDNA</li>
<li>$_SERVER['SERVER_NAME'] and $_SERVER['SERVER_PORT'] are now available in the builtin CLI server implementation.</li>
<li>Several improvements and bug fixes in the Zend Engine, Core and other extensions.</li>
</ul>
<p>Read the <a href="https://svn.php.net/repository/php/php-src/tags/php_5_4_0RC3/NEWS">NEWS</a> file for a complete list of changes in this release.</p>
<p>Please continue to help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please test this release candidate against your code base and report any problems that you encounter to the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the <a href="https://bugs.php.net/">PHP bug tracker</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/111.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.3.9 RC2和PHP 5.4 RC2发布</title>
		<link>http://www.php.net.cn/archive/109.php</link>
		<comments>http://www.php.net.cn/archive/109.php#comments</comments>
		<pubDate>Fri, 25 Nov 2011 10:27:39 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP官方消息]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=109</guid>
		<description><![CDATA[官方原文：http://news.php.net/php.internals/56582 Hello, The PHP team released the second release candidates of PHP 5.3.9 and PHP 5.4.0 today: You can find the packages for PHP 5.3.9RC2 here: http://downloads.php.net/johannes and respectively for PHP 5.4.0RC2: http://downloads.php.net/stas The Windows team provides windows binaries for &#8230; <a href="http://www.php.net.cn/archive/109.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>官方原文：<a href="http://news.php.net/php.internals/56582">http://news.php.net/php.internals/56582</a></p>
<blockquote><p>Hello,</p>
<p>The PHP team released the second release candidates of PHP 5.3.9 and PHP<br />
5.4.0 today:</p>
<p>You can find the packages for PHP 5.3.9RC2 here:</p>
<p>http://downloads.php.net/johannes</p>
<p>and respectively for PHP 5.4.0RC2:</p>
<p>http://downloads.php.net/stas</p>
<p>The Windows team provides windows binaries for both releases which you<br />
find here:</p>
<p>http://windows.php.net/qa/</p>
<p>Please ensure that the releases are solid and all things behave as<br />
expected! Test these release candidates against your code base and<br />
report any problems you encounter or successful tests you&#8217;ve run.</p>
<p>The third release candidates will be released on December 8.</p>
<p>regards,<br />
Johannes, Stas and David</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/109.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.4 RC1 已经发布！</title>
		<link>http://www.php.net.cn/archive/106.php</link>
		<comments>http://www.php.net.cn/archive/106.php#comments</comments>
		<pubDate>Sat, 19 Nov 2011 06:44:16 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP官方消息]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=106</guid>
		<description><![CDATA[The PHP development team is proud to announce the first release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE CANDIDATE &#8211; &#8230; <a href="http://www.php.net.cn/archive/106.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The PHP development team is proud to announce the first <a href="http://qa.php.net/">release candidate</a> of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.</p>
<p><strong>THIS IS A RELEASE CANDIDATE &#8211; DO NOT USE IT IN PRODUCTION!</strong></p>
<p>This is the first release candidate. No new features will be included before the final version of PHP 5.4.0. The release candidate phase is intended as a period of bug fixing prior to the stable release.</p>
<p><strong>Changes since the last beta version include:</strong></p>
<ul>
<li>Added class member access on instantiation (e.g. (new Foo)-&gt;bar()).</li>
<li>Changed silent conversion of array to string to produce a notice.</li>
<li>Numerous bug fixes and improvements in the Core and other extensions.</li>
</ul>
<p>Please help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please test this release candidate against your code base and report any problems that you encounter to the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the <a href="https://bugs.php.net/">PHP bug tracker</a>.</p>
<p>Read the <a href="http://www.php.net/releases/NEWS_5_4_0_RC1.txt">NEWS</a> file for a complete list of changes in this release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/106.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.4 beta2 已经发布！</title>
		<link>http://www.php.net.cn/archive/103.php</link>
		<comments>http://www.php.net.cn/archive/103.php#comments</comments>
		<pubDate>Fri, 04 Nov 2011 23:09:18 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP官方消息]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=103</guid>
		<description><![CDATA[The PHP development team is proud to announce the second beta release of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A DEVELOPMENT PREVIEW &#8211; &#8230; <a href="http://www.php.net.cn/archive/103.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The PHP development team is proud to announce the second <a href="http://qa.php.net/">beta release</a> of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.</p>
<p><strong>THIS IS A DEVELOPMENT PREVIEW &#8211; DO NOT USE IT IN PRODUCTION!</strong></p>
<p>Please help us to identify bugs by testing new features and looking for unintended backward compatibility breaks, so we can fix the problems and fully document intended changes before PHP 5.4.0 is released. Report findings to the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the <a href="https://bugs.php.net/">PHP bug tracker</a>.</p>
<p>This release includes numerous bug fixes and improvements since the first beta release.</p>
<p>Read the <a href="http://www.php.net/releases/NEWS_5_4_0_beta2.txt">NEWS</a> file for a complete list of changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/103.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.4 beta1 已经发布！</title>
		<link>http://www.php.net.cn/archive/96.php</link>
		<comments>http://www.php.net.cn/archive/96.php#comments</comments>
		<pubDate>Sat, 01 Oct 2011 08:11:13 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP官方消息]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=96</guid>
		<description><![CDATA[不必多说，这是一个beta版本，包含了一些新的语言特性，丢掉了一些比较烂的语言习惯，以下引自官方：  The PHP development team is proud to announce the first beta release of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviors. Windows binaries can be downloaded from the Windows QA site. THIS IS &#8230; <a href="http://www.php.net.cn/archive/96.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>不必多说，这是一个beta版本，包含了一些新的语言特性，丢掉了一些比较烂的语言习惯，以下引自官方： </p>
<div>
<blockquote><p>The PHP development team is proud to announce the first <a href="http://qa.php.net/">beta release</a> of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviors. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.</p>
<p><strong>THIS IS A DEVELOPMENT PREVIEW &#8211; DO NOT USE IT IN PRODUCTION!</strong></p>
<p>New features were added and bugs were fixed since alpha1. Please help us to identify bugs by testing new features and looking for unintended backward compatability breaks, so we can fix the problems and fully document intended changes before PHP 5.4.0 is released. Report findings to the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the <a href="https://bugs.php.net/">PHP bug tracker</a>.</p>
<p><strong>Changes since the first alpha version include:</strong></p>
<ul>
<li>Added callable typehint.</li>
<li>Removed the timezone guessing algorithm. “UTC” is now used in case the timezone is not set.</li>
<li>The mysql, mysqli and pdo_mysql extensions now use mysqlnd by default.</li>
</ul>
<p>Read the <a href="http://www.php.net/releases/NEWS_5_4_0_beta1.txt">NEWS</a> file for a complete list of changes.</p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/96.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

