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
|
@ -525,7 +525,7 @@ static int saproxy_iter_move_forwards(zend_object_iterator *iter)
|
|||
return SUCCESS;
|
||||
}
|
||||
|
||||
static zend_object_iterator_funcs saproxy_iter_funcs = {
|
||||
static const zend_object_iterator_funcs saproxy_iter_funcs = {
|
||||
saproxy_iter_dtor,
|
||||
saproxy_iter_valid,
|
||||
saproxy_iter_get_data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue