1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00
Files
archived-php-src/ext/mysqlnd
Nikita Popov 806465892e MySQLnd: Drop free_result_internal
Merge it into free_result. There is a large number of different
free_* functions for result sets, let's avoid having one more.
Only difference is that it does not increment stats, and that
seems like a bug as free_stmt_result is still freeing a result.
2020-12-15 12:35:58 +01:00
..
2020-05-15 09:13:22 +02:00
2019-12-27 17:31:27 +01:00
2020-04-14 10:37:37 +02:00
2020-09-01 12:25:38 +02:00
2020-12-14 12:28:26 +01:00
2020-09-14 12:03:07 +02:00
2020-12-15 10:55:53 +01:00