]> granicus.if.org Git - php/commit
Fix wrong datatype
authorManuel Mausz <manuel@mausz.at>
Fri, 21 Aug 2020 11:53:40 +0000 (11:53 +0000)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 21 Aug 2020 13:28:12 +0000 (15:28 +0200)
commit46d62e5464ece54066ae36b3fc567f0c5eb41640
treef6f4b46adce77997004f7a6bd5ceb4e2ac5f6ae9
parentf7c43b8c72822a4722bd7404c6f65e15b2b912c1
Fix wrong datatype

ini_entry->modifiable is of type uint8_t and so should be the temp. variable. Especially important after 4b77a158.

Closes GH-6028
Zend/zend_ini.c