X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_api.c;h=22d622cdf6cb42e8ed12a0003a652a91354f87fe;hp=27986373b2f328895cd22ecb7c5c933e0506b2b3;hb=05c863a6faa9a3ddd83ac1bdf62edbfc7a6ccf4f;hpb=dc76f745ce61ab266f873e80a39604fa91875c3d diff --git a/http_api.c b/http_api.c index 2798637..22d622c 100644 --- a/http_api.c +++ b/http_api.c @@ -21,7 +21,6 @@ #include "SAPI.h" #include "php_output.h" #include "ext/standard/url.h" -#include "ext/standard/head.h" #include "php_http_api.h" #include "php_http_send_api.h" @@ -250,7 +249,7 @@ STATUS _http_exit_ex(int status, char *header, char *body, zend_bool send_header } php_end_ob_buffers(0 TSRMLS_CC); - if (php_header(TSRMLS_C) && body) { + if ((SUCCESS == sapi_send_headers(TSRMLS_C)) && body) { PHPWRITE(body, strlen(body)); }