<?xml version="1.0"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007">
   <channel>
      <title>PHP Extension Monitor</title>
      <description>Aggregated feed to monitor release activity of useful PHP extensions, as well as PHP itself.</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=HL5Rzu232xG9k5oJuJqdmw</link>
      <pubDate>Fri, 27 Nov 2009 16:44:05 -0800</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <item>
         <title>augeas 0.3</title>
         <link>http://pecl.php.net/package/augeas/download/0.3/</link>
         <description>- private property Augeas::$handle no longer exists
- resource type is no longer used</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_5a1ea3b68924a93a3a6a9ffc231ecc07</guid>
         <pubDate>Tue, 24 Nov 2009 03:55:47 -0800</pubDate>
      </item>
      <item>
         <title>stomp 0.3.2</title>
         <link>http://pecl.php.net/package/stomp/download/0.3.2/</link>
         <description>- Fixed bug #16936 (Module segfaults on readFrame if Frame &amp;gt; STOMP_BUFSIZE)
- Fixed bug #16933 (readFrame does not notice when server shuts down)
- Fixed bug #16930 (readFrame reports error-frames as &quot;timeout&quot;)</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_137bfc9de4a97e5c1a9d62a7f3ee1b68</guid>
         <pubDate>Sun, 22 Nov 2009 07:45:18 -0800</pubDate>
      </item>
      <item>
         <title>mongo 1.0.1</title>
         <link>http://pecl.php.net/package/mongo/download/1.0.1/</link>
         <description>Big-endian support
MongoCollection::update can affect multiple documents
MongoCursor::count uses limit and skip, optionally
MongoDBRef supports $db
MongoMinKey and MongoMax Key
Cursor::immortal
Constants for binary types
MongoDB::authenticate</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_f1e79de6474a373ed555c616787cf6b2</guid>
         <pubDate>Thu, 19 Nov 2009 06:05:21 -0800</pubDate>
      </item>
      <item>
         <title>WinCache 1.0.0</title>
         <link>http://pecl.php.net/package/WinCache/download/1.0.0/</link>
         <description>- Setting absentry and same_value in rplist_value under writelock.
- Final v1 RTW build is version 1117.
- Updated the wincache.php to show a warning if opcode cache size is too small and it has been automatically increased.
- Changed minimum/maximum values of fcachesize, ocachesize. Added olocaltest. Forced ocachesize to be atleast 3 times fcachesize.
- Prevent rplist_value same_value field from pointing to itself, else deleteval does double free on same rplist value.
- Rplist, fcache, ocache entries are deleted by same process. Only marking rplist entries deleted when needed.
- Made strings in rplist_value aligned to dword boundary. Other miscellaneous code improvements.
- Converting opened_path to lowercase makes case-sensitive comparison of __FILE__ with realpath() fail. Fixed.
- Process with local opcode cache never does complete remove_aplist_entry now. Added debuglevel 501 and warning codes. Modified asserts.
- Changed cache size default values. Default size of file cache is 32 MB and opcode cache is 96 MB.
- WINCACHE.PHP will now display files in Output cache and File cache in lexicographical sorted way. The same holds true for relative path cache tab.
- First file executed appears duplicate in included_files list because WinCache adds the file in lowercase which is different from PHP core.
- Taken care of zend bailout properly.
- Removing the local entry when an entry in global aplist gets created.
- Scavenger gets disabled if ttlmax value is 0. Also disabled scavenger in processes which create local opcode cache.
- Fix VC6 compatibility.
- Added total memory row for the file cache and opcode cache overview tables. Also re-ordered the colums in the file cache list to be consistent with opcode cache list.
- Added tooltip for statistics column in wincache.php file.
- Added memory usage pie charts to wincache.php file.
- Minor changes to php_wincache. Made is_free unsigned int. Made used_header similar to free_header by adding two dummy size_t.
- Implemented new INI directive FCENABLEDFILER for file cache which is similar to OCENABLEDFILTER for output cache.
- Fixed the wincache.php authenticaiton logic to not conflict with IIS built-in authentication.
- Added the &quot;filelist&quot; id's to the file list tables to allow usage of page anchors in navigation.
- Modified the chart in wincache.php to display the numbers rounded to 2 digits after decimal point.</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_f46afaa5b289efe667e51261a73389eb</guid>
         <pubDate>Thu, 19 Nov 2009 05:34:14 -0800</pubDate>
      </item>
      <item>
         <title>PHP 5.3.1 Released!</title>
         <link>http://www.php.net/index.php#id2009-11-19-1</link>
         <description>The PHP development team would like to announce the immediate availability of PHP 5.3.1. This release focuses on improving the stability of the PHP 5.3.x branch with over 100 bug fixes, some of which are security related. All users of PHP are encouraged to upgrade to this release.Security Enhancements and Fixes in PHP 5.3.1:Added &quot;max_file_uploads&quot; INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion.Added missing sanity checks around exif processing.Fixed a safe_mode bypass in tempnam().Fixed a open_basedir bypass in posix_mkfifo().Fixed failing safe_mode_include_dir.Further details about the PHP 5.3.1 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_3ccd8423721cc2500b4173fc35a99e26</guid>
         <pubDate>Thu, 19 Nov 2009 00:00:00 -0800</pubDate>
      </item>
      <item>
         <title>solr 0.9.7</title>
         <link>http://pecl.php.net/package/solr/download/0.9.7/</link>
         <description>- Fixed bug 16924 AC_MSG_NOTICE() is undefined in autoconf 2.13
- Added new method SolrClient::getDebug()
- Modified SolrClient::__construct() so that port numbers and other integer values for the options can be passed as strings.
- Changed internal string handling mechanism to allow for tracking of memory allocation in debug mode.
- Lowered minimum php version to 5.2.3. Unfortunately, this is the lowest PHP version that will be supported. PHP versions lower than 5.2.3 are not compatible or are causing tests to FAIL.
- Added php stubs for code-completion assists in IDEs and editors.
- Added more examples</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_b11e13a12b95fb6cb2a1ad5173036592</guid>
         <pubDate>Tue, 17 Nov 2009 06:00:18 -0800</pubDate>
      </item>
      <item>
         <title>timezonedb 2009.18</title>
         <link>http://pecl.php.net/package/timezonedb/download/2009.18/</link>
         <description>Updated to version 2009.18 (2009r)</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_459d4d91c0407d363e958ad6f1dbc2c4</guid>
         <pubDate>Mon, 09 Nov 2009 02:57:36 -0800</pubDate>
      </item>
      <item>
         <title>stomp 0.3.1</title>
         <link>http://pecl.php.net/package/stomp/download/0.3.1/</link>
         <description>- Fix memory leak in stomp_send and in stomp_ack
- Reduced minimum php version to 5.2.2</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_293fef8cb35faa3bbc081d345e2cd372</guid>
         <pubDate>Sun, 08 Nov 2009 02:39:57 -0800</pubDate>
      </item>
      <item>
         <title>stomp 0.3.0</title>
         <link>http://pecl.php.net/package/stomp/download/0.3.0/</link>
         <description>* new stomp_connect_error() function (pierrick)
* stomp_begin, stomp_abort and stomp_commit now accept additional headers (pierrick)
* new connection timeout and read timeout ini configuration (pierrick)
* Fix a memory leak in stomp_read_line (pierrick) * Better set of test (Pierrick and Anis)</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_33e253dafc30b4d592b4d0ed8f94bb35</guid>
         <pubDate>Fri, 06 Nov 2009 15:08:02 -0800</pubDate>
      </item>
      <item>
         <title>newt 1.2.4</title>
         <link>http://pecl.php.net/package/newt/download/1.2.4/</link>
         <description>Fixed bug #16824</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_af9a814637e87cb58dd299184e278a11</guid>
         <pubDate>Wed, 04 Nov 2009 03:33:10 -0800</pubDate>
      </item>
      <item>
         <title>PDO_4D 0.3</title>
         <link>http://pecl.php.net/package/PDO_4D/download/0.3/</link>
         <description>bug #16759 fixed, unit tests passed, live data use tested</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_a0b4778129a5c165eb05a4d3a3058811</guid>
         <pubDate>Tue, 03 Nov 2009 23:37:32 -0800</pubDate>
      </item>
      <item>
         <title>PHP 5.2.11 Released!</title>
         <link>http://www.php.net/index.php#id2009-09-17-1</link>
         <description>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. Security Enhancements and Fixes in PHP 5.2.11:Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia)Fixed sanity check for the color index in imagecolortransparent(). (Pierre)Added missing sanity checks around exif processing. (Ilia)Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre) Further details about the PHP 5.2.11 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_ff6d3b405b0f0c0288af33173067e2a9</guid>
         <pubDate>Thu, 17 Sep 2009 00:00:00 -0700</pubDate>
      </item>
      <item>
         <title>Oracle Berkeley DB (4.8.24) and Oracle Berkeley DB XML (2.5.13 )</title>
         <link>http://www.oracle.com/technology/software/products/berkeley-db/index.html?rssid=rss_otn_soft</link>
         <guid isPermaLink="false">{2b42db2-7f5-e27e-1119-1089e77b5183}</guid>
         <pubDate>Mon, 14 Sep 2009 11:47:25 -0700</pubDate>
      </item>
      <item>
         <title>PHP 5.3.0 Released!</title>
         <link>http://www.php.net/index.php#id2009-06-30-1</link>
         <description>The PHP development team is proud to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. Some of the key new features include: namespaces, late static binding, closures, optional garbage collection for cyclic references, new extensions (like ext/phar, ext/intl and ext/fileinfo), over 140 bug fixes and much more. For users upgrading from PHP 5.2 there is a migration guide available here, detailing the changes between those releases and PHP 5.3.0. Further details about the PHP 5.3.0 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_075c21a0f095c1f88655f4ed9efd4b49</guid>
         <pubDate>Tue, 30 Jun 2009 00:00:00 -0700</pubDate>
      </item>
      <item>
         <title>PHP 5.2.10 Released!</title>
         <link>http://www.php.net/index.php#id2009-06-18-1</link>
         <description>The PHP development team would like to announce the immediate availability of PHP 5.2.10. This release focuses on improving the stability of the PHP 5.2.x branch with over 100 bug fixes, one of which is security related. All users of PHP are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.10:Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg files). (Pierre) Further details about the PHP 5.2.10 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_8646375b604a0c5a5dd6db47de358d89</guid>
         <pubDate>Fri, 19 Jun 2009 00:00:00 -0700</pubDate>
      </item>
      <item>
         <title>PHP 5.2.9-2 (Windows) released</title>
         <link>http://www.php.net/index.php#id2009-04-08-1</link>
         <description>The PHP Development Team would like to announce the availability of a new Windows build for PHP - PHP 5.2.9-2This 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 here.The OpenSSL library has been updated to 0.9.8k, which includes fixes for these flaws.Note: Only the Windows binaries are affected. There are no changes to the PHP sources, therefore no source releases are necessary.Updated 9th of April: Added the missing OCI8 DLL</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_2928f35a5e05feb19e02cd6b5099342e</guid>
         <pubDate>Thu, 09 Apr 2009 00:00:00 -0700</pubDate>
      </item>
      <item>
         <title>5.2.9-1 (for Windows) released</title>
         <link>http://www.php.net/index.php#id2009-03-10-1</link>
         <description>The PHP Development Team would like to announce the availability of a new Windows build of PHP - PHP 5.2.9-1This release focuses on fixing a security flaw introduced by the cURL library (CVE-2009-0037). Please see the following for a full description: http://curl.haxx.se/docs/adv_20090303.htmlPlease note that the cURL related function is disabled when open_basedir or safe_mode enabled.Note: Only the Windows packages are affected.</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_41209c5da5c381c62b3a363fe97fd867</guid>
         <pubDate>Tue, 10 Mar 2009 00:00:00 -0700</pubDate>
      </item>
      <item>
         <title>PHP 5.2.9 Released!</title>
         <link>http://www.php.net/index.php#id2009-02-26-1</link>
         <description>The PHP development team would like to announce the immediate availability of PHP 5.2.9. This release focuses on improving the stability of the 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.Security Enhancements and Fixes in PHP 5.2.9:Fixed security issue in imagerotate(), background colour isn't validated correctly with a non truecolour image. Reported by Hamid Ebadi, APA Laboratory (Fixes CVE-2008-5498). (Scott)Fixed a crash on extract in zip when files or directories entry names contain a relative path. (Pierre)Fixed explode() behavior with empty string to respect negative limit. (Shire)Fixed a segfault when malformed string is passed to json_decode(). (Scott)Further details about the PHP 5.2.9 can be found in the release announcement for 5.2.9 the full list of changes is available in the ChangeLog for PHP 5.</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_e93d8e9afb80dd9f642377cf0b37766c</guid>
         <pubDate>Thu, 26 Feb 2009 00:00:00 -0800</pubDate>
      </item>
      <item>
         <title>PHP 5.2.8 Released!</title>
         <link>http://www.php.net/index.php#id2008-12-08-1</link>
         <description>The PHP Development Team would like to announce the immediate availability of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 in regard to the magic_quotes functionality, which was broken by an incorrect fix to the filter extension. All users who have upgraded to 5.2.7 are encouraged to upgrade to this release. Alternatively you can apply a work-around for the bug by changing &quot;filter.default_flags=0&quot; in php.ini.</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_e89044791a51ba1cf7adb53af32d22ae</guid>
         <pubDate>Mon, 08 Dec 2008 00:00:00 -0800</pubDate>
      </item>
      <item>
         <title>PHP 5.3 alpha3 released!</title>
         <link>http://www.php.net/index.php#id2008-12-04-2</link>
         <description>The PHP development team is proud to announce the third alpha release of the upcoming PHP 5.3.0 minor version update of PHP. Several new features have already been documented in the official documentation, others are listed on the wiki in preparation of getting documented. It is imperative that more people join the effort to complete the documentation for PHP 5.3.0. Please also review the NEWS file.THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!The purpose of this alpha release is to encourage users to not only actively participate in identifying bugs, but also in ensuring that all new features or necessary backwards compatibility breaks are noted in the documentation. Please report any findings to the QA mailinglist or the bug tracker.There have been a great number of other additions and improvements since the last alpha, but here is a short overview of the most important changes:Namespaces (documentation has been updated to the current state)Rounding behaviorext/msql has been removed, while ext/ereg will now raise E_DEPRECATED noticesext/mhash has been replaced by ext/hash but full BC is maintainedPHP now uses cc as the default compiler, instead of gccA number of bug fixes to ext/pdo, ext/soap, the stream layer among othersSeveral under the hood changes also require in depth testing with existing applications to ensure that any backwards compatibility breaks are minimized.The current release plan expects a stable release sometime around the end of Q1 2009.</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_f9dbe96fc691f2b18db7a309889a187e</guid>
         <pubDate>Thu, 04 Dec 2008 00:00:00 -0800</pubDate>
      </item>
      <item>
         <title>Hardened-PHP Project - PhP Security - Suhosin 0.9.6 released</title>
         <link>http://www.hardened-php.net/suhosin_096_released.131.html</link>
         <description>... availability of the first stable releases of Suhosin-Patch and Suhosin-Extension. ... Availability =This extension is available under the PHP License. ...</description>
         <guid isPermaLink="false">HL5Rzu232xG9k5oJuJqdmw_3da94395beee2b670e15a5ffd5738930</guid>
      </item>
   </channel>
</rss>
<!-- fe4.pipes.sp1.yahoo.com uncompressed/chunked Fri Nov 27 16:44:02 PST 2009 -->
