php-src/ext/intl/grapheme
Max Kellermann d3facbe283
Mark globals as const (#10303)
This moves them from ``.data`` to ``.rodata`` and allows more compiler optimizations.

* ext/opcache/zend_accelerator_hash: make prime_numbers const

* Zend/zend_signal: make zend_sigs const

* ext/dba: make dba_handler pointers const

* ext/exif: make php_tiff_bytes_per_format and other globals const

* ext/intl/grapheme: make grapheme_extract_iters const

* ext/mstring: make rare_codepoint_bitvec const

* ext/snmp: make objid_mib const

* ext/opcache: make all zend_shared_memory_handlers const
2023-01-23 13:46:58 +00:00
..
grapheme_string.c Mark globals as const (#10303) 2023-01-23 13:46:58 +00:00
grapheme_util.c intl extension, build fix for icu >= 71.x release. 2022-07-06 18:12:19 +01:00
grapheme_util.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
grapheme.h Declare ext/intl constants in stubs - part 14 (#9387) 2022-08-22 13:20:26 +02:00