<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'release'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=release&amp;orTags=0</link><description>Search results matching tag 'release'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>PHP 5.2.11 released!</title><link>http://forums.iis.net/p/1161013/1917454.aspx#1917454</link><pubDate>Fri, 18 Sep 2009 07:24:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917454</guid><dc:creator>pierrejoye</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;The PHP development team would like to announce the immediate
     availability of PHP 5.2.11. This release focuses on improving the stability of
     the PHP 5.2.x branch with over 75 bug fixes, some of which are security related.
     All users of PHP 5.2 are encouraged to upgrade to this release.
     &lt;/p&gt;&lt;div&gt;
     &lt;p&gt;
     &lt;b&gt;Security Enhancements and Fixes in PHP 5.2.11:&lt;/b&gt;
     &lt;/p&gt;
     &lt;ul&gt;&lt;li&gt;Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia)&lt;/li&gt;&lt;li&gt;Fixed sanity check for the color index in imagecolortransparent(). (Pierre)&lt;/li&gt;&lt;li&gt;Added missing sanity checks around exif processing. (Ilia)&lt;/li&gt;&lt;li&gt;Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)&lt;/li&gt;&lt;/ul&gt;
     &lt;p&gt;
     Further details about the PHP 5.2.11 release can be found in the &lt;a href="http://www.php.net/releases/5_2_11.php"&gt;release announcement&lt;/a&gt;, and the full list of changes are available in the &lt;a href="http://www.php.net/ChangeLog-5.php#5.2.11"&gt;ChangeLog&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;On windows the libcurl library has been updated to its latest version which fix the following flaw http://curl.haxx.se/docs/adv_20090812.html. The libcurl is used only by the cURL functions.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;
    &lt;/div&gt;</description></item><item><title>5.2.9-2 released</title><link>http://forums.iis.net/p/1156704/1899839.aspx#1899839</link><pubDate>Wed, 08 Apr 2009 09:10:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1899839</guid><dc:creator>pierrejoye</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;The PHP Development Team would like to announce the availability of a new Windows build for PHP - PHP 5.2.9-2&lt;/p&gt;&lt;div&gt;




&lt;p&gt;This release focuses on fixing security flaws in the included
OpenSSL library (CVE-2009-0590, CVE-2009-0591 and CVE-2009-0789). The
security advisory is available &lt;a href="http://openssl.org/news/secadv_20090325.txt"&gt; here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The OpenSSL library has been updated to 0.9.8k, which includes fixes for these flaws.&lt;/p&gt;

&lt;p&gt;Note: Only the Windows binaries are affected. There are no changes
to the PHP sources, therefore no source releases are necessary.&lt;/p&gt;

