mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added vc6 build links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296365 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4fc8abe692
commit
17918575fd
2 changed files with 34 additions and 20 deletions
|
@ -222,26 +222,12 @@ extension=mongo.so
|
|||
<title>Installing on Windows</title>
|
||||
|
||||
<para>
|
||||
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).
|
||||
Precompiled binaries for each release are available from
|
||||
<link xlink:href="&url.mongodb.github.downloads;">Github</link> 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
|
||||
|
@ -255,6 +241,34 @@ extension=mongo.so
|
|||
corresponding to the PHP you have installed:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="&url.mongodb.vc652;">
|
||||
PHP 5.2 VC6 Non-Thread-Safe Mongo extension
|
||||
</link>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="&url.mongodb.vc6ts52;">
|
||||
PHP 5.2 VC6 Thread-Safe Mongo extension
|
||||
</link>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="&url.mongodb.vc6;">
|
||||
PHP 5.3 VC6 Non-Thread-Safe Mongo extension
|
||||
</link>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="&url.mongodb.vc6ts;">
|
||||
PHP 5.3 VC6 Thread-Safe Mongo extension
|
||||
</link>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="&url.mongodb.vc8;">
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
applications that insert non-UTF8 strings, you can turn this option off to
|
||||
emulate the old, non-exception-throwning behavior. This option will be
|
||||
eliminated and exceptions always thrown for non-UTF8 strings starting with
|
||||
version 1.0.6.
|
||||
version 1.1.0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue