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/default

7 lines
170 B
Bash

#!/bin/bash
git clone git://github.com/Vaizard/MurmurHash3PHP.git
cd MurmurHash3PHP
phpize
./configure --enable-murmurhash3
make install
cp 06_murmurhash3.ini /etc/php.d/