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

mailparse doesn't support PHP 8.4 anymore #980

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

mlocati
Copy link
Owner

@mlocati mlocati commented Sep 30, 2024

Error: implicit declaration of function 'php_strtolower'

From https://github.com/php/php-src/blob/php-8.4.0RC1/UPGRADING.INTERNALS:

The php_strtoupper(), php_string_toupper(), php_strtolower(), and
php_string_tolower() functions has been removed, use zend_str_toupper(),
zend_string_toupper(), zend_str_tolower(), and zend_string_tolower()
respectively instead.

Error: implicit declaration of function 'php_strtolower'

From https://github.com/php/php-src/blob/php-8.4.0RC1/UPGRADING.INTERNALS:
  The php_strtoupper(), php_string_toupper(), php_strtolower(), and
  php_string_tolower() functions has been removed, use zend_str_toupper(),
  zend_string_toupper(), zend_str_tolower(), and zend_string_tolower()
  respectively instead.
@mlocati mlocati merged commit eb55ad5 into master Sep 30, 2024
41 checks passed
@mlocati mlocati deleted the mailparse-no-php8.4 branch September 30, 2024 13:58
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.

1 participant