1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 07:42:10 +01:00

6 Commits

Author SHA1 Message Date
Andreas Braun
4639881688 MongoDB: document changes in 2.0.0 (#4618)
* PHPC-2485: Remove support for legacy option types

* PHPC-2459: Remove support for float and string args to UTCDateTime::__construct

* PHPC-2447: Extend Iterator interface in CursorInterface

* PHPC-2441: Remove deprecated manager constructor options

* PHPC-2440: Remove deprecated query options

* PHPC-2417: Add UTCDateTimeInterface::toDateTimeImmutable

* PHPC-2402: Remove range_preview client encryption constants

* PHPC-2351: Remove CursorId class and change Cursor::getId() to return Int64

* PHPC-2348: Remove WriteException

* PHPC-2346: Remove BSON functions in favor of Document methods

* PHPC-2344: Remove SSLConnectionException

* PHPC-2248: Remove Serializable interface implementations

* PHPC-2144: WriteResult getters throw exception if unacknowledged

* Add language snippets for removed functionality changelog entries

* PHPC-1741: Remove getServer API and manager reference from APM event classes

* PHPC-1021: Remove ReadPreference integer constants

* Add changelog entries for enforced return types

* Remove breaking includes

* Fix duplicate XML tag

* Rename language snippet for clarity

* Note removed parameter for Cursor::getId

* Mention write results no longer returning null

* Fix XML errors

* Remove documentation for removed Serializable methods
2025-04-17 14:22:19 +02:00
Gina Peter Banyard
4d17b7b494 [skip-revcheck] Convert class markup to be compatible with DocBook 5.2
Closes GH-3415
2024-06-14 17:04:53 +01:00
Andreas Braun
734bafeaf0 MongoDB: Document upcoming type changes for 1.15 2022-08-19 10:05:27 +02:00
Danack
b95e76e41d Types are not hints in PHP. (#1003)
As they are checked at run-time, type checking is enforced in PHP and not 'hinted'.

Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-10-09 14:43:01 +01:00
André Luis Ferreira da Silva Bacci
e9366ee458 Fix svn:eol-style, svn:keywords and svn:mime-type on XML files. No content change, but some revision numbers will upgrade.
See https://github.com/phpdocbrbridge/bridge/blob/master/src/revbumper.php for automatic tool for translations.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342988 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-02 18:42:15 +00:00
Jeremy Mikola
c17a0c4517 PHPC-640: Document BSON type interfaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342963 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-28 21:41:45 +00:00