&lt;p&gt;Binaries are available in our &lt;a href="http://windows.php.net/download/"&gt;downloads page&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description></item><item><title>PHP 5.3.0RC1 is out!</title><link>http://forums.iis.net/p/1156325/1898115.aspx#1898115</link><pubDate>Wed, 25 Mar 2009 14:52:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1898115</guid><dc:creator>pierrejoye</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;The PHP development team is proud to announce the
availability of the first release candidate of PHP 5.3.0 (PHP
5.3.0RC1). This release marks the final phase in a major improvement in
the 5.X series, which includes a large number of new features, bug
fixes and security enhancements.&lt;/p&gt;&lt;div&gt;
      
      &lt;p&gt;The key features of the PHP 5.3 branch include:&lt;/p&gt;
      &lt;ul&gt;&lt;li&gt;Support for &lt;a href="http://php.net/namespaces"&gt;namespaces&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Under the hood performance improvements&lt;/li&gt;&lt;li&gt;&lt;a href="http://php.net/lsb"&gt;Late static binding&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://docs.php.net/functions.anonymous"&gt;Lambda functions and closures&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
         Syntax additions: 
         &lt;a href="http://php.net/manual/language.types.string.php#language.types.string.syntax.nowdoc"&gt;NOWDOC&lt;/a&gt;, limited GOTO,
         &lt;a href="http://php.net/ternary#language.operators.comparison.ternary"&gt;ternary short cut &amp;quot;?:&amp;quot;&lt;/a&gt; and
         &lt;a href="http://php.net/__callstatic"&gt;__callStatic()&lt;/a&gt;
        &lt;/li&gt;&lt;li&gt;Optional &lt;a href="http://php.net/gc_enable"&gt;garbage collection&lt;/a&gt; for cyclic references&lt;/li&gt;&lt;li&gt;Optional &lt;a href="http://php.net/mysqli.mysqlnd"&gt;mysqlnd&lt;/a&gt; PHP native replacement for libmysql&lt;/li&gt;&lt;li&gt;Improved &lt;a href="http://windows.php.net/"&gt;windows&lt;/a&gt; support including VC6 and VC9 binaries&lt;/li&gt;&lt;li&gt;More consistent float rounding&lt;/li&gt;&lt;li&gt;Deprecation notices are now handle via E_DEPRECATED (part of E_ALL) instead of the E_STRICT error level&lt;/li&gt;&lt;li&gt;Several enhancements to enable more &lt;a href="http://php.net/ini.sections"&gt;flexiblity in php.ini&lt;/a&gt; (and ini parsing in general)&lt;/li&gt;&lt;li&gt;New bundled extensions:
         &lt;a href="http://php.net/phar"&gt;ext/phar&lt;/a&gt;,
         &lt;a href="http://php.net/intl"&gt;ext/intl&lt;/a&gt;,
         &lt;a href="http://php.net/fileinfo"&gt;ext/fileinfo&lt;/a&gt;,
         &lt;a href="http://php.net/sqlite3"&gt;ext/sqlite3&lt;/a&gt;,
         &lt;a href="http://php.net/enchant"&gt;ext/enchant&lt;/a&gt;
        &lt;/li&gt;&lt;li&gt;Countless bug fixes and improvements to existing extensions in particular to:
         &lt;a href="http://php.net/openssl"&gt;ext/openssl&lt;/a&gt;,
         &lt;a href="http://php.net/spl"&gt;ext/spl&lt;/a&gt; and
         &lt;a href="http://php.net/datetime"&gt;ext/date&lt;/a&gt;
        &lt;/li&gt;&lt;/ul&gt;
      &lt;p&gt;This
release also drops several extensions and unifies usage of internal
APIs. Users should be aware of the following known backwards
compatibility breaks:&lt;/p&gt;
      &lt;ul&gt;&lt;li&gt;Parameter parsing API unification will cause some functions to behave more or less strict when it comes to type juggling&lt;/li&gt;&lt;li&gt;Removed the following extensions:
         &lt;a href="http://php.net/mhash"&gt;ext/mhash&lt;/a&gt; (see &lt;a href="http://php.net/hash"&gt;ext/hash&lt;/a&gt;),
         &lt;a href="http://php.net/msql"&gt;ext/msql&lt;/a&gt;,
         &lt;a href="http://php.net/pspell"&gt;ext/pspell&lt;/a&gt; (see &lt;a href="http://php.net/enchant"&gt;ext/enchant&lt;/a&gt;),
         &lt;a href="http://php.net/sybase"&gt;ext/sybase&lt;/a&gt; (see &lt;a href="http://php.net/sybase"&gt;ext/sybase_ct&lt;/a&gt;)
        &lt;/li&gt;&lt;li&gt;Moved the following extensions to PECL:
         &lt;a href="http://php.net/ming"&gt;ext/ming&lt;/a&gt;,
         &lt;a href="http://php.net/fbsql"&gt;ext/fbsql&lt;/a&gt;,
         &lt;a href="http://php.net/ncurses"&gt;ext/ncurses&lt;/a&gt;,
         &lt;a href="http://php.net/fdf"&gt;ext/fdf&lt;/a&gt;
        &lt;/li&gt;&lt;li&gt;Removed &lt;a href="http://php.net/manual/ini.core.php#ini.zend.ze1-compatibility-mode"&gt;zend.ze1_compatibility_mode&lt;/a&gt;&lt;/li&gt;&lt;li&gt;See the &lt;a href="http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?view=markup&amp;amp;pathrev=PHP_5_3"&gt;upgrading guide&lt;/a&gt; for other minor changes&lt;/li&gt;&lt;/ul&gt;
      &lt;p&gt;All
