- typo
authorMichael Wallner <mike@php.net>
Tue, 19 Jul 2005 16:30:27 +0000 (16:30 +0000)
committerMichael Wallner <mike@php.net>
Tue, 19 Jul 2005 16:30:27 +0000 (16:30 +0000)
http_functions.c

index 7612013c070aca40fb1c63f6c5bc14b28b547ea6..a46d02883b1dc9bc5d2487bc9a54c4ee2a020b06 100644 (file)
@@ -674,7 +674,7 @@ PHP_FUNCTION(http_get_request_body)
        NO_ARGS;
 
        if (SUCCESS == http_get_request_body(&body, &length)) {
        NO_ARGS;
 
        if (SUCCESS == http_get_request_body(&body, &length)) {
-               RETURN_STRING(body, (int) length, 0);
+               RETURN_STRINGL(body, (int) length, 0);
        } else {
                RETURN_NULL();
        }
        } else {
                RETURN_NULL();
        }