Skip to content

Commit

Permalink
Add shell script to install php stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Jun 30, 2012
1 parent 9726aeb commit b0d9f4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install-php-extensions.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

# install igbinary
pyrus install pecl/igbinary && pyrus build pecl/igbinary
echo "extension=\"igbinary.so\"" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

0 comments on commit b0d9f4b

Please sign in to comment.