users of PHP, especially those using earlier PHP 5 releases are advised
to test this release as the final release of PHP 5.3.0 will eventually
obsolete the 5.2 branch of PHP.&lt;/p&gt;
      &lt;p&gt;For users upgrading from previous PHP 5 releases there is an upgrading guide available &lt;a href="http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?view=markup&amp;amp;pathrev=PHP_5_3"&gt;here&lt;/a&gt;, detailing the changes between those releases and PHP 5.3.0.&lt;/p&gt;
      &lt;p&gt;Please
also note that we are aware of issues surrounding float/integer
handling in some edge cases (some of which have been introduced in PHP
5.2.0), as well as a crash bug in NSAPI, that will be fixed in PHP
5.3.0RC2. These issues however do not prevent wide spread testing of
PHP 5.3.0RC1 as users can now rely on the feature set and
implementation decisions no longer being changed.&lt;/p&gt;
      &lt;p&gt;For a full list of changes in PHP 5.3.0, see the CVS &lt;a href="http://cvs.php.net/viewvc.cgi/php-src/NEWS?view=markup&amp;amp;pathrev=PHP_5_3"&gt;NEWS&lt;/a&gt; file.&lt;/p&gt;
    &lt;/div&gt;</description></item><item><title>PHP 5.2.9-1 released! cURL security fix</title><link>http://forums.iis.net/p/1155997/1896759.aspx#1896759</link><pubDate>Sat, 14 Mar 2009 17:15:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1896759</guid><dc:creator>pierrejoye</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;The PHP Development Team would like to announce the availability of a new Windows build of PHP - PHP 5.2.9-1&lt;/p&gt;&lt;div&gt;
					
				     	&lt;p&gt;This
release focuses on fixing a security flaw introduced by the cURL
library (CVE-2009-0037). Please see the following for a full
description: &lt;a href="http://curl.haxx.se/docs/adv_20090303.html"&gt;http://curl.haxx.se/docs/adv_20090303.html&lt;/a&gt;&lt;/p&gt;
			     		&lt;p&gt;Please note that the affected features are disabled when open_basedir or safe_mode are enabled. &lt;br /&gt;&lt;/p&gt;
		     			&lt;p&gt;Note: Only the Windows packages are affected and no change in PHP sources has been made.&lt;/p&gt;
					&lt;p&gt;Binaries are available in our &lt;a href="http://windows.php.net/download/"&gt;downloads page&lt;/a&gt;&lt;/p&gt;
                                    &lt;/div&gt;</description></item><item><title>PHP 5.2.9 released!</title><link>http://forums.iis.net/p/1155641/1895030.aspx#1895030</link><pubDate>Fri, 27 Feb 2009 00:32:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895030</guid><dc:creator>pierrejoye</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;div&gt;
      &lt;p&gt;The PHP development team would like to announce the
immediateavailability of PHP 5.2.9. This release focuses on improving
the stability ofthe PHP 5.2.x branch with over 50 bug fixes, several of
which are security related.All users of PHP are encouraged to upgrade
to this release.&lt;/p&gt;
      &lt;p&gt;
        &lt;b&gt;Security Enhancements and Fixes in PHP 5.2.9:&lt;/b&gt;
      &lt;/p&gt;
      &lt;ul&gt;&lt;li&gt;Fixed
security issue in imagerotate(), background colour isn&amp;#39;t validated
correctly with a non truecolour image. Reported by Hamid Ebadi, APA
Laboratory (Fixes CVE-2008-5498). (Scott)&lt;/li&gt;&lt;li&gt;Fixed a crash on extract in zip when files or directories entry names contain  a relative path. (Pierre)&lt;/li&gt;&lt;li&gt;Fixed explode() behavior with empty string to respect negative limit. (Shire)&lt;/li&gt;&lt;li&gt;Fixed a segfault when malformed string is passed to json_decode(). (Scott)&lt;/li&gt;&lt;/ul&gt;
      &lt;p&gt;Further details about the PHP 5.2.9 can be found in the release announcement for &lt;a href="http://www.php.net/releases/5_2_9.php"&gt;5.2.9&lt;/a&gt;  the full list of changes is available in the &lt;a href="http://www.php.net/ChangeLog-5.php#5.2.9"&gt;ChangeLog for PHP 5&lt;/a&gt;.&lt;/p&gt;
    &lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>