Christian Schneider
c6fb604f39
Fix parameter names to match between synopsis and description part ( #5247 )
2026-02-08 10:00:50 +01:00
Daniel Scherzer
6860e0623b
Language snippets: fix odbc.changelog.connection-return ( #4646 )
...
Don't include `odbc.changelog.connection-param`, not every function that
returns a connection has a connection parameter (and, in fact, neither of the
existing uses of the connection-return entity, for `odbc_connect()` and
`odbc_pconnect()`, has such a parameter).
2026-02-03 22:39:08 -08:00
Máté Kocsis
9a8c593c09
Sync newly added parameters ( #5074 )
...
Co-authored-by: Gina Peter Banyard <girgias@php.net >
2026-01-15 18:24:26 +01:00
Mikhail Alferov
69fe083419
Fix typo add ref warn.deprecated.feature-8-1-0 ( #4998 )
2025-11-15 02:15:02 +00:00
Larry Garfield
239683eb0b
Add entity for PHP 8.5 deprecations. ( #4894 )
...
* Add entity for PHP 8.5 deprecations.
* Deprecated feature, too.
* Fix ordering of deprecation entities
---------
Co-authored-by: Tim Düsterhus <timwolla@googlemail.com >
2025-10-03 11:03:35 -05:00
Tim Düsterhus
dd4d6c1217
Add example.outputs.85.* to language-snippets.ent
...
See #4821 .
2025-08-13 19:34:04 +02:00
James Titcumb
cb6d65ebe2
Added note about PIE to a few PECL help pages ( #4755 )
2025-07-03 17:29:19 +01:00
Jeremy Mikola
187032b3ea
MongoDB\Driver\BulkWriteCommand and related APIs ( #4610 )
...
* MongoDB\Driver\BulkWriteCommand
* MongoDB\Driver\BulkWriteCommandResult
* MongoDB\Driver\Exception\BulkWriteCommandException
* Manager and Server executeBulkWriteCommand() methods
* Clarify that BulkWriteCommandException exposes error details
* Fix wrong duplicate property name
---------
Co-authored-by: Andreas Braun <git@alcaeus.org >
2025-05-20 09:47:51 +02:00
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
Sadetdin EYILI
3ca4efdacd
Left-justify "Flags" title in format parameter of sprintf ( #4551 )
2025-04-15 23:43:23 -05:00
Philip Olson
f0d52500c7
Removed the old and unused DomXML section,
...
this closes https://github.com/php/doc-en/issues/4560
2025-03-25 12:40:33 -07:00
Gina Peter Banyard
cb573d7f33
Use markup in RNP entities ( #1962 )
2025-03-04 09:54:41 -08:00
philip
06313c3bb1
Added or updated the changelog section for functions containing this entity:
...
warn.deprecated.function-7-4-0.removed-8-0-0
2025-02-28 10:18:24 -08:00
Jeremy Mikola
592e10fe7c
KMIP masterKey "delegated" option
...
This was introduced in libmongocrypt with ext-mongodb 1.20 but was never documented.
https://jira.mongodb.org/browse/PHPLIB-1375
2025-02-27 10:24:54 -05:00
Saki Takamachi
3295741565
ext/bcmath: Moved scale description from language-snippets to bcadd ( #4423 )
2025-01-30 08:32:54 +09:00
Saki Takamachi
c39225b6dd
Updated pdo_odbc, odbc_connect and odbc_pconnect ( #4215 )
...
Co-authored-by: Gina Peter Banyard <girgias@php.net >
2025-01-27 14:02:58 +00:00
Niels Dossche
a8b6f4dd3a
Document Dom\HTMLDocument methods ( #4314 )
2025-01-14 12:29:20 +00:00
Niels Dossche
ffd2ef754b
Document Dom\TokenList ( #4306 )
2024-12-21 11:50:23 +01:00
Máté Kocsis
32caa89e81
PHP 8.4: Document StreamBucket ( #4297 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2024-12-20 13:36:23 +00:00
Jim Winstead
9b68bf2b63
Clarify return value of strcmp() and friends ( fixes #3629 ) ( #4295 )
2024-12-16 22:55:24 +01:00
Gina Peter Banyard
e93feee287
Integrate SPL language-snippets and rearrange SPL docs ( #4286 )
...
* Integrate SPL language-snippets
They are only used once, having them as entities is useless.
* Move SPL interfaces from misc to interface page
* Rearrange SPL docs
Move ArrayObject to data structures, get rid of misc page, do not chunk introduction
* Remove interface list, the ToC shows the same info
2024-12-10 23:42:47 +00:00
alfsb
810229e31c
Remove duplicated entities from doc-base global.ent ( #4282 )
...
Co-authored-by: André L F S Bacci <ae@php.net >
2024-12-09 23:31:56 +00:00
Niels Dossche
ebbc5bb97c
Update encoding note for new DOM
2024-12-07 18:12:19 +01:00
Niels Dossche
bead080a99
Reference new DOM classes in loadHTML(File)
2024-12-07 18:12:19 +01:00
Máté Kocsis
ed1aff1360
Synchronize manual with stubs for PHP 8.4 - part 4 ( #4186 )
...
Co-authored-by: Gina Peter Banyard <girgias@php.net >
2024-12-02 15:40:42 +01:00
Gina Peter Banyard
53054bf8de
Filter: Rewrite function docs and remove now useless section ( #4158 )
2024-12-02 12:32:19 +00:00
Saki Takamachi
ddb05f8827
ext/bcmath: Improve documentation for BCMath ( #4163 )
...
- Use XIncludes to reduce duplications
- Add error sections
- Fix description of the scale parameter.
- Wording improvements
---------
Co-authored-by: Gina Peter Banyard <girgias@php.net >
Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com >
2024-12-01 12:51:49 +00:00
Gina Peter Banyard
c75f19c74f
Fix GH-3336: String arguments that are converted have misleading explanation ( #3337 )
2024-11-28 11:44:26 +00:00
Jim Winstead
9a5b92a308
Clarify extension status ( #3803 )
...
* Gmagick has never had a non-beta release
* mqseries has never had a stable release
* Warn that recode extension is unmaintained
* rnp has never had a stable release.
* stats extension is unmaintained
* svn extension was already marked experimental in text
* Windows DLLs are available now for xdiff
* svm has never had a stable release
* Mark zmq experimental/unmaintained, and actually connect install section
* Fix reference to installation section for zmq that moved
* parle has never had a stable release
* Mark ui as experimental, clean up intro slightly
* Add text warning that Imagick is still considered experimental
* Fix Status/State mix-up, and regenerate appendices/extensions.xml
2024-11-24 13:27:04 -08:00
Gina Peter Banyard
8b502f81f9
Remove link tag around constant tag
...
Constant tags now support linking, so this is useless
2024-11-24 03:16:37 +00:00
Gina Peter Banyard
9cd8eb0f11
PHP 8.4: xml_set_*() deprecations and changes ( #4067 )
2024-11-14 21:18:36 +00:00
tekimen
d0e23f4816
[PHP 8.4] Add more explaination for added mbstring functions ( #3929 )
...
* [PHP 8.4] mb_[lr]?trim functions trimmed characters and some words modified.
Add more explaination for mb_ucfirst and mb_lcfirst functions
2024-11-12 17:41:40 -08:00
haszi
976425d4f6
Add replaceable tags to constants where applicable ( #4028 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-11-09 19:24:19 +00:00
Tim Düsterhus
5051184c4f
Add warn.deprecated.feature-8-4-0 to language-snippets.ent ( #3991 )
2024-11-03 20:21:32 +01:00
Gina Peter Banyard
17a5268812
Remove old Mongo DB extension language entities ( #3967 )
...
Those are for the old Mongo DB extension, which is no longer documented.
2024-10-30 18:03:10 +00:00
Gina Peter Banyard
9a97633582
Remove safe mode language entities
...
Safe mode is no longer documented as it has been removed
2024-10-29 22:26:14 +00:00
Gina Peter Banyard
11b5e83758
Remove PHP 5 specific language entity
2024-10-29 22:20:47 +00:00
Gina Peter Banyard
ac262ba18c
Remove APD language entities
...
The extension is no longer documented
2024-10-29 22:13:25 +00:00
Gina Peter Banyard
ee469d918e
Remove MSQL language entities
...
The extension is no longer documented
2024-10-29 21:54:28 +00:00
Gina Peter Banyard
e7eda6f08e
Remove Sybase language entities
...
The extension is no longer documented
2024-10-29 21:53:37 +00:00
Gina Peter Banyard
aa85e1b50d
Remove CPDF language entities
...
The extension is no longer documented
2024-10-29 21:52:49 +00:00
Gina Peter Banyard
e89ff86895
Remove IPv6 PHP 5 language entity
2024-10-29 21:51:17 +00:00
Gina Peter Banyard
e5347c556f
Remove some unused Runkit language entities
2024-10-29 21:49:04 +00:00
Gina Peter Banyard
93fcd0ecb8
Remove some unused COM language entities
2024-10-29 21:47:03 +00:00
Gina Peter Banyard
519bf51ae0
Remove some unused PHAR language entities
2024-10-29 21:46:15 +00:00
Sergey Panteleev
7ce9e1661d
[PHP 8.4] Add deprecation warning to mysqli functions ( #3958 )
2024-10-29 14:12:14 +00:00
Mikhail Alferov
132f97d001
language-snippets.ent Add the missing dot character
2024-10-28 11:53:11 +00:00
Mikhail Alferov
024f0e6014
language-snippets.ent Explain codepoints and add tags ( #3932 )
...
* language-snippets.ent Explain the meaning of nums and add tags
* language-snippets.ent Replace dec codepoint to mnemonics
2024-10-27 11:53:25 +00:00
Sergey Panteleev
27ae0a4a16
[PHP 8.4] Add mb_* functions ( #3922 )
...
Co-authored-by: Gina Peter Banyard <girgias@php.net >
Co-authored-by: tekimen <youkidearitai@gmail.com >
2024-10-24 23:33:20 +03:00
Sergey Panteleev
44428b04b7
[PHP 8.4] DBA resource to Object conversions ( #3914 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2024-10-24 14:28:49 +03:00