<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/www/php-apc, branch pkgsrc-2011Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2011Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2011Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2011-06-29T03:02:43Z</updated>
<entry>
<title>Reflect "php-license" =&gt; "php".</title>
<updated>2011-06-29T03:02:43Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-06-29T03:02:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a98cfe59aae110b14063a12d23891d94b936eef7'/>
<id>urn:sha1:a98cfe59aae110b14063a12d23891d94b936eef7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply two fix from repository.</title>
<updated>2011-06-20T15:09:51Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-06-20T15:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=27b0268c486df474961b196e9f925599df15b8e9'/>
<id>urn:sha1:27b0268c486df474961b196e9f925599df15b8e9</id>
<content type='text'>
- Fix pollution of the slots table with unoccupied slots (r311376)
- Fix fcntl lock error from repository (r311339).  It was reported
  by PR pkg/45082 from Peter Avalos.

Bump PKGREVISION.</content>
</entry>
<entry>
<title>Update php-apc pacakge to 3.1.9.</title>
<updated>2011-05-16T13:10:56Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-05-16T13:10:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=de7899a29a701bfc59f03a5ff7fa262332158e47'/>
<id>urn:sha1:de7899a29a701bfc59f03a5ff7fa262332158e47</id>
<content type='text'>
3.1.9 (stable)
- Fix regression introduced in 3.1.8 (#22687)

3.1.8 (stable)
- Windows read-write locks support on Windows XP or later and Windows
  Win7 or later (use php_apc-xp.dll or php_apc-win7.dll)
- Fix variable type check in user cache update
- Make warnings that user cannot do anything about debug messages
- Fixed bug #21400 (Minor memory leak in MINFO)
- Fixed bug #18890: Ensure that --enable-apc-debug=no disables debug mode.
- Fixed bug #19459: check for expiry while looping through the iterator slots

3.1.7 (beta)
- pthread read-write locks support
- apc.serializer hooks, export apc_serializer.h as an API
- Fix regression bug #20529: Look up files in CWD
- Pool allocator fixes for large allocations
- trunk compat fixes (Kalle)
- ZTS fixes (Pierre, Hirokawa)
- Readability and warning fixes (Pierre, Kalle)</content>
</entry>
<entry>
<title>Update php-apc package to 3.1.6.</title>
<updated>2010-12-19T03:02:25Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-12-19T03:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=700fde5d94da853bf070b850fd0a02a32638a3ee'/>
<id>urn:sha1:700fde5d94da853bf070b850fd0a02a32638a3ee</id>
<content type='text'>
3.1.6		2010-11-30

- make slam_defense a little more optimistic, allow a thread/process to write
  to cache in a loop
- ensure realpaths hit the realpath_cache, in no-stat mode
- prevent memory starvation, nuke all caches when expunging just one doesn't
  work
- fix uploadprogress keylength issues (NUL is part of keylen, pecl bug #20016)

3.1.5		2010-11-02

- Reduce usage of CG(open_files) (mkoppanen at php dot net)
- Add support for php-trunk, new op code, new internals string format,
  etc. (Dmitry)
- apc_debug are not compiler-valid NOPs for non-debug builds

- Fixed relative paths resolution when ./foo/a.php or ../foo/a.php (or similar
  path) are used. 'foo/a.php' path behaviors remain unchanged
- Fixed a possible memory corruption, when partial path cannot be resolved by
  expand_filepath()
- Fixed notices in apc.php (Tomasz Krawczyk)

- Fixed Bug #17978: standardize user keys to include NULs in
  identifier_len. Z_STRLEN_P() doesn't, so add to it.
- Fixed bug #16966, apc produces tons of warnings "Unable to allocate memory
  for pool".

- Added --enable-apc-debug configuration argument to enable debugging (Kalle)
- Added support for internal debugging on Windows (Kalle)
- ZTS optimizations (Kalle)

3.1.4		2010-08-05

- Windows builds may now have filehits and memory protection if enabled
  (Kalle)
- Renamed the memory protection configure option to --enable-apc-memprotect
  (Kalle, Shire)
- ZTS fixes and optimizations (Kalle, Felipe)
- Win32 stat support (Pierre, Kalle)
- Added support for interned strings, run-time caches and Zend Engine 2.4
  (Dmitry)
- Added apc_exists() (Rasmus)
- Fixed potential XSS in apc.php (Pierre, Matt Chapman)
- Fixed pecl bug #17597 (keys with embedded NUL) (Gopal)
- Fixed pecl bug #17650 (Fix goto jump offsets) (Gopal)
- Fixed pecl bug #17527 (Standardized error reporting) (Gopal, Paul Dragoonis)
- Fixed pecl bug #17089 (Scrub the constant table of all inherited members
  before caching) (Gopal)
- Fixed pecl bug #16860 (files can be included more than once even when
  include/require_once are used) (Pierre)
