Kamil Tekiela
|
772cf37c3f
|
Added missing code comment
|
2022-04-17 18:16:01 +01:00 |
|
Máté Kocsis
|
c55ff133ad
|
Annotate readonly ext/mysqli properties (#1505)
|
2022-04-05 13:48:02 +02:00 |
|
Kamil Tekiela
|
104bc5c203
|
Modernize examples on connect_error & connect_errno (#1454)
|
2022-03-13 19:54:44 +00:00 |
|
Philip Olson
|
607ec1f63c
|
Mention LOAD LOCAL INFILE functionality was added in 8.1.0
|
2022-01-25 20:25:23 -08:00 |
|
Máté Kocsis
|
213798ecf0
|
Document mysqli_sql_exception::getSqlState() (#1310)
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
|
2022-01-10 14:55:43 +01:00 |
|
Máté Kocsis
|
edd0f865ff
|
Fix method include at mysqli-stmt class page
|
2022-01-07 16:30:14 +01:00 |
|
Máté Kocsis
|
9ed7c3ebf7
|
List all ext/mysqli properties instead of including them - part 3 (#1305)
|
2022-01-07 16:27:13 +01:00 |
|
Máté Kocsis
|
5d8dfb3107
|
List all ext/mysqli properties instead of including them - part 1 (#1302)
|
2022-01-07 15:31:36 +01:00 |
|
Máté Kocsis
|
db38c455be
|
List all ext/mysqli properties instead of including them - part 2 (#1304)
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
|
2022-01-07 15:10:48 +01:00 |
|
Kamil Tekiela
|
19a475c5cb
|
Document mysqli_result::__construct (#1279)
|
2021-12-29 22:58:11 +00:00 |
|
Máté Kocsis
|
b06b3f19af
|
Regenerate ext/mysqli class and method synopses from stubs (#1271)
|
2021-12-28 22:36:41 +01:00 |
|
Sergey Panteleev
|
181e9c5572
|
Fix section order issues (#1262)
|
2021-12-28 08:00:18 +03:00 |
|
Kamil Tekiela
|
9f168fb751
|
mysqli_driver::$driver_version is deprecated and $embedded is removed (#1254)
|
2021-12-26 21:38:31 +00:00 |
|
Máté Kocsis
|
e5021b6d8b
|
Generate various class synopses from stubs - part 2 (#1251)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
|
2021-12-26 12:10:36 +01:00 |
|
Kamil Tekiela
|
e46611dfaa
|
[PHP 8.1] mysqli::init() is deprecated (#1253)
|
2021-12-25 14:31:41 +00:00 |
|
Kamil Tekiela
|
64578cbd8d
|
[PHP 8.1] mysqli::get_client_info is deprecated (#1252)
|
2021-12-25 14:17:39 +00:00 |
|
Christoph M. Becker
|
cf02a33d46
|
Fix GH-1237: mysqli_result doesn't list getIterator as one of the methods
|
2021-12-22 23:33:34 +01:00 |
|
Christoph M. Becker
|
c470f264a0
|
Document MYSQLI_IS_MARIADB
Cf. <https://github.com/php/php-src/pull/7713>.
|
2021-12-05 19:29:04 +01:00 |
|
Kamil Tekiela
|
14e5e29fd1
|
Remove typo whitespace
|
2021-11-25 21:26:37 +00:00 |
|
Kamil Tekiela
|
5881f96d8b
|
Remove function name from return values of fetch_column
There are OOP and procedural variants, so specifying only the procedural
name can be confusing.
|
2021-11-17 18:35:47 +00:00 |
|
Kamil Tekiela
|
11731a4f73
|
Improve mysqli fetch_* descriptions
|
2021-11-17 18:33:05 +00:00 |
|
Kamil Tekiela
|
b610be0d56
|
Aling refpurpose of all mysqli fetch functions
|
2021-11-16 21:01:58 +00:00 |
|
Kamil Tekiela
|
1861d5203b
|
mysqli_fetch_assoc return values fix
|
2021-11-16 20:37:13 +00:00 |
|
Kamil Tekiela
|
473b5ab2c1
|
Fix mysqli return values (#1055)
|
2021-11-16 11:19:01 +00:00 |
|
Kamil Tekiela
|
dfa86bcd6d
|
Use type entities
|
2021-11-13 12:58:16 +00:00 |
|
hakre
|
d5161a40ab
|
Add note when return value is string (#1062)
Note taken from reference/mysqli/mysqli_result/num-rows.xml.
Extracting !ENTITY mysqli.integer.overflow.as.string.note
|
2021-11-13 12:49:53 +00:00 |
|
Sebastian Hädrich
|
933c299ca9
|
Add mysqli::debug() options parameters from comment
As per https://www.php.net/manual/en/mysqli.debug.php#122219
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-1079.
|
2021-11-10 15:46:18 +01:00 |
|
Kamil Tekiela
|
9097ea48f6
|
Fix type of ->num_rows
|
2021-11-04 08:44:34 +00:00 |
|
Kamil Tekiela
|
7ad83bb05b
|
next_result() and fetch_all() are now available when linking against libmysqlclient (#1054)
|
2021-10-29 23:18:36 +01:00 |
|
Anna Filina
|
b427504aec
|
Clarification of return values descriptions for mysqli fetch functions (#841)
Co-authored-by: shevchenko.r <r.shevchenko@bookcentre.ru>
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
|
2021-10-29 22:15:28 +01:00 |
|
Kamil Tekiela
|
52779f983f
|
Incorrect information in the return values section of fetch_fields (#1043)
|
2021-10-25 08:08:47 +01:00 |
|
Kamil Tekiela
|
4e8c90ca8a
|
PHP 8.1: Document mysqli_result::fetch_column (#776)
|
2021-10-19 09:31:48 +01:00 |
|
Kamil Tekiela
|
4f93fb38da
|
[PHP 8.1] Updated mysqli error reporting (#1024)
|
2021-10-18 12:02:07 +01:00 |
|
Sergey Panteleev
|
3976ceb925
|
Add MYSQLI_REFRESH_REPLICA description (#1006)
|
2021-10-09 23:48:18 +03:00 |
|
Sergey Panteleev
|
9b50279c67
|
[PHP 8.1] Update mysqli_stmt::execute description (#987)
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
|
2021-10-02 19:50:22 +03:00 |
|
Kamil Tekiela
|
ab5887fb61
|
Small fixes in pdo execute (#989)
* Use temporary table instead
* Uppercase
* Better description
|
2021-10-01 17:43:42 +01:00 |
|
Máté Kocsis
|
b0b19b6618
|
Generate methodsynopses based on stubs for recent changes (#903)
|
2021-10-01 17:23:05 +02:00 |
|
Kamil Tekiela
|
a6d7e331c3
|
Revert "Deprecated MYSQLI_REFRESH_SLAVE in favor of MYSQLI_REFRESH_REPLICA"
This reverts commit 5d2ef1771f .
|
2021-09-22 11:00:31 +01:00 |
|
Philip Olson
|
5d2ef1771f
|
Deprecated MYSQLI_REFRESH_SLAVE in favor of MYSQLI_REFRESH_REPLICA
|
2021-09-21 15:02:06 -07:00 |
|
Kamil Tekiela
|
67c340d029
|
Updating mysqli: data_seek
* Simplified examples
* Add mysqli_stmt_get_result
* Fix example tags
* Added a secondary example
* Fix code comments
Closes GH-887.
|
2021-09-14 15:25:19 +02:00 |
|
Kamil Tekiela
|
b1fc217c5f
|
Updating mysqli: mysqli_num_rows
* Changed article
* More accurate description
* More accurate return value
* Improved example
* See also
* Add a note
Closes GH-891.
|
2021-09-03 16:04:51 +02:00 |
|
Kamil Tekiela
|
a3051835f7
|
Updating mysqli: mysqli_num_fields
* Aligned wording
* Explicitely list columns to make it obvious where the number comes from
Closes GH-892.
|
2021-09-03 15:59:33 +02:00 |
|
Kamil Tekiela
|
a3365c7546
|
Updating mysqli: set_charset (#844)
* default was confusing
* Simplify examples
* It's character set
* Remove duplication
|
2021-08-17 13:52:25 -04:00 |
|
Kamil Tekiela
|
de9c65c91f
|
Remove E_STRICT and other PHP 5 related information (#730)
|
2021-08-17 17:56:25 +01:00 |
|
Peter Cowburn
|
2e8ef0a1bd
|
hyphenate "object-oriented"
refs #846
|
2021-08-08 18:48:47 +01:00 |
|
Kamil Tekiela
|
22eb6b0686
|
Provide better documentation for mysqli_multi_query (#737)
|
2021-08-06 21:12:30 +01:00 |
|
Kamil Tekiela
|
48f0bac7fd
|
Updating mysqli: bind_result (#770)
|
2021-08-06 13:59:30 +01:00 |
|
Kamil Tekiela
|
c85c9d1d44
|
<methodname> to <function>
|
2021-08-06 13:53:15 +01:00 |
|
Kamil Tekiela
|
cbf72e3145
|
Updating mysqli: get_result (#771)
|
2021-08-05 22:14:51 +01:00 |
|
Kamil Tekiela
|
05ccabd6b1
|
Updating mysqli: insert_id (#627)
|
2021-08-05 21:41:10 +01:00 |
|