X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_response_object.c;h=12a9849427d8f376efc58fe2a0476db8680f60ef;hb=30f23d359aff10b458f036226a8e10bceb0a2da9;hp=29f264a00d5ab4a6d638ce646cb5706dbb398ae2;hpb=efd602160cd419f39504f5f58df0d2890a607206;p=m6w6%2Fext-http diff --git a/http_response_object.c b/http_response_object.c index 29f264a..12a9849 100644 --- a/http_response_object.c +++ b/http_response_object.c @@ -306,6 +306,8 @@ PHP_METHOD(HttpResponse, setHeader) * header to read. If the parameter is empty or omitted, an associative array * with all headers will be returned. * + * NOTE: In Apache2 this only works for PHP-5.1.3 and greater. + * * Returns either a string containing the value of the header matching name, * FALSE on failure, or an associative array with all headers. */