Skip to content

Commit 0572448

Browse files
remicolletadoy
authored andcommitted
Fix GH-11382 add missing hash header for bin2hex
1 parent ac4254a commit 0572448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/soap/php_http.c

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "ext/standard/base64.h"
2121
#include "ext/standard/md5.h"
2222
#include "ext/standard/php_random.h"
23+
#include "ext/hash/php_hash.h"
2324

2425
static char *get_http_header_value_nodup(char *headers, char *type, size_t *len);
2526
static char *get_http_header_value(char *headers, char *type);

0 commit comments

Comments
 (0)