php-src/ext/mysqli
Dharman 990bb34891 Handle mysqli errors in more cases
Report errors autocommit, commit, rollback and mysqli_stmt_attr_set.

Additionally, copy the error from conn to stmt when preparing fails,
so these errors are also handled by mysqli_stmt_prepare.

Closes GH-6157.
2020-10-28 11:33:50 +01:00
..
tests Handle mysqli errors in more cases 2020-10-28 11:33:50 +01:00
config.m4 Merge branch 'PHP-7.3' into PHP-7.4 2020-09-17 11:32:01 +02:00
config.w32 Sync with 7be0e06b48 2019-02-28 14:03:49 +01:00
CREDITS
mysqli_api.c Handle mysqli errors in more cases 2020-10-28 11:33:50 +01:00
mysqli_driver.c Merge branch 'PHP-7.3' into PHP-7.4 2020-02-27 09:39:13 +01:00
mysqli_exception.c Remove local variables 2019-02-03 21:03:00 +01:00
mysqli_fe.c Fix number of required arguments in arginfo 2019-10-07 16:32:11 +02:00
mysqli_fe.h Remove more leftovers of mysqli embedded server 2019-02-28 15:43:29 +01:00
mysqli_libmysql.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
mysqli_mysqlnd.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqli_nonapi.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-18 15:30:06 +02:00
mysqli_priv.h Merge branch 'PHP-7.3' into PHP-7.4 2019-06-11 15:41:05 +02:00
mysqli_prop.c Fix #78666 mysqli_options generates Warning on var_dump() 2020-01-28 18:44:02 +01:00
mysqli_report.c Remove local variables 2019-02-03 21:03:00 +01:00
mysqli_result_iterator.c Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros 2019-05-28 20:10:02 +03:00
mysqli_warning.c Fix #78666 mysqli_options generates Warning on var_dump() 2020-01-28 18:44:02 +01:00
mysqli.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-17 11:32:01 +02:00
php_mysqli_structs.h Merge branch 'PHP-7.3' into PHP-7.4 2020-09-17 11:32:01 +02:00
php_mysqli.h Remove local variables 2019-02-03 21:03:00 +01:00