mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 06:02:45 +01:00
13 lines
435 B
Diff
13 lines
435 B
Diff
Patch-Source: https://github.com/php/php-src/issues/11382#issuecomment-1579096947
|
|
|
|
--- a/ext/soap/php_http.c
|
|
+++ b/ext/soap/php_http.c
|
|
@@ -20,6 +20,7 @@
|
|
#include "ext/standard/base64.h"
|
|
#include "ext/standard/md5.h"
|
|
#include "ext/random/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);
|