Next | Query returned 36 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2018-02-16 07:58:53 by Jaromir Dolecek | Files touched by this commit (4)
Log message:
Update php-apcu to 5.1.10 - small bugfixes

Changes since 5.1.9:

- fix gh#247 when a NUL char is used as key, apcu_fetch(array) truncates the key
- fix gh#248 apcu_fetch may return values causing zend_mm_corruption or segfaults
when custom serializer is used
- fix gh#260 apcu.serializer=default results in segfault
- fix gh#274 non-portable shell == in config.m4
- fix crash when passing bad array to apcu_delete
- improve fix gh#266 refcounting errors in APCIterator
- fix for PHP 7.3 compatibility
   2018-02-08 23:15:12 by Jaromir Dolecek | Files touched by this commit (2)
Log message:
Note the config.m4 patch was also reported on the master github project
   2018-01-10 11:05:17 by Jaromir Dolecek | Files touched by this commit (4)
Log message:
Update php-apcu to 5.1.9. Small bugfixes only.

Changes since 5.1.8:
- fix gh#234 mmap disabled when configure is called with --enable-apcu-mmap
- fix gh#226 Warning: apcu_fetch(): apc_fetch() expects a string or array of strings.
- mitigate gh#223 Fatal error when starting php on windows
- add support for PCRE2 in 7.3
- use row formatting for information in phpinfo() tables
- set IS_STR_PERSISTENT so refcounting failures are reported by -DRC_DEBUG=1
- fix gh#266 refcounting errors in APCIterator
   2017-12-13 12:34:47 by Jonathan Perkin | Files touched by this commit (1)
Log message:
php-apcu: Fix obvious copy/pasto.
   2017-11-15 10:15:51 by Jaromir Dolecek | Files touched by this commit (3)
Log message:
Accept also PHP 7.2 for this module package
   2017-02-07 22:00:35 by Roy Marples | Files touched by this commit (2) | Package updated
Log message:
Update to apcu-5.1.8 with the following changes:
- fix gh#207 Segmentation fault in apc_sma_api_free()
- fix gh#221 memory leak
- update to apc dashboard
   2016-11-05 15:37:21 by Jaromir Dolecek | Files touched by this commit (2)
Log message:
Update php-apcu to 5.1.7

Changes:
- fixes gh#19: hung apaches on pthread wrlocks
- fixes gh#203: segfaults in bailout / longjmp
   2016-10-14 16:48:10 by Jaromir Dolecek | Files touched by this commit (3)
Log message:
Update php-apcu to version 5.1.6

Changes:
- fixes gh#19: Hung apaches on pthread wrlocks
- fixes gh#188: Fix Segfault in ZTS build when locking (Tyson Andre)
- fixes gh#194: apcu_entry ttl not working
- fixes gh#189: SegFault in apc_copy_zval
- fixes gh#185: zend_mm_heap corrupted
- fixes gh#190: memory leak/failed check for duplicates
   2016-09-01 06:17:01 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix distinfo for patch-apc_cache.c.
   2016-08-19 11:34:47 by Jaromir Dolecek | Files touched by this commit (3)
Log message:
add patch for apcu memory allocation failure handling, submitted as
https://bugs.php.net/bug.php?id=72801

Next | Query returned 36 messages, browsing 21 to 30 | Previous