Skip to content

Soap http optims#21416

Merged
devnexen merged 3 commits intophp:masterfrom
devnexen:soap_http_optims
Mar 12, 2026
Merged

Soap http optims#21416
devnexen merged 3 commits intophp:masterfrom
devnexen:soap_http_optims

Conversation

@devnexen
Copy link
Member

No description provided.

@devnexen devnexen marked this pull request as ready for review March 12, 2026 05:34
@devnexen devnexen requested a review from ndossche as a code owner March 12, 2026 05:34
@@ -1169,17 +1169,16 @@ int make_http_soap_request(
char *p = strrchr(t, '/');
if (p) {
zend_string *s = zend_string_alloc((p - t) + ZSTR_LEN(new_uri->path) + 2, 0);
Copy link
Member

Choose a reason for hiding this comment

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

I think I would prefer to use the concat2 API if you're replacing this code anyway.
Same for the code below

@devnexen devnexen merged commit b0aa6b9 into php:master Mar 12, 2026
19 checks passed
@devnexen devnexen deleted the soap_http_optims branch March 12, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants