We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4254a commit 0572448Copy full SHA for 0572448
ext/soap/php_http.c
@@ -20,6 +20,7 @@
20
#include "ext/standard/base64.h"
21
#include "ext/standard/md5.h"
22
#include "ext/standard/php_random.h"
23
+#include "ext/hash/php_hash.h"
24
25
static char *get_http_header_value_nodup(char *headers, char *type, size_t *len);
26
static char *get_http_header_value(char *headers, char *type);
0 commit comments