mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
add missing header
This commit is contained in:
parent
0283cfad77
commit
e7e46b2d1c
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "php_soap.h"
|
||||
#include "ext/standard/base64.h"
|
||||
#include "ext/standard/md5.h"
|
||||
#include "ext/standard/php_rand.h"
|
||||
|
||||
static char *get_http_header_value(char *headers, char *type);
|
||||
static int get_http_body(php_stream *socketd, int close, char *headers, char **response, int *out_size TSRMLS_DC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue