Skip to content

Instantly share code, notes, and snippets.

@Freeaqingme
Created February 24, 2013 23:50
Show Gist options
  • Save Freeaqingme/5026299 to your computer and use it in GitHub Desktop.
Save Freeaqingme/5026299 to your computer and use it in GitHub Desktop.
ZendServer MongoDB Packaging...
vagrant@houdini:~/tmp$ apt-get download php-5.4-mongo-zend-server
Get:1 Downloading php-5.4-mongo-zend-server 5.4.11+b1 [106 kB]
Fetched 106 kB in 0s (227 kB/s)
vagrant@houdini:~/tmp$ ar vx php-5.4-mongo-zend-server_5.4.11+b1_amd64.deb
x - debian-binary
x - control.tar.gz
x - data.tar.gz
vagrant@houdini:~/tmp$ tar xvf data.tar.gz
./
./usr/
./usr/local/
./usr/local/zend/
./usr/local/zend/lib/
./usr/local/zend/lib/php_extensions/
./usr/local/zend/lib/php_extensions/mongo.so
./usr/local/zend/etc/
./usr/local/zend/etc/conf.d/
./usr/local/zend/etc/conf.d/mongo.ini
vagrant@houdini:~/tmp$ cat ./usr/local/zend/etc/conf.d/mongo.ini
;extension=mongo.so
; You may put any extension-specific directives here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment