termux-packages/packages/php-redis
Henrik Grimler ac991b4167
rebuild(main/php-*): rebuild after php upgrade to 8.2
Have not tested all addons, but at least php-redis and php-imagick
fails to load after update:
  $ php -dextension=redis.so

  Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /data/data/com.termux/files/usr/lib/php/redis.so (dlopen failed: cannot locate symbol "_zend_get_parameters_array_ex" referenced by "/data/data/com.termux/files/usr/lib/php/redis.so"...), /data/data/com.termux/files/usr/lib/php/redis.so.so (dlopen failed: library "/data/data/com.termux/files/usr/lib/php/redis.so.so" not found)) in Unknown on line 0

  $ php -dextension=imagick.so

  Warning: PHP Startup: imagick: Unable to initialize module
  Module compiled with module API=20210902
  PHP    compiled with module API=20220829
  These options need to match
   in Unknown on line 0

Rebuild all our addons to fix these issues.
2022-12-27 14:57:53 +01:00
..
build.sh rebuild(main/php-*): rebuild after php upgrade to 8.2 2022-12-27 14:57:53 +01:00