<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://pecl.php.net/">
    <link>http://pecl.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pecl.php.net/package/svn/download/0.5.0/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/timezonedb/download/2008.7/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/hidef/download/0.1.1/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/timezonedb/download/2008.6/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/intl/download/1.0.1/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/funcall/download/0.2.2/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/memcache/download/3.0.2/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/memcache/download/2.2.4/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/imagick/download/2.2.1RC2/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/phar/download/2.0.0RC1/"/>
</rdf:Seq>
</items>

<title>PECL: Latest releases</title>
<description>The latest releases in PECL.</description>
</channel>
<item rdf:about="http://pecl.php.net/package/svn/download/0.5.0/">
<title>svn 0.5.0</title>
    <link>http://pecl.php.net/package/svn/download/0.5.0/</link>
    <description>- Add svn_lock()/svn_unlock()
- Add svn_config_ensure() for setting up a .svn storage directory
- Disable password storing unless a password is explicitly set
- Allow svn_auth_set_parameter() to unset an option with NULL
- svn_blame() returned -1 for a revision number
- Fix segfault caused by using an already destroyed pool
- Fix segfault when certain data types aren't returned from a commit
- Add check on module load that the APR version matches.
- Fix fatal error when the location of the HOME enviromental variable can't be read
</description>
<dc:date>2008-10-09T13:23:45-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/timezonedb/download/2008.7/">
<title>timezonedb 2008.7</title>
    <link>http://pecl.php.net/package/timezonedb/download/2008.7/</link>
    <description>Updated to version 2008.7 (2008g)
</description>
<dc:date>2008-10-06T10:30:36-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/hidef/download/0.1.1/">
<title>hidef 0.1.1</title>
    <link>http://pecl.php.net/package/hidef/download/0.1.1/</link>
    <description>- hidef_fetch()/frozenarray data stores
</description>
<dc:date>2008-09-24T07:05:37-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/timezonedb/download/2008.6/">
<title>timezonedb 2008.6</title>
    <link>http://pecl.php.net/package/timezonedb/download/2008.6/</link>
    <description>Updated to version 2008.6 (2008f)
</description>
<dc:date>2008-09-15T14:08:59-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/intl/download/1.0.1/">
<title>intl 1.0.1</title>
    <link>http://pecl.php.net/package/intl/download/1.0.1/</link>
    <description>* Bugfix release
* Tests work now with ICU 3.6 and 3.8
</description>
<dc:date>2008-09-12T20:25:20-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/funcall/download/0.2.2/">
<title>funcall 0.2.2</title>
    <link>http://pecl.php.net/package/funcall/download/0.2.2/</link>
    <description>add ZTS support
</description>
<dc:date>2008-09-11T22:18:18-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/memcache/download/3.0.2/">
<title>memcache 3.0.2</title>
    <link>http://pecl.php.net/package/memcache/download/3.0.2/</link>
    <description>- Updated binary protocol to be compatible with memcached 1.3.0
