SHA256
1
0
forked from pool/php-APCu

6 Commits

Author SHA256 Message Date
cb467731df Accepting request 1127476 from home:adkorte:branches:server:php:extensions
- Update to version 5.1.23
  * Revert use of monotonic clock for TTL
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1127476
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-APCu?expand=0&rev=13
2023-11-19 12:49:05 +00:00
d7b2b2f0ae Accepting request 1041976 from home:adkorte:branches:server:php:extensions
- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)

OBS-URL: https://build.opensuse.org/request/show/1041976
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-APCu?expand=0&rev=11
2022-12-12 23:43:36 +00:00
3947a57921 Accepting request 1007301 from home:adkorte:branches:server:php:extensions
- Update to version 5.1.22
  * 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

OBS-URL: https://build.opensuse.org/request/show/1007301
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-APCu?expand=0&rev=9
2022-10-06 13:36:35 +00:00
729803bee6 Accepting request 930557 from home:adkorte:branches:server:php:extensions
- Update to version 5.1.21
  * 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.

OBS-URL: https://build.opensuse.org/request/show/930557
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-APCu?expand=0&rev=8
2021-11-09 21:39:53 +00:00
89595ee6b8 Accepting request 876705 from home:adkorte:branches:server:php:extensions
- Update to version 5.1.20
  * Fix deadlocks when other apcu_* functions are used inside apcu_entry().
    It should now be safe to use any functions inside the apcu_entry()
    callback.
  * Fix division by zero exception in apc.php.
  * Fix handling of references in PHP 8 if "default" serializer is used
    (which is not the default).
  * Fix string reuse handling if "default" serializer is used (which is
    not the default).
  * Check for failures when acquiring read locks to report problems
    earlier (write locks were already checked previously).
  * Adjust tests for current PHP 8.1 development branch.
  * Remove *_api.h headers. Use apc_cache.h instead of apc_cache_api.h etc.

OBS-URL: https://build.opensuse.org/request/show/876705
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-APCu?expand=0&rev=6
2021-03-04 10:24:34 +00:00
a38d328847 - Use _multibuild to also build for php8
- Use php-config to determine location of files in package

OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-APCu?expand=0&rev=3
2021-02-17 19:46:02 +00:00