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 str_split warning in ContentDisposition.php #115

Closed
wants to merge 1 commit into from

Conversation

smile1980
Copy link

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

fix warning from str_split - there are cases when the value becomes less than 1, str_split tell "Warning: str_split(): The length of each segment must be greater than zero"

@glensc
Copy link
Contributor

glensc commented Oct 8, 2020

@smile1980 include at least input email to reproduce the problem. and the pr title should describe what is being fixed.

@weierophinney weierophinney added the Bug Something isn't working label Feb 12, 2021
@weierophinney weierophinney added this to the 2.13.1 milestone Feb 12, 2021
@weierophinney weierophinney changed the title Update ContentDisposition.php Fix str_split warning in ContentDisposition.php Feb 12, 2021
@weierophinney weierophinney removed this from the 2.13.1 milestone Feb 12, 2021
@weierophinney weierophinney added the Won't Fix This will not be worked on label Feb 12, 2021
@weierophinney
Copy link
Member

Obsolete following merge of #128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Won't Fix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants