Closed
Description
Attempting to build the new 3.1.0 release with PHP 7.3 on macOS 10.11, accepting all defaults I get this:
pecl install memcached
pecl/memcached can optionally use PHP extension "igbinary" (version >= 2.0)
pecl/memcached can optionally use PHP extension "msgpack" (version >= 2.0)
downloading memcached-3.1.0.tgz ...
Starting to download memcached-3.1.0.tgz (82,407 bytes)
....................done: 82,407 bytes
15 source files, building
running: phpize
Configuring for:
PHP Api Version: 20180731
Zend Module Api No: 20180731
Zend Extension Api No: 320180731
libmemcached directory [no] :
zlib directory [no] :
use system fastlz [no] :
enable igbinary serializer [no] :
enable msgpack serializer [no] :
enable json serializer [no] :
enable server protocol [no] :
disable sasl [no] :
disable sessions [no] :
building in /private/tmp/pear/temp/pear-build-marcusNSCOrg/memcached-3.1.0
running: /private/tmp/pear/temp/memcached/configure --with-php-config=/usr/local/opt/php/bin/php-config --with-libmemcached-dir=no --with-zlib-dir=no --with-system-fastlz=no --enable-memcached-igbinary=no --enable-memcached-msgpack=no --enable-memcached-json=no --enable-memcached-protocol=no --disable-memcached-sasl=no --disable-memcached-session=no
configure: error: invalid feature name: memcached-sasl=no
ERROR: `/private/tmp/pear/temp/memcached/configure --with-php-config=/usr/local/opt/php/bin/php-config --with-libmemcached-dir=no --with-zlib-dir=no --with-system-fastlz=no --enable-memcached-igbinary=no --enable-memcached-msgpack=no --enable-memcached-json=no --enable-memcached-protocol=no --disable-memcached-sasl=no --disable-memcached-session=no' failed
This seems to be a new problem in 3.1.0 as while the previous versions also failed to build with PHP 7.3, it got past this point. Answering yes
to the sasl question doesn't help.
Metadata
Metadata
Assignees
Labels
No labels