added tutorial link, formatted links better

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295836 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kristina Chodorow 2010-03-04 23:21:46 +00:00
parent 2d3eabbfd7
commit 65ceca39c2
2 changed files with 22 additions and 8 deletions

View file

@ -166,14 +166,26 @@ extension=mongo.so
<title>Installing on Windows</title>
<para>
VC8 and VC9 precompiled binaries are available for thread safe and
non-thread-safe PHP 5.3 on
<link xlink:href="&url.mongodb.github.downloads;">Github</link>.
VC6 precompiled binaries are available for thread safe and non-thread-safe
PHP 5.2 and 5.3 from <link xlink:href="&url.mongodb.vc6;">php.net</link>.
Unzip the archive and put php_mongo.dll in your PHP extension directory
("ext" by default).
Precompiled binaries are available for a variety of combinations of versions,
thread safety, and VC libraries. Unzip the archive and put php_mongo.dll in
your PHP extension directory ("ext" by default).
</para>
<itemizedlist>
<listitem>
<para>
<link xlink:href="&url.mongodb.github.downloads;">
PHP 5.3 VC8 and VC9 Mongo extension
</link>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="&url.mongodb.vc6;">
PHP 5.2 and 5.3 VC6 Mongo extension
</link> (you have to search the page for "mongo")
</para>
</listitem>
</itemizedlist>
<para>
The latest (non-release) code is compiled into Windows binaries on every

View file

@ -16,7 +16,9 @@
&reftitle.seealso;
<para>
<link xlink:href="&url.mongodb.crodas;">Developing Scalable PHP Applications Using MongoDB</link>
is an excellent article on getting started with MongoDB.
is an excellent article on getting started with MongoDB. For francophones,
<link xlink:href="&url.mongodb.intro.french;">NoSQL - MongoDB et PHP: Première Approche</link>
gives a nice overview.
</para>
</section>