- Added memcached stats script from Harun Yayli (http://livebookmark.net/memcachephp)
- Fixed server weight not being used in the session handler
- Fixed PECL bug #13343 (compilation breaks with CodeWarrior compiler)
- Fixed PECL bug #13546 (Session handler through unix socket)
- Fixed PECL bug #13592 (error in opcode)
- Fixed PECL req #13588 (minor inefficiency in binary protocol implementation)
- Fixed PECL bug #14044 (send of 32768 bytes failed with errno=11 Resource temporarily unavailable)
- Fixed PECL bug #14239 (Memcache::set() modifies value parameter)
- Fixed PECL bug #14156 (No check for parameter count in php_mmc_store)
- Fixed PECL bug #14458 (off-by-one causes corrupted arrays in 3.0.x)
- Fixed PECL bug #14104 (Malformed VALUE header (0))
- Fixed PECL request #13725 (unnecessary allocations in mmc_consistent_add_server)
- Changed behaviour when unserialize/uncompress fail to return false instead of failing the server
</description>
<dc:date>2008-09-11T16:04:10-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/memcache/download/2.2.4/">
<title>memcache 2.2.4</title>
    <link>http://pecl.php.net/package/memcache/download/2.2.4/</link>
    <description>- Added memcached stats script from Harun Yayli (http://livebookmark.net/memcachephp)
- Fixed server weight not being used in the session handler
- Fixed PECL bug #13343 (compilation breaks with CodeWarrior compiler)
- Fixed PECL bug #13546 (Session handler through unix socket)
- Fixed PECL bug #14239 (Memcache::set() modifies value parameter)
- Fixed PECL request #13725 (unnecessary allocations in mmc_consistent_add_server)
- Changed behaviour when unserialize/uncompress fail to return false instead of failing the server
</description>
<dc:date>2008-09-11T16:03:43-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/imagick/download/2.2.1RC2/">
<title>imagick 2.2.1RC2</title>
    <link>http://pecl.php.net/package/imagick/download/2.2.1RC2/</link>
    <description>- Fixed ZTS build
</description>
<dc:date>2008-09-05T10:47:21-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/phar/download/2.0.0RC1/">
<title>phar 2.0.0RC1</title>
    <link>http://pecl.php.net/package/phar/download/2.0.0RC1/</link>
    <description>BC BREAKING RELEASE
 BC breaks:
 * Phar object Compression API is rewritten.  Use Phar::compress() and decompress(),
   Phar::compressFiles()/decompressFiles() and PharFileInfo-&gt;compress()/decompress().
 * phar.extract_list and Phar::getExtractList() are removed

Major feature functionality release
 * phar.cache_list allows web-based phar applications to run at equal or faster than
   their on-disk equivalent [Greg]
 * new default stub allows running of phar-based phars without phar extension [Greg/Steph]
 * add support for tar-based and zip-based phar archives [Greg]
 * add support for OpenSSL-based true signatures [Greg]
 * add support for signatures to tar-based phar archives [Greg]
 * add Phar::isFileFormat() [Greg]
 * add Phar::convertToExecutable(), Phar::convertToData() [Greg]
 * add Phar::compress() [Greg]
 * rename Phar::compressAllFiles() to compressFiles(), uncompressAllFiles() to
   decompressFiles() [Greg]
 * conversion to compressed or to other file formats automatically copies the archive
   to a new extension (i.e. &quot;.phar&quot; to &quot;.phar.tar&quot; or &quot;.tar&quot; to &quot;.tar.gz&quot;) [Steph]
 * add Phar::webPhar() for running a web-based application unmodified
   directly from a phar archive [Greg]
 * file functions (fopen-based and stat-based) can be instructed to only look for
   relative paths within a phar via Phar::interceptFileFuncs()
 * add PharData class to allow manipulation/creation of non-executable tar and zip archives. [Steph]
   non-executable tar/zip manipulation is allowed even when phar.readonly=1 [Greg]
 * paths with . and .. work (phar://blah.phar/a/../b.php =&gt; phar://blah.phar/b.php) [Greg]
 * add support for mkdir()/rmdir() and support for empty directories to phar file format [Greg]
 * add option to compress the entire phar file for phar/tar file format [Greg]
 * implement Phar::isCompressed() returning 0, Phar::GZ or Phar::BZ2 [Greg]
 * implement Phar::copy(string $from, string $to) [Greg]
 * implement Phar::running(), returns path or URL to currently executed phar
 * implement Phar::buildFromIterator(Iterator $it[, string $base_directory]) [Greg]
 * implement Phar::buildFromDirectory(string $base_directory[, string $regex]) [Steph]
 * implement Phar::mount() for mounting external paths or files to locations inside a phar [Greg]
 * add Phar::delete() [Greg]
 * implement Phar::unlinkArchive() [Greg]

Security addition
 * aliases are validated so that they contain no directory separators as intended
 * on conversion to other formats, user-supplied aliases are validated

Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression API refactored,
 conversion API refactored
Changes since 2.0.0b1: addition of phar.cache_list, many performance improvements and bugfixes
 implement OpenSSL asynchronous true package signing
 add support for package signing to tar-based archives
 require PHP 5.2.1+
</description>
<dc:date>2008-08-31T16:48:36-05:00</dc:date>
</item>
</rdf:RDF>