1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

zend_ini: use bool type instead of uint8_t type

This commit is contained in:
Gina Peter Banyard
2026-02-05 18:04:45 +00:00
parent e35b381564
commit ed67072893

View File

@@ -58,7 +58,7 @@ struct _zend_ini_entry {
uint8_t modifiable;
uint8_t orig_modifiable;
uint8_t modified;
bool modified;
const zend_ini_entry_def *def;
};