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

[5.1] Fix some functions that have been replaced #5479

Closed

Conversation

NathanFreeman
Copy link
Member

@NathanFreeman NathanFreeman commented Sep 14, 2024

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.

…_string_tolower() functions has been removed, use zend_str_toupper(), zend_string_toupper(), zend_str_tolower(), and zend_string_tolower() respectively instead.
Copy link

codecov bot commented Sep 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.55%. Comparing base (97d5d54) to head (8407380).
Report is 1 commits behind head on 5.1.x.

Additional details and impacted files
@@           Coverage Diff           @@
##            5.1.x    #5479   +/-   ##
=======================================
  Coverage   71.55%   71.55%           
=======================================
  Files         105      105           
  Lines       16094    16094           
  Branches     2972     2972           
=======================================
  Hits        11516    11516           
  Misses       4524     4524           
  Partials       54       54           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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