]> granicus.if.org Git - php/commitdiff
Insert bug number.
authorAdam Harvey <aharvey@php.net>
Sun, 8 Nov 2015 14:15:46 +0000 (15:15 +0100)
committerAnatol Belski <ab@php.net>
Mon, 11 Jan 2016 20:36:53 +0000 (21:36 +0100)
sapi/apache2handler/sapi_apache2.c

index 8861d97c3ee016f06065c62f82298f97a99339bb..d25fe3f265f71e2c29e1e3cbd1b2b08d850da820 100644 (file)
@@ -115,7 +115,7 @@ php_apache_sapi_header_content_length(const char *val)
        if (sizeof(apr_off_t) >= 8) {
                /* We're going to assume that long long is always 64 bits. If it's
                 * smaller, we're not doing any worse than we would have before bug
-                * #XXXXX was fixed anyway, since we'll just truncate to 32 bits. */
+                * #70879 was fixed anyway, since we'll just truncate to 32 bits. */
                return (apr_off_t) strtoll(val, (char **) NULL, 10);
        }