mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Move zend_object_iterator_funcs structures into read-only data segment
This commit is contained in:
parent
175e461369
commit
1db8402208
20 changed files with 25 additions and 25 deletions
|
@ -211,7 +211,7 @@ extern void php_mysqli_dtor_p_elements(void *data);
|
|||
|
||||
extern void php_mysqli_close(MY_MYSQL * mysql, int close_type, int resource_status);
|
||||
|
||||
extern zend_object_iterator_funcs php_mysqli_result_iterator_funcs;
|
||||
extern const zend_object_iterator_funcs php_mysqli_result_iterator_funcs;
|
||||
extern zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
|
||||
|
||||
extern void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue