.. |
mysql-affected-rows.xml
|
|
|
mysql-client-encoding.xml
|
|
|
mysql-close.xml
|
Clarified that connections are closed when a script is finished. A user note by 'win at alinto dot com' inspired this change. For good measure, refer to both result sets and connections.
|
2015-09-02 23:30:35 +00:00 |
mysql-connect.xml
|
Remove changelogs for PHP 4 - 2nd round
|
2014-08-26 14:28:17 +00:00 |
mysql-create-db.xml
|
Clarify when MySQL functions were deprecated if it was before 5.5.
|
2015-02-26 20:52:31 +00:00 |
mysql-data-seek.xml
|
|
|
mysql-db-name.xml
|
|
|
mysql-db-query.xml
|
Clarify when MySQL functions were deprecated if it was before 5.5.
|
2015-02-26 20:52:31 +00:00 |
mysql-drop-db.xml
|
Clarify when MySQL functions were deprecated if it was before 5.5.
|
2015-02-26 20:52:31 +00:00 |
mysql-errno.xml
|
|
|
mysql-error.xml
|
|
|
mysql-escape-string.xml
|
Clarify when MySQL functions were deprecated if it was before 5.5.
|
2015-02-26 20:52:31 +00:00 |
mysql-fetch-array.xml
|
|
|
mysql-fetch-assoc.xml
|
|
|
mysql-fetch-field.xml
|
|
|
mysql-fetch-lengths.xml
|
|
|
mysql-fetch-object.xml
|
Remove changelogs for PHP 4 - 3rd round
|
2014-08-27 17:46:13 +00:00 |
mysql-fetch-row.xml
|
|
|
mysql-field-flags.xml
|
Link mysqli_fetch_field_direct() from mysql_field_flags()
|
2013-05-03 07:04:44 +00:00 |
mysql-field-len.xml
|
|
|
mysql-field-name.xml
|
|
|
mysql-field-seek.xml
|
Fix a long standing TODO by explaining how to use PDOStatement::fetch().
|
2015-02-26 20:42:31 +00:00 |
mysql-field-table.xml
|
|
|
mysql-field-type.xml
|
|
|
mysql-free-result.xml
|
|
|
mysql-get-client-info.xml
|
|
|
mysql-get-host-info.xml
|
|
|
mysql-get-proto-info.xml
|
|
|
mysql-get-server-info.xml
|
|
|
mysql-info.xml
|
|
|
mysql-insert-id.xml
|
|
|
mysql-list-dbs.xml
|
Clarify when MySQL functions were deprecated if it was before 5.5.
|
2015-02-26 20:52:31 +00:00 |
mysql-list-fields.xml
|
Clarify when MySQL functions were deprecated if it was before 5.5.
|
2015-02-26 20:52:31 +00:00 |
mysql-list-processes.xml
|
|
|
mysql-list-tables.xml
|
Resolve doc bug #71017
|
2016-01-06 19:30:43 +00:00 |
mysql-num-fields.xml
|
try to fix wrong alternative to mysql_num_fields (would fix #70373)
|
2015-08-28 00:43:58 +00:00 |
mysql-num-rows.xml
|
Add mysqli alternative to see also
|
2014-03-29 21:53:25 +00:00 |
mysql-pconnect.xml
|
Remove changelogs for PHP 4 - 2nd round
|
2014-08-26 14:28:17 +00:00 |
mysql-ping.xml
|
Use >, even though this is technically OK.
|
2015-02-26 20:51:14 +00:00 |
mysql-query.xml
|
mysql_query() return is mixed, as the statement type determines whether resource or boolean is returned. Reported by PHP Bug #66697
|
2014-02-25 23:38:09 +00:00 |
mysql-real-escape-string.xml
|
Better late than never. Demonstrate that a connection is required, and what happens when one is not.
|
2015-09-04 21:04:10 +00:00 |
mysql-result.xml
|
|
|
mysql-select-db.xml
|
|
|
mysql-set-charset.xml
|
Improved the MySQL character set documentation, a bit
|
2015-08-26 04:32:39 +00:00 |
mysql-stat.xml
|
|
|
mysql-tablename.xml
|
|
|
mysql-thread-id.xml
|
|
|
mysql-unbuffered-query.xml
|
|
|