X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_response_object.c;h=ea24fd897bacd04dad48222fe45b722a9b22f6e5;hp=b25da77f70620ba1664f661d1bc43c482deb0e51;hb=17c7ed7977e05599b03fbc2535123760ac65daf2;hpb=a83c1c9e69c84c90c314332b544ea1d73cfa2fcf diff --git a/http_response_object.c b/http_response_object.c index b25da77..ea24fd8 100644 --- a/http_response_object.c +++ b/http_response_object.c @@ -909,10 +909,6 @@ PHP_METHOD(HttpResponse, send) * HttpResponse::setCache(true); * HttpResponse::capture(); * // script follows - * // note that you need to call - * HttpResponse::send(); - * // at the end of the script unless - * // you use PHP-5.1 or greater * ?> * */