Changes of Revision 11
[-] | Changed | php5-pecl-memcache.changes |
x 1
2 ------------------------------------------------------------------- 3 +Wed Jan 14 10:29:00 CET 2009 Carsten Schoene cs@linux-administrator.com 4 + 5 +- version 3.0.3 6 +- Enabled compression by default for values larger than 20kb 7 +- Scalar data types (int, bool, double) are preserved by get/set 8 +- Reserved the lowest 2 bytes of the flags for internal use 9 +- Fixed PECL bug #14157 (Segmentation fault with errorcallback handler) 10 +- Fixed PECL bug #15342 (memcache keys whitespaces replace issue) 11 +- Fixed PECL bug #15447 (Persistent Connections Cause Segfaults if One Server Drops) 12 +- Fixed PECL bug #15529 (memcache object loses port information) 13 +- Fixed PECL bug #14730 (Types lost during get/set) 14 +- Fixed PECL request #14801 (Session handler and large sessions) 15 +- Added REPORT_ERRORS to php stream open 16 +- New INI directive: memcache.compress_threshold = 20000 17 + 18 +------------------------------------------------------------------- 19 Sat Feb 16 18:41:00 CET 2008 Carsten Schoene cs@linux-administrator.com 20 21 - version 3.0.1 22 |
||
[-] | Changed | php5-pecl-memcache.spec ^ |
20 1
2 %define php_version %(php-config --version 2>/dev/null) 3 4 Name: php5-pecl-memcache 5 -Version: 3.0.2 6 +Version: 3.0.3 7 Release: 0 8 # 9 Group: Productivity/Networking/Web/Servers 10
11 %{_libdir}/php5/extensions/memcache.so 12 13 %changelog 14 +* Wed Jan 14 2009 Carsten Schoene <cs@linux-administrator.com> 15 +- update to release 3.0.3 16 + 17 * Thu Sep 11 2008 Carsten Schoene <cs@linux-administrator.com> 18 - update to release 3.0.2 19 20 |
||
Added | memcache-3.0.3.tgz ^ |