Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.5.2 30 Dec 2019 06:41:36 |
sunpoet |
Remove php-memcache
This port was added as php70-memcache in 2016, then renamed to php-memcache when
PHP flavor was introduced. It uses the unofficial development from websupport.sk
to support PHP 7.x when pecl-memcache only supports PHP 5.x. Since the
unofficial development from websupport.sk is the official PECL repository now,
it's time to retire this port and use pecl-memcache instead. |
4.0.5.2 28 Dec 2019 07:29:36 |
sunpoet |
Update to 4.0.5.2
Changes: https://github.com/websupport-sk/pecl-memcache/releases |
4.0.4 25 Sep 2019 20:55:07 |
sunpoet |
Fix build on GCC architectures with PHP 7.4
PR: 240813
Submitted by: pkubaj |
4.0.4 29 May 2019 18:35:56 |
sunpoet |
Update to 4.0.4
Changes: https://github.com/websupport-sk/pecl-memcache/releases |
4.0.3 24 Mar 2019 14:31:37 |
sunpoet |
Update to 4.0.3
Changes: https://github.com/websupport-sk/pecl-memcache/releases |
4.0.2 20 Mar 2019 18:02:15 |
sunpoet |
Update to 4.0.2
Changes: https://github.com/websupport-sk/pecl-memcache/releases |
4.0.1 08 Mar 2019 20:38:07 |
sunpoet |
Fix build with PHP 7.1
PR: 236234
Submitted by: Krzysztof <ports@bsdserwis.com>
Obtained
from: https://github.com/websupport-sk/pecl-memcache/commit/09e21a63410cbfd8827c7a876d8160a6b80b076c |
4.0.1 02 Mar 2019 17:46:51 |
sunpoet |
Mark IGNORE_WITH_PHP=71
--- php7/memcache_pool.lo ---
/wrkdirs/usr/ports/databases/php-memcache/work-php71/pecl-memcache-4.0.1-php73/php7/memcache_pool.c:47:2:
error: use of undeclared identifier 'newlen'
smart_string_alloc((&(buffer->value)), size, 0);
^
/usr/local/include/php/ext/standard/php_smart_string.h:76:40: note: expanded
from macro 'smart_string_alloc'
smart_string_alloc4((d), (n), (what), newlen)
^
/wrkdirs/usr/ports/databases/php-memcache/work-php71/pecl-memcache-4.0.1-php73/php7/memcache_pool.c:47:2:
error: use of undeclared identifier 'newlen'
/usr/local/include/php/ext/standard/php_smart_string.h:76:40: note: expanded
from macro 'smart_string_alloc'
smart_string_alloc4((d), (n), (what), newlen)
^
/wrkdirs/usr/ports/databases/php-memcache/work-php71/pecl-memcache-4.0.1-php73/php7/memcache_pool.c:47:2:
error: use of undeclared identifier 'newlen'
/usr/local/include/php/ext/standard/php_smart_string.h:76:40: note: expanded
from macro 'smart_string_alloc' (Only the first 15 lines of the commit message are shown above ) |
4.0.1 01 Mar 2019 11:18:58 |
sunpoet |
Update to 4.0.1
Changes: https://github.com/websupport-sk/pecl-memcache/releases |
4.0.0 28 Feb 2019 21:35:07 |
sunpoet |
Update to 4.0.0
Changes: https://github.com/websupport-sk/pecl-memcache/releases |
3.0.9 02 Jan 2019 23:57:56 |
sunpoet |
Remove expired IGNORE_WITH_PHP=56 |
3.0.9 14 Oct 2018 16:28:19 |
sunpoet |
Fix build with PHP 7.3 |
3.0.9 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |