50
50
*
51
51
* Every user visible function must have an entry in mysqli_functions[].
52
52
*/
53
- function_entry mysqli_functions [] = {
53
+ zend_function_entry mysqli_functions [] = {
54
54
PHP_FE (mysqli_affected_rows , NULL )
55
55
PHP_FE (mysqli_autocommit , NULL )
56
56
PHP_FE (mysqli_change_user , NULL )
@@ -183,7 +183,7 @@ function_entry mysqli_functions[] = {
183
183
*
184
184
* Every user visible function must have an entry in mysqli_functions[].
185
185
*/
186
- function_entry mysqli_link_methods [] = {
186
+ zend_function_entry mysqli_link_methods [] = {
187
187
PHP_FALIAS (autocommit ,mysqli_autocommit ,NULL )
188
188
PHP_FALIAS (change_user ,mysqli_change_user ,NULL )
189
189
PHP_FALIAS (character_set_name , mysqli_character_set_name ,NULL )
@@ -244,7 +244,7 @@ function_entry mysqli_link_methods[] = {
244
244
*
245
245
* Every user visible function must have an entry in mysqli_result_functions[].
246
246
*/
247
- function_entry mysqli_result_methods [] = {
247
+ zend_function_entry mysqli_result_methods [] = {
248
248
PHP_FALIAS (mysqli_result , mysqli_result_construct , NULL )
249
249
PHP_FALIAS (close ,mysqli_free_result ,NULL )
250
250
PHP_FALIAS (free ,mysqli_free_result ,NULL )
@@ -267,7 +267,7 @@ function_entry mysqli_result_methods[] = {
267
267
*
268
268
* Every user visible function must have an entry in mysqli_stmt_functions[].
269
269
*/
270
- function_entry mysqli_stmt_methods [] = {
270
+ zend_function_entry mysqli_stmt_methods [] = {
271
271
PHP_FALIAS (mysqli_stmt , mysqli_stmt_construct , NULL )
272
272
PHP_FALIAS (attr_get ,mysqli_stmt_attr_get ,NULL )
273
273
PHP_FALIAS (attr_set ,mysqli_stmt_attr_set ,NULL )
0 commit comments