-
Notifications
You must be signed in to change notification settings - Fork 625
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
isBase64 function problem which added in version 7.0.1 #667
Labels
difficulty: easy
fix is easy in difficulty
status: work in progress
Twilio or the community is in the process of implementing
type: bug
bug in the library
Comments
@thinkingserious Could you please check this. |
Why would an attachment only be \n though? |
@martijnmelchers not only \n. For example if it is contained some formatting text with \n
in this situation |
Just run this simple check var_dump(ctype_print('some text
some additional text')); |
thinkingserious
added
type: bug
bug in the library
status: work in progress
Twilio or the community is in the process of implementing
difficulty: easy
fix is easy in difficulty
labels
Aug 15, 2018
Nice find @developer-devPHP! Please allow us to send you some swag by filling out this form. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
difficulty: easy
fix is easy in difficulty
status: work in progress
Twilio or the community is in the process of implementing
type: bug
bug in the library
Issue Summary
A summary of the issue and the environment in which it occurs. If suitable, include the steps required to reproduce the bug. Please feel free to include screenshots, screencasts, code examples.
Steps to Reproduce
After all this process the isBase64 function will return false, because it not passed ctype_print
Technical details:
This issue in version 7.0.1 and came from merge with number #618
my suggestion to change isBase64 function something like this
so new part is this
The text was updated successfully, but these errors were encountered: