pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/php-memcache



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Mar  8 12:13:08 UTC 2010

Modified Files:
        pkgsrc/devel/php-memcache: Makefile distinfo
Removed Files:
        pkgsrc/devel/php-memcache: options.mk

Log Message:
Update devel/php-memcache to 2.2.5.

Removed options.mk support, because there is no OpenSSL support in this
module's configure, and it makes no sense to conflict on 
PKG_OPTIONS.php=fastcgi when this module can be used
with www/ap-php
only (and not FastCGI-enabled lang/php5).

Changelog:

2.2.5
- Improved performance of consistent hash strategy
- Fixed PECL request #13758 (Failed to extract 'connection' variable
  from object)

2.2.4
- 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

2.2.3
- Fixed PECL bug #12883 (Breaks UTF-8 in keys)
- Fixed PECL bug #13060 (make problems, due to role="doc" instead
  of role="src")
- Added package version to phpinfo()

2.2.2
- Fixed PECL bug 12494 (Segmentation fault when Exception thrown in
  the callback function)
- Fixed PECL bug #12834 (segfault when getting duplicate array values
  on 64-bit system)
- Changed behaviour of close() to actually remove all servers from
  pool (PECL bug #12555)
- Added configure option for PEAR installer to disable session handler
  support

2.2.1
- Added argument to Memcache::get() that receives the flags for
  retrieved value(s)
- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions
  breaks)
- Fixed problem with keys being modified in-place and empty keys
  (PECL Bug #11236)
- Fixed incompatibility with standard hash strategy in previous
  versions

2.2.0
- Added support for consistent hash strategy
- New INI directives "memcache.hash_strategy" = {standard, consistent},
  "memcache.hash_function" = {crc32, fnv}
- PHP6 support
- Fixed PECL bug #11221 (Double free when returning cached object with
  __sleep)
- Fixed PECL bug #10607 (Segfault on array key retrieval when array key
  is not IS_STRING)
- Don't failover on "object to large" errors
- Use $phpincludedir for finding php_session.h

2.1.2
- Added missing files to the package.

2.1.1
- Added experimental session storage support. You can use memcached as
  session storage.
- Fixed PECL bug #9486 (empty keys should not be allowed in
  memcache_set/add())
- Fixed PECL bug #9854 (get() changes the datatype of variable of given
  as key)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/php-memcache/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/php-memcache/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/php-memcache/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index