1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

66 Commits

Author SHA1 Message Date
Jakub Vrana
6d310c441f Fix return type
https://bugs.php.net/78593
2025-04-25 16:41:16 +02:00
Leonardo Lara Rodrigues
6cfb4b27ba mysql_xdevapi/Collection::remove() - Update comment to reflect example code (GH-3664)
'age desc' with limit(1) will return the record with the highest age, not the lowest
2024-08-19 15:15:45 +02:00
Leonardo Lara Rodrigues
ea05e49a99 Typo in mysql_xdevapi/Collection::removeOne() (GH-3665) 2024-08-19 15:12:54 +02:00
Leonardo Lara Rodrigues
8deee9585d Typo in mysql_xdevapi examples (GH-3662)
The extension name is mysql_xdevapi
2024-08-19 11:22:08 +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
Takuya Aramaki
9e6c3416c5 Replace deprecated ${var} string interpolations with {$var} (#3179) 2024-02-13 17:04:06 +00:00
Gina Peter Banyard
d4d5216e7a [skip-revcheck] Replace PHP_INI_* with INI_* constants
Performed via a bash script which can be found on PR GH-3140

Closes GH-3140

Co-authored-by: haszi <haszika80@gmail.com>
2024-01-26 14:00:36 +00:00
Mikhail Alferov
10cf63a9a1 Nit: add missing spaces between coma and function name (#3026)
Add the missing spaces
2023-12-18 00:19:20 +00:00
Martin Samesch
ee52285714 mysqli_xdevapi: fix typos/change wording (#3014)
Co-authored-by: Gina Peter Banyard <girgias@php.net>
2023-12-16 21:49:03 +00:00
alfsb
6ceccac786 [skip-revcheck] Normalize &Constants; and &Methods; usage (#2703)
Drive-by trailing whitespace removals

Co-authored-by: André L F S Bacci <ae@php.net>
2023-08-23 13:09:51 +01:00
George Peter Banyard
73fae4ee51 Fix syntax errors in examples (#1504) 2022-04-05 11:15:46 +01:00
Philip Olson
06cd4fdff7 Added modifyCollection() docs, and updated createCollection() docs to include validate parameter info 2022-01-14 15:06:46 -08:00
Philip Olson
591ad94e5f Removed TLSv1 and TLSv1.1 support in v8.0.28 2022-01-14 11:17:19 -08:00
Philip Olson
3006c659b1 Deprecate TLS 1.0 and 1.1 2021-07-09 15:18:29 -07:00
Philip Olson
01456abae9 Deprecate TLS 1.0 and 1.1 2021-07-09 15:18:14 -07:00
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
Philip Olson
40667918dc Added table ids as needed by the docs at mysql.com 2021-01-27 11:47:40 -08:00
Philip Olson
4206843127 Added informaltable ids as needed by the docs at mysql.com 2021-01-22 14:46:42 -08:00
George Peter Banyard
f88b2cc042 Fix minor errors, provided by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352079 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-14 22:36:00 +00:00
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Yoshinari Takaoka
79d9994b85 fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351145 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 17:30:48 +00:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
9e0f03ac35 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351129 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 11:17:26 +00:00
Philip Olson
22c3c11204 Mention that altering a collection means it won't be seen as a collection; as per oracle bug #31155571
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350720 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-30 19:10:12 +00:00
Philip Olson
b0a34b2fce Document the compression-algorithms connection option; WL #14012
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350583 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-17 21:41:10 +00:00
Philip Olson
51cb7c3022 Removed old SDK reference as per MySQL bug #99612
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350402 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-27 20:53:12 +00:00
Philip Olson
308f4fdbca Added liblz4-tool and zstd for compression support; WL13001
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349748 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-04 21:22:38 +00:00
Philip Olson
7c132f15ad Added compression attribute info; via WL13001
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349598 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-02 22:17:29 +00:00
Philip Olson
1fe6a1faac Added missing mysql_xdevapi\result::getaffecteditemscount()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348247 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-31 19:22:17 +00:00
Philip Olson
3bb6811dc2 xsession was never really a thing; so removing it
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348241 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-30 20:23:10 +00:00
Philip Olson
2ba52fd8a1 Reference 'make protobufs'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347965 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-09 22:26:34 +00:00
Philip Olson
1cdb1e8855 Clarified that NULL is returned if one is not set
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347952 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-06 18:23:56 +00:00
Philip Olson
e335641ae4 Add Session::getDefaultSchema() documentation"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347951 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-06 18:20:27 +00:00
Philip Olson
41eaa88852 Documented the Client connection pooling class
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347946 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-05 22:18:22 +00:00
Nikita Popov
f1e951b988 Remove duplicated words
Patch by carusogabriel.

Closes php/doc-en#7.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347749 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-14 13:46:42 +00:00
Philip Olson
5a20fd035d Added multiple field index example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347406 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-10 20:36:52 +00:00
Philip Olson
805372f68a Removed session::executeSQL() (nobody should use) and tabledelete::offset() (never worked)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347405 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-09 21:24:35 +00:00
Philip Olson
286ab7c124 Clarified return values as array|0 instead of false; an early change/fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347398 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-08 19:27:37 +00:00
Philip Olson
5dcc60dcbb Removed getClientId() and killClient(); they had no use
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347395 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-07 22:51:20 +00:00
Philip Olson
f36cf25979 Removed FieldMetadata; it was removed in v8.0.14 and folks can use the preferred ColumnResult to retrieve the same data
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347394 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-07 22:20:55 +00:00
Philip Olson
6d305ece6d Removed Driver as it never really existed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347393 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-07 21:14:50 +00:00
Philip Olson
23c4a01e6f Synced changes from git; random tweaks here and there, sorry for the hodge-podge commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347171 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-09 19:40:04 +00:00
George Peter Banyard
dd11e151f1 Fix Doc Bug #77852
Correct typo in Example #4 - removes extra ')' at end of '$result = ...' line.

-- 
Provided by anonymous 97354 (damien.harwin@mayden.co.uk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347152 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-05 19:58:43 +00:00
Christoph Michael Becker
18f9cbcbc4 Replace tabs with spaces
Sorry translators, but tabs shouldn't have been there in the first place,
according to the style guidelines (<http://doc.php.net/tutorial/style.php>).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346020 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-19 15:09:50 +00:00
Philip Olson
4a47d8ff87 Fixes, clarifications, file name change, and added build info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345646 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-17 20:10:34 +00:00
André Luis Ferreira da Silva Bacci
730ae1c76c Files without svn:eol-style -- See http://doc.php.net/tutorial/faq.php
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345637 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-14 20:52:23 +00:00
André Luis Ferreira da Silva Bacci
a7f80c7164 Fix 'Inconsistent line ending style'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345629 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-13 17:51:39 +00:00
Philip Olson
47f60af9c6 Fixed parameter information, as reported via a user comment by jcastro at eftec dot cl
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345603 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-05 23:51:54 +00:00
Philip Olson
dab688e6f5 Fixed Collection::Add()'s return type, as reported via a user comment by jcastro at eftec dot cl
Mentioned that _id is only generated by MySQL 8+, as reported via a user comment by cyork at echodreamz dot com


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345602 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-05 23:47:28 +00:00