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

 ID:               63975
 Updated by:       php-bugs@lists.php.net
 Reported by:      admin at michiganwxsystem dot com
 Summary:          Fileinfo module causing parse_ini_file to skip 0 in
                   array
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          PHP options/info functions
 Operating System: CentOS 6.2
 PHP Version:      5.4.10

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2013-01-12 05:17:59] paj...@php.net

You mean using fileinfo built statically?

However, I do not see how it could be remotely related as fileinfo does nothing 
related with stream and even less with a given path.

------------------------------------------------------------------------
[2013-01-12 03:19:43] admin at michiganwxsystem dot com

I have confirmed this in 5.3.15 as well

------------------------------------------------------------------------
[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