Closed H-E-X closed 8 years ago
@H-E-X The readme file has an example for building the Memcached extension:
$ /usr/local/php7/bin/phpize
$ ./configure --with-php-config=/usr/local/php7/bin/php-config
$ make
$ sudo make install
It appears that pthreads is almost ready for PHP7 https://github.com/krakjoe/pthreads
Hi,
Thanks for this script, it works perfectly, but I have some problems. I want to install pthreads with pecl, but is still wants to use php 5.6. How can I set php 7 as the default version, so pecl install and cli php will use that.
Thanks!