php-src/ext/mysqlnd
Nikita Popov 037512cfce Move fetch_all implementation out of mysqlnd
There doesn't seem to be any compelling reason to implement this
in mysqlnd rather than mysqli. It's just a loop over fetch_into.

This makes the function available under libmysqlclient as well,
and thus fixes bug #79372.
2020-12-18 12:27:30 +01:00
..
config9.m4 Remove MYSQLND_COMPRESSION_WANTED define 2020-06-04 10:03:39 +02:00
config-win.h Drop unnecessary stdint and inttypes header checks 2020-04-22 20:18:19 +02:00
config.w32 Native Windows support for mysqlnd sha256 authentification 2020-03-02 16:32:51 +01:00
CREDITS
mysql_float_to_double.h Merge branch 'PHP-7.4' 2020-05-15 09:13:22 +02:00
mysqlnd_alloc.c MySQLnd: Remove mnd_malloc/free etc. 2020-12-17 17:01:09 +01:00
mysqlnd_alloc.h MySQLnd: Remove mnd_malloc/free etc. 2020-12-17 17:01:09 +01:00
mysqlnd_auth.c MySQLnd: Remove some unnecessary allocator failure checks 2020-12-14 11:58:43 +01:00
mysqlnd_auth.h Merge branch 'PHP-7.4' 2019-12-27 17:31:27 +01:00
mysqlnd_block_alloc.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_block_alloc.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_charset.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_charset.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_commands.c MySQLnd: Remove some unnecessary allocator failure checks 2020-12-14 11:58:43 +01:00
mysqlnd_commands.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_connection.c MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_connection.h mysqlnd_error_info_init() cannot fail 2020-12-14 12:31:45 +01:00
mysqlnd_debug.c Merge branch 'PHP-7.4' into master 2020-09-17 12:39:25 +02:00
mysqlnd_debug.h Fix expression warnings and break warnings 2020-06-07 10:41:11 +02:00
mysqlnd_driver.c mysqlnd_error_info_init() cannot fail 2020-12-14 12:31:45 +01:00
mysqlnd_enum_n_def.h MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_ext_plugin.c MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_ext_plugin.h MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_libmysql_compat.h Backport fix for bug #70066 2020-12-10 09:58:47 +01:00
mysqlnd_loaddata.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_plugin.c Fix warning of strict-prototypes 2020-06-07 10:36:50 +02:00
mysqlnd_plugin.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_portability.h Remove int6store() 2020-04-14 10:37:37 +02:00
mysqlnd_priv.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_protocol_frame_codec.c MySQLnd: Remove mnd_malloc/free etc. 2020-12-17 17:01:09 +01:00
mysqlnd_protocol_frame_codec.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_ps_codec.c MySQLnd: Avoid some reallocations in PS decoder 2020-12-17 14:41:47 +01:00
mysqlnd_ps.c Merge branch 'PHP-8.0' 2020-12-18 10:20:55 +01:00
mysqlnd_ps.h MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_read_buffer.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_read_buffer.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_result_meta.c Drop support for max_length in mysqli_fetch_fields() 2020-12-17 10:01:02 +01:00
mysqlnd_result_meta.h Fix warning of strict-prototypes 2020-06-07 10:36:50 +02:00
mysqlnd_result.c Move fetch_all implementation out of mysqlnd 2020-12-18 12:27:30 +01:00
mysqlnd_result.h MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_reverse_api.c Drop some dead code 2020-09-14 12:03:07 +02:00
mysqlnd_reverse_api.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_statistics.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_statistics.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_structs.h Move fetch_all implementation out of mysqlnd 2020-12-18 12:27:30 +01:00
mysqlnd_vio.c Suppress stream errors in mysqlnd 2020-11-30 15:06:28 +01:00
mysqlnd_vio.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_wireprotocol.c MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_wireprotocol.h MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd.h Move fetch_all implementation out of mysqlnd 2020-12-18 12:27:30 +01:00
php_mysqlnd.c MySQLnd: Remove mnd_malloc/free etc. 2020-12-17 17:01:09 +01:00
php_mysqlnd.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00