We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35b381 commit ed67072Copy full SHA for ed67072
1 file changed
Zend/zend_ini.h
@@ -58,7 +58,7 @@ struct _zend_ini_entry {
58
59
uint8_t modifiable;
60
uint8_t orig_modifiable;
61
- uint8_t modified;
+ bool modified;
62
63
const zend_ini_entry_def *def;
64
};
0 commit comments