1
0
mirror of https://github.com/php/doc-en.git synced 2026-04-27 17:24:06 +02:00

12 Commits

Author SHA1 Message Date
haszi 3e871fe7ea Convert MongoDB documentation from a top element of set to book (GH-3627)
* Convert MongoDB documentation from a top element of set to book

Convert all underlying elements as needed:
 - books to parts or chapters
 - articles to sections

Move the Predefined Constants page from the Installing/Configuring section to its own

Change the following xml:ids:
 - book.mongodb to mongodb.mongodb
 - set.mongodb to book.mongodb
 - book.bson to mongodb.bson

* [skip-revcheck] Remove trailing whitespace

* Add extension membership

---------

Co-authored-by: haszi <haszika80@gmail.com>
2024-10-21 13:11:18 +02:00
Jeremy Mikola e9214a2619 Revise driver/extension terminology in ext-mongodb docs (#3429)
https://jira.mongodb.org/browse/PHPLIB-1279

* Refer to ext-mongodb as "extension" instead of "driver"

* Revise driver/extension references in Monitoring docs

* Refer to extension in mongodb.note.forking snippet

* Rewrite bsonSerialize() paragraph about ObjectId generation

* Use present tense in event method docs

* Rewrite paragraph about PHPLIB Document and Array classes

* Wrap long lines

---------

Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>
2024-06-04 08:52:47 -04:00
Jeremy Mikola 077667aa60 Revisions to ext-mongodb architecture and library tutorial (#2688)
Remove references to HHVM, the legacy mongo extension, and older PHP versions from the architecture article and component diagram. Replace the original diagram with an SVG graphic.

https://jira.mongodb.org/browse/PHPC-2276

Note effect of disableClientPersistence in connection article

Co-authored-by: George Peter Banyard <girgias@php.net>
2023-08-18 12:13:36 -04:00
Jeremy Mikola 9e03992589 Update API references to MongoDB PHP library
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341425 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-19 20:32:16 +00:00
Jeremy Mikola c43f9f44b5 Refer to Composer's autoloader instead of "goodies"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341424 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-19 20:13:06 +00:00
Jeremy Mikola 946be1e6c7 Remove MongoDB library version from Composer install examples
By default, Composer installs the most recent stable version and declares a requirement with the caret operator (allowing any newer versions up to but not including the next major version).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341423 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-19 20:11:37 +00:00
Jeremy Mikola dc5163157c Add "mongodb" to url.wiki.crud entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340580 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-21 18:03:44 +00:00
Derick Rethans 5b5e59fffb Mention that this is the *MongoDB library*, and not the PHP 3 PHPLIB :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339682 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-20 17:16:08 +00:00
Thomas Punt c499040447 Resolve doc bug #71716
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338698 c90b9560-bf6c-de11-be94-00142212c4b1
2016-03-09 13:37:57 +00:00
Derick Rethans f153fb9e94 Fixed error in example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338661 c90b9560-bf6c-de11-be94-00142212c4b1
2016-02-24 15:15:21 +00:00
Jeremy Mikola c718200b27 Update configure and tutorial docs for ext-mongodb and library
https://jira.mongodb.org/browse/PHPC-468


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338537 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-24 05:09:52 +00:00
Derick Rethans 3a01997da5 Added a tutorial (from .rst), reorganised docs, and provided some introductionary material.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338017 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-22 10:14:11 +00:00