<?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>Sun, 04 Mar 2012 02:51:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>PHP 5.4.0 已经发布!</title>
		<link>http://www.php.net.cn/archive/138.php</link>
		<comments>http://www.php.net.cn/archive/138.php#comments</comments>
		<pubDate>Sun, 04 Mar 2012 02:51:17 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP中文博客]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=138</guid>
		<description><![CDATA[The PHP development team is proud to announce the immediate availability of PHP 5.4.0. This release is a major leap forward in the 5.x series, which includes a large number of new features and bug fixes. Some of the key new &#8230; <a href="http://www.php.net.cn/archive/138.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The PHP development team is proud to announce the immediate availability of PHP <a href="http://php.net/downloads.php#v5.4.0">5.4.0</a>. This release is a major leap forward in the 5.x series, which includes a large number of new features and bug fixes.</p>
<p>Some of the key new features include: <a href="http://php.net/traits">traits</a>, <a href="http://docs.php.net/manual/en/language.types.array.php">a shortened array syntax</a>, <a href="http://php.net/manual/en/features.commandline.webserver.php">a built-in webserver for testing purposes</a> and more. PHP 5.4.0 significantly improves performance, memory footprint and fixes over 100 bugs.</p>
<p>For users upgrading from PHP 5.3 there is a <a href="http://php.net/migration54">migration guide</a> available here, detailing the changes between those releases and <a href="http://php.net/downloads.php#v5.4.0">PHP 5.4.0</a>.</p>
<p>Further details about the <a href="http://php.net/downloads.php#v5.4.0">PHP 5.4.0</a> release can be found in the <a href="http://php.net/releases/5_4_0.php">release announcement</a>, and the full list of changes are available in the<a href="http://php.net/ChangeLog-5.php">ChangeLog</a>.</p>
<p>Please note that it may take a while until the release is available on all mirrors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/138.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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.3.10 已经发布!</title>
		<link>http://www.php.net.cn/archive/136.php</link>
		<comments>http://www.php.net.cn/archive/136.php#comments</comments>
		<pubDate>Thu, 02 Feb 2012 02:50:19 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP中文博客]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=136</guid>
		<description><![CDATA[The PHP development team would like to announce the immediate availability of PHP 5.3.10. This release delivers a critical security fix. Security Fixes in PHP 5.3.10: Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830. All users are &#8230; <a href="http://www.php.net.cn/archive/136.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The PHP development team would like to announce the immediate availability of PHP 5.3.10. This release delivers a critical security fix.</p>
<p>Security Fixes in PHP 5.3.10:</p>
<ul>
<li>Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830.</li>
</ul>
<p>All users are strongly encouraged to upgrade to PHP 5.3.10.</p>
<p>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>
]]></content:encoded>
			<wfw:commentRss>http://www.php.net.cn/archive/136.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.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.3.9 已经发布!</title>
		<link>http://www.php.net.cn/archive/132.php</link>
		<comments>http://www.php.net.cn/archive/132.php#comments</comments>
		<pubDate>Tue, 10 Jan 2012 02:49:07 +0000</pubDate>
		<dc:creator>abbo</dc:creator>
				<category><![CDATA[PHP中文博客]]></category>

		<guid isPermaLink="false">http://www.php.net.cn/?p=132</guid>
		<description><![CDATA[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 and &#8230; <a href="http://www.php.net.cn/archive/132.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<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/132.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>
	</channel>
</rss>

