This repository has been archived on 2018-06-04. You can view files and clone it, but cannot push or open issues/pull-requests.
MurmurHash3PHP/install.sh

5 lines
98 B
Bash

#!/bin/bash
phpize
./configure --enable-murmurhash3
make install
cp 06_murmurhash3.ini /etc/php.d/