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 for PHP 8.4 #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix for PHP 8.4 #42

wants to merge 2 commits into from

Conversation

remicollet
Copy link
Contributor

From 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.

@remicollet
Copy link
Contributor Author

Notice, may be strange but

  • zend_str_tolower exists since php 5
  • zend_str_toupper exists since php 8.2

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