mariancerny / freebsd-ports-php56

FreeBSD ports subtree to build unsupported (EoL) PHP 5.6
21 stars 11 forks source link

Memcache not compiling (databases/php-memcached) #9

Closed rwp0 closed 10 months ago

rwp0 commented 2 years ago

Couldn't compile memcahed/memcache ports under PHP 5.6.

https://www.freshports.org/databases/php-memcached (Deleted) https://www.freshports.org/databases/pecl-memcached

It is among the few PHP 5.6 ports that couldn't get built on FreeBSD 13.1 (php56-redis did for instance).

Memcache claims that unlike Memcache version 4, 3 can be complied for PHP 5.6, but FreeBSD Makefiles have IGNORE_WITH_PHP tag for PHP 5.6 on all 3.x versions.

memcache and memcached are two separate ports.

Is there any workarounds? Any prior experience or feedback would help.

Thanks