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

Fix PHP notices in tracefile analyser #498

Merged
merged 2 commits into from
Aug 12, 2019

Conversation

derickr
Copy link
Contributor

@derickr derickr commented Aug 12, 2019

No description provided.

Stantheman and others added 2 commits August 12, 2019 11:14
parseLine breaks up the incoming string, and the last component is a
number that contains a newline character. A warning is generated each
time that the variable is involved in math operations

Trim the newline left by fgets after the read counter is incremented to
eliminate those warnings.
derickr added a commit that referenced this pull request Aug 12, 2019
@derickr derickr merged commit a88fd7d into xdebug:xdebug_2_8 Aug 12, 2019
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.

2 participants