mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added 3rd party install instructions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294340 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4e666e6cee
commit
9a6ade40a8
1 changed files with 44 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
|
||||
<section>
|
||||
<title>Installing on *NIX</title>
|
||||
<subtitle>Unix, Linux, OS X, Cygwin</subtitle>
|
||||
|
||||
<para>
|
||||
Run:
|
||||
|
@ -194,10 +193,53 @@ $ phpize && aclocal && autoconf && ./configure && make && make install
|
|||
<![CDATA[
|
||||
extension=php_mongo.dll
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>Third-Party Installation Instructions</title>
|
||||
|
||||
<para>
|
||||
A number of people have created excellent tutorials on installing the PHP
|
||||
driver.
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="http://www.vimeo.com/8005503">
|
||||
PHP 5.3.1 with Xdebug, MongoDB and Lithium on Ubuntu 9.10 / Apache 2.2
|
||||
</link>
|
||||
</para>
|
||||
<para>An excellent video that takes you step-by-step through installing
|
||||
Apache, PHP, Xdebug, MongoDB, and Lithium by Jon Adams.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="http://javierav.com/articulos/php/2009-10-instalando-mongodb-driver-php-en-ubuntu-9-04">
|
||||
Installing MongoDB and the PHP driver on Ubuntu 9.04
|
||||
</link>
|
||||
</para>
|
||||
<para>
|
||||
Spanish article by Javier Aranda (<link xlink:href="http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fjavierav.com%2Farticulos%2Fphp%2F2009-10-instalando-mongodb-driver-php-en-ubuntu-9-04&sl=auto&tl=en&history_state0=auto%7Cen%7C%2523MongoDB%2520%25C3%25A9%2520o%2520futuro%21">
|
||||
English translation</link>).
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="http://technosophos.com/content/os-x-installing-mongodb-and-php-mongo-driver">
|
||||
OS X: Installing MongoDB and the PHP Mongo Driver
|
||||
</link>
|
||||
</para>
|
||||
<para>
|
||||
By Matt Butcher.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue