kjdev / php-ext-snappy

Snappy Extension for PHP
Other
131 stars 36 forks source link

Can't build for php7.3 #10

Open Ylmzef opened 4 years ago

Ylmzef commented 4 years ago

I can't build it for php7.3 Also i run phpsize7.3 but ./configure build for 7.1

Ylmzef commented 4 years ago

fixed with

phpize7.3
./configure --with-php-config=/usr/bin/phpconfig-7.3
make
sudo make install
kjdev commented 4 years ago

What will be the distribution you are using?

The command may vary depending on the distribution (installation package) you are using.

Ylmzef commented 4 years ago

ubuntu xenial

kjdev commented 4 years ago

Thanks.

This is an Ubuntu-specific problem, so please adjust it at build time.