2025-02-08 05:04:41 by Takahiro Kambe | Files touched by this commit (21) |
Log message:
multiple PHP support
* Use PHP_BASE_VERS in DEPENDS if required.
* Use REPLACE_PHP.
Bump PKGREVISION.
|
2024-09-22 16:58:18 by Takahiro Kambe | Files touched by this commit (4) |  |
Log message:
www/php-apcu: update to 5.1.24
5.1.24 (2024-09-21)
* Make compatible with PHP 8.4.
* apc.php: Preserve search parameter when deleting entry.
* apc.PHP: Allow arbitrary search regex.
|
2023-12-06 02:05:13 by Greg Troxel | Files touched by this commit (1) |
Log message:
www/php-apcu: Actually add patch
|
2023-12-06 02:04:36 by Greg Troxel | Files touched by this commit (2) |
Log message:
www/php-apcu: Patch more printf specifiers caught on earmv7hf-el
- Cast time_t to intmax_t.
- Upstream zend actually defines PRI macros for zend_long; use them.
- Include upstream bug report URL.
|
2023-12-04 02:43:51 by Greg Troxel | Files touched by this commit (1) |
Log message:
www/php-apcu: Drop MESSAGE
It is announcing a withdrawal that if anywhere should be part of
upstream documentation, and is from 2016.
|
2023-12-04 02:42:14 by Greg Troxel | Files touched by this commit (2) |
Log message:
www/php-apcu: Note upstream bug report
|
2023-12-04 02:34:54 by Greg Troxel | Files touched by this commit (3) |
Log message:
www/php-apcu: Fix type error in printf
The code printed key_t with %d. POSIX requires only an arithmetic
type, and on NetBSD, it's long. Cast to intmax_t and use %jd to work
around.
|
2023-11-30 17:31:21 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
www/php-apcu: update to 5.1.23
5.1.23 (2023-11-11)
* Revert use of monotonic clock for TTL (#451)
* Fix a crash when serializing packed arrays (e.g. lists) in PHP 8.2+ with
`apc.serializer=default`.
* Reduce memory usage when serializing packed arrays (e.g. lists) in PHP
8.2+ with `apc.serializer=default`.
* Speed up serializing arrays with `apc.serializer=default`.
* Reduce memory usage when unserializing instances of the empty array in
PHP 7.3+.
* Removed no longer working apcue extension.
* Increased limit on maximum number of slots.
* Made tests compatible with PHP 8.3.
|
2022-10-06 16:28:43 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
www/php-apcu: update to 5.1.22
pkgsrc change:
* Allow build with enabling PKG_OPTIONS: maintainer-zts.
* Remove trailing whitespace.
5.1.22 (2022-09-19)
- PHP 8.2 compatibility
- PHP 8.1 compatibility in apc.php
- Fix --enable-apcu-rwlocks configure option
- Enable transparent huge pages for mmap memory
- Use monotonic clock for TTL
|
2021-12-12 16:25:53 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
www/php-apcu: update to 5.1.21
5.1.21 (2021-10-07)
- Fixed compatibility with PHP 8.1 by adding return types to APCUIterator.
- APCUIterator::current() and ::key() can no longer be called on an invalid
iterator.
|