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 when openssl extension is not enabled #229

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

Tigrov
Copy link
Member

@Tigrov Tigrov commented Dec 14, 2023

Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Fixed issues -

Copy link

what-the-diff bot commented Dec 14, 2023

PR Summary

  • Enhancement to Support Functionality in 'HttpStreamProxy.php'
    The update adds a specific function, stream_get_wrappers(), in the HttpStreamProxy.php file. This should provide a better way of handling and managing streams, potentially improving the speed and efficiency of data handling.

  • Condition Addition for 'https' Wrapper Management
    A new condition has been added to the code to manage something called the https wrapper. This is useful whenever the wrapper is already in use or registered, as it gives us the ability to unregister it and then register it again. This is a bit like refreshing the wrapper to ensure that it's working at its best and can help avoid potential issues with wrapper conflicts in the future.

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7305ad7) 81.80% compared to head (b266b43) 81.81%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #229      +/-   ##
============================================
+ Coverage     81.80%   81.81%   +0.01%     
- Complexity      575      576       +1     
============================================
  Files            40       40              
  Lines          1781     1782       +1     
============================================
+ Hits           1457     1458       +1     
  Misses          324      324              

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

@samdark samdark merged commit e61844e into master Dec 14, 2023
22 checks passed
@samdark samdark deleted the fix-openssl-extension-not-enabled branch December 14, 2023 17:50
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.

3 participants