]> granicus.if.org Git - php/commitdiff
add credits
authorAnatol Belski <ab@php.net>
Tue, 19 Aug 2014 09:24:54 +0000 (11:24 +0200)
committerAnatol Belski <ab@php.net>
Tue, 19 Aug 2014 09:24:54 +0000 (11:24 +0200)
ext/standard/credits.c

index 3cb6eef7244f131b18eadf3edfc93f386e42ae18..6df81ca029503f56067f6b14871a3bb48d7af7bd 100644 (file)
@@ -69,6 +69,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */
                CREDIT_LINE("Streams Abstraction Layer", "Wez Furlong, Sara Golemon");
                CREDIT_LINE("PHP Data Objects Layer", "Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky");
                CREDIT_LINE("Output Handler", "Zeev Suraski, Thies C. Arntzen, Marcus Boerger, Michael Wallner");
+               CREDIT_LINE("Consistent 64 bit support", "Anthony Ferrara, Anatol Belski");
                php_info_print_table_end();
        }