]> granicus.if.org Git - php/commit
Fix #70825: Cannot fetch multiple values with group in ini file
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 25 Aug 2016 16:10:38 +0000 (18:10 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 25 Aug 2016 16:18:10 +0000 (18:18 +0200)
commit84512a117789563a64172115c648944538006a69
tree8eca1a77ea2c6ee61d1a648e119ac22e982513f5
parentbd8112afe076cd975fbfcf82b659f6420317de70
Fix #70825: Cannot fetch multiple values with group in ini file

If we have the position already from the last fetch, we also have to preset
the current group, because it won't be read again.
NEWS
ext/dba/libinifile/inifile.c
ext/dba/tests/bug70825.phpt [new file with mode: 0644]