pajoye                                   Mon, 03 May 2010 14:29:07 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=298905

Log:
- WS

Changed paths:
    U   php/php-src/branches/PHP_5_3/sapi/apache2handler/sapi_apache2.c

Modified: php/php-src/branches/PHP_5_3/sapi/apache2handler/sapi_apache2.c
===================================================================
--- php/php-src/branches/PHP_5_3/sapi/apache2handler/sapi_apache2.c     
2010-05-03 14:26:08 UTC (rev 298904)
+++ php/php-src/branches/PHP_5_3/sapi/apache2handler/sapi_apache2.c     
2010-05-03 14:29:07 UTC (rev 298905)
@@ -119,8 +119,8 @@
                                        efree(ctx->content_type);
                                }
                                ctx->content_type = estrdup(val);
-                       } else if (!strcasecmp(sapi_header->header, 
"content-length")) {
-                               ap_set_content_length(ctx->r, strtol(val, (char 
**)NULL, 10));
+                       } else if (!strcasecmp(sapi_header->header, 
"content-length")) {
+                               ap_set_content_length(ctx->r, strtol(val, (char 
**)NULL, 10));
                        } else if (op == SAPI_HEADER_REPLACE) {
                                apr_table_set(ctx->r->headers_out, 
sapi_header->header, val);
                        } else {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to