Edit report at https://bugs.php.net/bug.php?id=63975&edit=1

 ID:                 63975
 User updated by:    admin at michiganwxsystem dot com
 Reported by:        admin at michiganwxsystem dot com
 Summary:            Fileinfo module causing parse_ini_file to skip 0 in
                     array
 Status:             Open
 Type:               Bug
 Package:            PHP options/info functions
 Operating System:   CentOS 6.2
 PHP Version:        5.4.10
 Block user comment: N
 Private report:     N

 New Comment:

I have confirmed this in 5.3.15 as well


Previous Comments:
------------------------------------------------------------------------
[2013-01-12 03:16:47] admin at michiganwxsystem dot com

Description:
------------
---
>From manual page: http://www.php.net/ref.fileinfo
---
parse_ini_file('/path/to/file', true);
will not read a starting value of 0 when php is built with fileinfo enabled.
example ini file

[Colors]
0=796E4C
1=E8E661
2=FFFF66
3=FFE533
4=FFCC00


with fileinfo enabled, the array will not contain 0 as the start point, the 
array will start at 1, rebuilding php with out fileinfo the array starts at 0
like it should



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63975&edit=1

Reply via email to