]> granicus.if.org Git - php/commit
Fixed bug #74600
authorManuel Mausz <manuel@mausz.at>
Thu, 8 Jun 2017 23:43:08 +0000 (01:43 +0200)
committerManuel Mausz <manuel@mausz.at>
Thu, 8 Jun 2017 23:43:08 +0000 (01:43 +0200)
commitee0e6963f39cc8f30bbd5675a0c4880a18b63b00
tree1db73609ab8dea419ce04c037ccb318af3900177
parent9997767dc381de43ed6e8e138306c163afad6119
Fixed bug #74600

Make sure the hash entry is an array.

The origin fix broke support for HOST/PATH ini sections. Only the
beginning of the string has to match. Revert this check but use
zend_binary_strncasecmp instead of strncasecmp.
main/php_ini.c