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 #5480

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

NathanFreeman
Copy link
Member

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

Copy link

codecov bot commented Sep 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.60%. Comparing base (f0ca8d0) to head (01c0cc6).
Report is 1 commits behind head on 5.1.x.

Additional details and impacted files
@@            Coverage Diff             @@
##            5.1.x    #5480      +/-   ##
==========================================
+ Coverage   71.56%   71.60%   +0.04%     
==========================================
  Files         105      105              
  Lines       16094    16094              
  Branches     2972     2973       +1     
==========================================
+ Hits        11517    11524       +7     
+ Misses       4523     4515       -8     
- Partials       54       55       +1     

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

…_string_tolower() functions has been removed, use zend_str_toupper(), zend_string_toupper(), zend_str_tolower(), and zend_string_tolower() respectively instead, Replace zend_atol with zend_ini_parse_quantity.
--TEST--
swoole_server: parse option value to size
--SKIPIF--
<?php require __DIR__ . '/../include/skipif.inc'; ?>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

需要排除8.2以下版本

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@matyhtf matyhtf merged commit 964b97f into swoole:5.1.x Sep 19, 2024
40 of 49 checks passed
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