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

Fixed #70157 - parse_ini_string() segfault with INI_SCANNER_TYPED #1463

Closed
wants to merge 1 commit into from

Conversation

datibbaw
Copy link
Contributor

@datibbaw datibbaw commented Aug 8, 2015

The problem with INI_SCANNER_TYPED is that the scanner will return tokens that may contain values other than strings. This leads to issues when attempting concatenation or array dereferencing.

@php-pulls
Copy link

Comment on behalf of datibbaw at php.net:

Merged with b0c5439.

@php-pulls php-pulls closed this Aug 15, 2015
@datibbaw datibbaw deleted the bug70157 branch March 17, 2020 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants