From c8847bdd5e73e844e4cd67b90147bbd54b453f8c Mon Sep 17 00:00:00 2001 From: Ralph Schindler Date: Wed, 23 Jan 2013 13:04:07 -0600 Subject: [PATCH] Zend\Http\PhpEnvironment\Response: * remove deprecation notices --- library/Zend/Http/PhpEnvironment/Response.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/Zend/Http/PhpEnvironment/Response.php b/library/Zend/Http/PhpEnvironment/Response.php index 3a968ee1f7b..f0400927a65 100644 --- a/library/Zend/Http/PhpEnvironment/Response.php +++ b/library/Zend/Http/PhpEnvironment/Response.php @@ -69,7 +69,6 @@ public function headersSent() /** * @return bool - * @deprecated */ public function contentSent() { @@ -80,7 +79,6 @@ public function contentSent() * Send HTTP headers * * @return Response - * @deprecated */ public function sendHeaders() { @@ -108,7 +106,6 @@ public function sendHeaders() * Send content * * @return Response - * @deprecated */ public function sendContent() { @@ -125,7 +122,6 @@ public function sendContent() * Send HTTP response * * @return Response - * @deprecated */ public function send() {