diff options
| author | George Peter Banyard <girgias@php.net> | 2020-07-03 13:43:29 +0200 |
|---|---|---|
| committer | George Peter Banyard <girgias@php.net> | 2020-09-15 19:12:02 +0200 |
| commit | 7a95e943d642e05532979a06221c476183eac7e4 (patch) | |
| tree | ded828cad622e5e55e06ec70c9e044e834fffc94 /ext/opcache/Optimizer/zend_func_info.c | |
| parent | 7e61c2edd8456ff502e17e14d517da409f1e6193 (diff) | |
| download | php-git-7a95e943d642e05532979a06221c476183eac7e4.tar.gz | |
Promote warnings to Error in MySQLi extension
Closes GH-5803
Diffstat (limited to 'ext/opcache/Optimizer/zend_func_info.c')
| -rw-r--r-- | ext/opcache/Optimizer/zend_func_info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/opcache/Optimizer/zend_func_info.c b/ext/opcache/Optimizer/zend_func_info.c index 90fb4d9b73..04d3b50ecd 100644 --- a/ext/opcache/Optimizer/zend_func_info.c +++ b/ext/opcache/Optimizer/zend_func_info.c @@ -488,7 +488,6 @@ static const func_info_t func_infos[] = { F1("mysqli_prepare", MAY_BE_FALSE | MAY_BE_OBJECT), F1("mysqli_real_escape_string", MAY_BE_STRING), F1("mysqli_stmt_affected_rows", MAY_BE_LONG | MAY_BE_STRING), - F0("mysqli_stmt_data_seek", MAY_BE_NULL | MAY_BE_FALSE), F1("mysqli_stmt_insert_id", MAY_BE_LONG | MAY_BE_STRING), F1("mysqli_stmt_num_rows", MAY_BE_LONG | MAY_BE_STRING), F1("mysqli_sqlstate", MAY_BE_NULL | MAY_BE_STRING), |
