Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phalcon\Config\Adapter\Ini parse error #13604

Closed
zuozhehao opened this issue Nov 15, 2018 · 2 comments
Closed

Phalcon\Config\Adapter\Ini parse error #13604

zuozhehao opened this issue Nov 15, 2018 · 2 comments
Labels
bug A bug report status: low Low
Milestone

Comments

@zuozhehao
Copy link

zuozhehao commented Nov 15, 2018

[task]
a.10[]  = 1
a.10[]  = 2
a.20[]  = 3
a.20[]  = 4

output:
Array
        (
            [a] => Array
                (
                    [10] => Array
                        (
                            [0] => 1
                            [1] => 2
                        )

                    [11] => Array
                        (
                            [0] => 3
                            [1] => 4
                        )

                )

        )
@CameronHall
Copy link
Contributor

CameronHall commented Nov 16, 2018

Hey @zuozhehao,

This looks to be related to #12725. It should be fixed in 3.4.2 :)

@sergeyklay
Copy link
Contributor

Fixed in the 3.4.x branch. Feel free to open a new issue if the problem appears again. Thank you for contributing.

@niden niden added bug A bug report status: low Low and removed Bug - Low labels Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: low Low
Projects
None yet
Development

No branches or pull requests

4 participants