- Fixed pecl bug #16717 (apc_fetch dies after 1 hour, regardless of ttl
  settings) (Kalle)
- Fixed pecl bug #17597 (apc user cache keys with embedded NULs) (Gopal)
- Fixed pecl bug #13583 (apc upload progress fixes) (Gopal)</content>
</entry>
<entry>
<title>Update php-apc package to 3.1.3p1.</title>
<updated>2010-03-16T13:57:27Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-03-16T13:57:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=794e1468895508352a30b20271091954b8a71501'/>
<id>urn:sha1:794e1468895508352a30b20271091954b8a71501</id>
<content type='text'>
* Several pkgsrc clean up.


3.1.3p1
	- fix pecl build / package.xml (Gopal)

3.1.3
	- 5.3 support + test-cases (Gopal)
	- Lazy loading support (Shire)
	- Fix PCRE module init order issues (Shire)
	- APCIterator fixes (Shire)
	- Cache slam checks (Gopal)
	- ZEND_JMP_SET support (Shire)
	- apc.use_request_time option (shire)
	- apc.php hostname fixes (Shire)
	- memprotect framework (Gopal)
	- Win32 build-fixes (Kalle)</content>
</entry>
<entry>
<title>Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more</title>
<updated>2010-03-15T16:45:59Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-03-15T16:45:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e9290b8e535f3225aa136560c7c7b15f5bb99bd'/>
<id>urn:sha1:7e9290b8e535f3225aa136560c7c7b15f5bb99bd</id>
<content type='text'>
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.

No functional change.</content>
</entry>
<entry>
<title>Update www/php-apc to latest 3.1.2</title>
<updated>2009-07-10T19:48:32Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek@pkgsrc.org</email>
</author>
<published>2009-07-10T19:48:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39ac745addd700b5a753c5a1efb4d67db01f0ff8'/>
<id>urn:sha1:39ac745addd700b5a753c5a1efb4d67db01f0ff8</id>
<content type='text'>
Changes in 3.1.2:
- pecl package.xml/build fixes (bjori)

Changes in 3.1.1:
- PHP4 compatibilty break
- apc_pool allocator (Gopal)
- doubly-linked sma allocator (Shire)
- php 5.3 gc compatibility (Gopal)
- APCIterator for easy access (Shire)
- apc_delete_file (Shire)
- apc_inc/apc_dec/apc_cas functions (Shire)
- apc.canonicalize (Gopal)
- apc.preload_path (Gopal)
- apc.rfc1867_ttl (Shire)
- apc.file_md5 (Shire)
- consolidate locking macros (Shire)
- remove futex/TSRM locks (Shire)
- non-blocking semaphore locks (Shire)
- zval* object rework (Gopal)

Mark this package PHP5-only</content>
</entry>
<entry>
<title>Convert @exec/@unexec to @pkgdir or drop it.</title>
<updated>2009-06-14T22:00:14Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-06-14T22:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=30e9948198969737329321ae598bb5b6baad3e05'/>
<id>urn:sha1:30e9948198969737329321ae598bb5b6baad3e05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade PHP PECL alternative PHP cache extension (apc) to version 3.0.19</title>
<updated>2008-09-28T13:55:44Z</updated>
<author>
<name>tonnerre</name>
<email>tonnerre@pkgsrc.org</email>
</author>
<published>2008-09-28T13:55:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b15f661c002c5182d1522860860ea1721b4a999'/>
<id>urn:sha1:1b15f661c002c5182d1522860860ea1721b4a999</id>
<content type='text'>
to fix arbitrary code execution problems (CVE-2008-1488).

Changes since 3.0.16:
 * Fix for CVE-2008-1488.
 * Fix apc_add() cache expunge bug.
 * Added parameter to apc_fetch to determine success/failure when fetching
   booleans.
 * Fix for bug 13504.
 * Move expunge callback groundwork to 3.1 (Rasmus)
 * Fix fd-leak.
 * Fix double-free on builtin functions.
 * Initial PHP 5.3 support.</content>
</entry>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-12T02:14:13Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-06-12T02:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ba171a91fab519f587b027c1a2888cb6e3fce049'/>
<id>urn:sha1:ba171a91fab519f587b027c1a2888cb6e3fce049</id>
<content type='text'>
</content>
</entry>
</feed>
