php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63975 Fileinfo module causing parse_ini_file to skip 0 in array
Submitted: 2013-01-12 03:16 UTC Modified: 2013-02-18 00:36 UTC
From: admin at michiganwxsystem dot com Assigned:
Status: No Feedback Package: PHP options/info functions
PHP Version: 5.4.10 OS: CentOS 6.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: admin at michiganwxsystem dot com
New email:
PHP Version: OS:

 

 [2013-01-12 03:16 UTC] 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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-01-12 03:19 UTC] admin at michiganwxsystem dot com
I have confirmed this in 5.3.15 as well
 [2013-01-12 05:17 UTC] pajoye@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 05:17 UTC] pajoye@php.net
-Status: Open +Status: Feedback
 [2013-02-18 00:36 UTC] php-bugs at lists dot php dot net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 14:01:35 2024 UTC