Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update php_encoding.c
  • Loading branch information
LamentXU123 committed Apr 10, 2026
commit 273d9210c2aa415a1ab0538d11f6c2ecd53505e7
1 change: 0 additions & 1 deletion ext/soap/php_encoding.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ void whiteSpace_collapse(xmlChar* str)

static encodePtr find_encoder_by_type_name(sdlPtr sdl, const char *type)
{

if (sdl && sdl->encoders) {
encodePtr enc;
size_t type_len = strlen(type);
Expand Down
Loading