mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -126,7 +126,7 @@ static int com_iter_move_forwards(zend_object_iterator *iter)
|
|||
}
|
||||
|
||||
|
||||
static zend_object_iterator_funcs com_iter_funcs = {
|
||||
static const zend_object_iterator_funcs com_iter_funcs = {
|
||||
com_iter_dtor,
|
||||
com_iter_valid,
|
||||
com_iter_get_data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue