1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-26 20:15:02 +01:00

Forgot raphf dependency

This commit is contained in:
Aaron Piotrowski 2016-09-14 09:39:10 -05:00
parent caf829a48c
commit d01657c7a8

View File

@ -17,6 +17,14 @@ services:
- postgresql
install:
- git clone https://github.com/m6w6/ext-raphf;
pushd ext-pq;
phpize;
./configure;
make;
make install;
popd;
echo "extension=raphf.so" >> "$(php -r 'echo php_ini_loaded_file();')";
- git clone https://github.com/m6w6/ext-pq;
pushd ext-pq;
phpize;