<?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/APC/download/3.0.19/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/APC/download/3.0.18/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/APC/download/3.0.17/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/APC/download/3.0.16/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/APC/download/3.0.15/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/APC/download/3.0.14/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/APC/download/3.0.13/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/APC/download/3.0.12p2/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/APC/download/3.0.12p1/"/>
<rdf:li rdf:resource="http://pecl.php.net/package/APC/download/3.0.12/"/>
</rdf:Seq>
</items>

<title>Latest releases</title>
<description>The latest releases for the package apc</description>
</channel>
<item rdf:about="http://pecl.php.net/package/APC/download/3.0.19/">
<title>APC 3.0.19</title>
    <link>http://pecl.php.net/package/APC/download/3.0.19/</link>
    <description>* Move expunge callback groundwork to 3.1 (Rasmus)
* Fix fd-leak (Gopal)
* Fix double-free on builtin functions (Gopal)
* Initial PHP 5.3 support (Gopal)
</description>
<dc:date>2008-05-15T02:48:05-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/APC/download/3.0.18/">
<title>APC 3.0.18</title>
    <link>http://pecl.php.net/package/APC/download/3.0.18/</link>
    <description>* Revert memleak patch (Gopal)
* Fix for bug 13504 (David Fraser)
</description>
<dc:date>2008-03-28T16:17:57-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/APC/download/3.0.17/">
<title>APC 3.0.17</title>
    <link>http://pecl.php.net/package/APC/download/3.0.17/</link>
    <description>* Fix for CVE-2008-1488 (Daniel Papasian, Rasmus)
* Fix apc_add() cache expunge bug (Rasmus)
* Added parameter to apc_fetch to determine success/failure when fetching booleans (Shire)
* Fix misc. memleaks (Shire)
</description>
<dc:date>2008-03-25T16:16:58-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/APC/download/3.0.16/">
<title>APC 3.0.16</title>
    <link>http://pecl.php.net/package/APC/download/3.0.16/</link>
    <description>* Fix for longstanding cache-full crash (Christian Seiler)
  http://news.php.net/php.pecl.dev/4951 for the details
* Added optional shm unmap on a fatal signal feature (Lucas Nealan)
* Added PTHREAD_MUTEX_ADAPTIVE_NP option pthread locks (Paul Saab)
* Minor cleanups (Lucas Nealan)
* Added configure option to enable apc_cache_info('filehits') (Shire)
</description>
<dc:date>2007-12-26T17:53:15-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/APC/download/3.0.15/">
<title>APC 3.0.15</title>
    <link>http://pecl.php.net/package/APC/download/3.0.15/</link>
    <description>* Eliminate a per-request time() syscall (Rasmus)
* Added rfc1867 prefix, name, and freq ini options (Shire)
* Allow deletion of individual user cache entries via apc.php (Sara)
* Fix overzealous cleanup during RSHUTDOWN (Gopal)
* Fix memory alignment and locking issues (Gopal)
* Make apc_compile insert/replace entries (Shire)
* Make mixed inheritance recompile &amp; cache afresh  (Gopal)
* Make nostat mode search include_path for canonicalization (Gopal)
* ZTS &amp; other compile fixes (Gopal, Edin, Shire)
</description>
<dc:date>2007-10-18T16:40:51-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/APC/download/3.0.14/">
<title>APC 3.0.14</title>
    <link>http://pecl.php.net/package/APC/download/3.0.14/</link>
    <description>* Build fix (Shire)
* Don't hook the upload hook if APC is disabled (Rasmus)
* Local shadow cache support (Gopal)
* Avoid uneccessary loops over op_arrays for &quot;known&quot; auto-globals (Gopal)
* Fix apc_add() to overwrite timed out user entries (Rasmus)
* Fix double inclusion of files with conditional classes in php4 (Gopal)
* Allocator fixes to reduce fragmentation (Gopal)
</description>
<dc:date>2007-04-02T19:06:55-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/APC/download/3.0.13/">
<title>APC 3.0.13</title>
    <link>http://pecl.php.net/package/APC/download/3.0.13/</link>
    <description>* PHP 5.2 file upload progress tracking support (Rasmus)
* Pthread mutex and spin locks (Shire)
* Recursive zval support for apc_fetch/_store (Shire, Gopal)
* apc.stat_ctime flag for ctime checks (Rasmus)
* Multiple key fetches with apc_fetch (Shire)
* Canary checks for shm memory deallocation (Gopal)
* Add hooks for external optimizer (Shire)
* Obsolete and remove apc optimizer (Gopal)
* APC info changes - cache insert rate, hit and miss rates (Shire)
* Fix apc_load_constants (Gopal)
* Rewrite dump opcode code to use vld (Gopal)
* Use apc_[ewn]print functions for error reporting (Shire) 
* Auto global fixes and refactoring (Gopal, Shire)
* Fix memory leaks in object serialization (Ilia)
* Memory cleanup code for destructor order (Gopal)
* Win32 build fixes (Ilia, Wez)
* ZTS and Php 4 build fixes (Bjori)
* Add apc_add() function (Rasmus)
* Add optional limited flag to apc_sma_info() (Rasmus)
</description>
<dc:date>2007-02-24T18:01:46-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/APC/download/3.0.12p2/">
<title>APC 3.0.12p2</title>
    <link>http://pecl.php.net/package/APC/download/3.0.12p2/</link>
    <description>* Let's get the version number right.  3.0.12p2 now.
</description>
<dc:date>2006-09-05T02:58:40-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/APC/download/3.0.12p1/">
<title>APC 3.0.12p1</title>
    <link>http://pecl.php.net/package/APC/download/3.0.12p1/</link>
    <description>* The only change here is a trivial PHP 4 build fix.
</description>
<dc:date>2006-09-05T02:53:11-05:00</dc:date>
</item><item rdf:about="http://pecl.php.net/package/APC/download/3.0.12/">
<title>APC 3.0.12</title>
    <link>http://pecl.php.net/package/APC/download/3.0.12/</link>
    <description>* Fix stray debug message

* Work on the optimizer - still not stable (Gopal, Ilia, Sara)

* Performance boost - Replace multiple loops over the opcode
  array with a single loop for copying, jump fixups and auto
  global pre-fetches. (Gopal)

* Perform fetch_global checks only in php5 and only if 
  auto_globals_jit is enabled. (Gopal)

* Fix bug #8579 - scrub php4 classes' function_table and default
  properties before inserting into cache. (Gopal)

* Fix bug #8606 - ZEND_FETCH_GLOBAL is not an opcode, but is a 
  op1-&gt;type.  The opcodes applicable are ZEND_FETCH_R and 
  ZEND_FETCH_W. (Gopal)

* PHP 5.2 Compatibility (Gopal)

* Make the include_once override optional - default off (Sara)

* Fixed crash when apc run in CLI, but enable_cli is off. (Ilia)

* Ensure that the apc_globals-&gt;cache_stack is cleared before the 
  shm cache is destroyed. Fixes segfault for corner-case i.e request
  shutdown (apc_deactivate) is not called before module shutdown 
  calls (php_apc_shutdown_globals)  (Gopal)

* TSRM fixes (ensure ts_free_id before apc.so is dlclosed) (Gopal)

* Fix memory leak of apc_cache_info_t-&gt;deleted_list (Gopal)
</description>
<dc:date>2006-09-04T20:25:21-05:00</dc:date>
</item>
</rdf:RDF>