Skip to content

Instantly share code, notes, and snippets.

@pateketrueke
Created July 20, 2012 19:24
Show Gist options
  • Save pateketrueke/3152713 to your computer and use it in GitHub Desktop.
Save pateketrueke/3152713 to your computer and use it in GitHub Desktop.
PHP extension compile skeleton / Heroku
cd /tmp
curl http://pecl.php.net/get/mongo/1.2.11 | tar xzf -
cd mongo-1.2.11
/app/php/bin/phpize
./configure --with-php-config=/app/php/bin/php-config
make && make install
cd ..
# scp /app/php/lib/php/extensions/no-debug-non-zts-20100525/mongo.so root@remote:/path/to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment