Skip to content

Commit

Permalink
Fix GH-11382 add missing hash header for bin2hex
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and adoy committed Jun 6, 2023
1 parent ac4254a commit 0572448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/soap/php_http.c
Expand Up @@ -20,6 +20,7 @@
#include "ext/standard/base64.h"
#include "ext/standard/md5.h"
#include "ext/standard/php_random.h"
#include "ext/hash/php_hash.h"

static char *get_http_header_value_nodup(char *headers, char *type, size_t *len);
static char *get_http_header_value(char *headers, char *type);
Expand Down

0 comments on commit 0572448

Please sign in to comment.