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

Update mime_encode.php #82

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Update mime_encode.php #82

merged 1 commit into from
Jul 4, 2024

Conversation

dallaslu
Copy link
Contributor

@dallaslu dallaslu commented Jul 4, 2024

fix: error PHP message: PHP Fatal error: Uncaught TypeError: strcasecmp(): Argument #1 ($string1) must be of type string

There is is_array($value) in default case, so, it needs is_string to detect.

fix: error `PHP message: PHP Fatal error:  Uncaught TypeError: strcasecmp(): Argument Z-Hub#1 ($string1) must be of type string`

There is `is_array($value)` in default case, so, it needs `is_string` to detect.
@matidau
Copy link
Collaborator

matidau commented Jul 4, 2024

This one is also good to merge, if you can release it (or the other PR) under the AGPLv3.

Thanks again 🙂

@matidau matidau merged commit 001f025 into Z-Hub:develop Jul 4, 2024
2 checks passed
matidau added a commit to matidau/Z-Push that referenced this pull request Aug 8, 2024
matidau added a commit that referenced this pull request Aug 8, 2024
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