mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix DLL filename for MongoDB Windows install docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340943 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
093360a0c4
commit
44f1deb1f8
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ $ brew install php70-mongodb
|
|||
Precompiled binaries for each release are available from
|
||||
<link xlink:href="&url.pecl.package;mongodb">PECL</link> for a variety of
|
||||
combinations of versions, thread safety, and VC libraries. Extract the
|
||||
archive and put <filename>php_mongo.dll</filename> in your PHP extension
|
||||
archive and put <filename>php_mongodb.dll</filename> in your PHP extension
|
||||
directory ("ext" by default).
|
||||
</para>
|
||||
|
||||
|
@ -86,7 +86,7 @@ $ brew install php70-mongodb
|
|||
Add the following line to your &php.ini; file:
|
||||
<programlisting role="ini">
|
||||
<![CDATA[
|
||||
extension=php_mongo.dll
|
||||
extension=php_mongodb.dll
|
||||
]]>
|
||||
</programlisting>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue