php-src/ext/mysqli
Máté Kocsis e328c68305
Rename @cname to @cvalue in stubs (#9043)
@cname currently refers to the constant name in C. However, it is not always a (constant) name, but sometimes a function invocation, so naming it as @cvalue would be more appropriate.
2022-07-19 15:11:42 +02:00
..
tests Deprecate MYSQLI_IS_MARIADB 2022-07-19 11:19:41 +01:00
config.m4 Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
config.w32 Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
CREDITS
mysqli_api.c Implement mysqli_execute_query() (#8660) 2022-07-06 12:23:46 +01:00
mysqli_arginfo.h Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
mysqli_driver.c Remove mysqli_driver::$reconnect property 2022-05-30 15:28:08 +01:00
mysqli_exception.c Fix bug GH-7746 (mysqli_sql_exception->sqlstate is inaccessible) 2021-12-30 14:23:06 +00:00
mysqli_mysqlnd.h Remove uses of TRUE/FALSE in mysqli/pdo_mysql 2021-05-26 15:07:23 +02:00
mysqli_nonapi.c Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
mysqli_priv.h Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
mysqli_prop.c Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
mysqli_report.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mysqli_result_iterator.c Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
mysqli_warning.c Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
mysqli.c Declare ext/mysqli constants in stubs (#8811) 2022-07-18 13:00:35 +02:00
mysqli.stub.php Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
php_mysqli_structs.h Remove mysqli_driver::$reconnect property 2022-05-30 15:28:08 +01:00
php_mysqli.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00