sniper Fri Nov 29 09:48:17 2002 EDT Modified files: /php4/main php_content_types.c Log: MFB Index: php4/main/php_content_types.c diff -u php4/main/php_content_types.c:1.24 php4/main/php_content_types.c:1.25 --- php4/main/php_content_types.c:1.24 Tue Nov 12 13:29:11 2002 +++ php4/main/php_content_types.c Fri Nov 29 09:48:17 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_content_types.c,v 1.24 2002/11/12 18:29:11 hholzgra Exp $ */ +/* $Id: php_content_types.c,v 1.25 2002/11/29 14:48:17 sniper Exp $ */ #include "php.h" #include "SAPI.h" @@ -40,7 +40,7 @@ char *data = NULL; int length = 0; - // $HTTP_RAW_POST_DATA registration + /* $HTTP_RAW_POST_DATA registration */ if(!strcmp(SG(request_info).request_method, "POST")) { if(NULL == SG(request_info).post_entry) { /* no post handler registered, so we just swallow the data */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php