MFB? Please try keeping the HEAD up-to-date..and THEN
    merge these changes..
    
    --Jani
    

On Fri, 29 Nov 2002, Martin Kraemer wrote:

>martin         Fri Nov 29 09:07:28 2002 EDT
>
>  Modified files:              (Branch: PHP_4_3)
>    /php4/main php_content_types.c 
>  Log:
>  Portability: In C sources, do not use C++ comments
>  
>  
>Index: php4/main/php_content_types.c
>diff -u php4/main/php_content_types.c:1.24 php4/main/php_content_types.c:1.24.2.1
>--- 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:07:28 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.24.2.1 2002/11/29 14:07:28 martin 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 */
>
>
>
>

-- 
<- For Sale! ->


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

Reply via email to