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

Commits on Sep 14, 2024

  1. 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.
    NathanFreeman committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8407380 View commit details
    Browse the repository at this point in the history