From: James Cox Date: Sun, 10 Nov 2002 23:49:04 +0000 (+0000) Subject: give Wez streams credits he deserves. X-Git-Tag: php-4.3.0RC1~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85e9468b1dbf0ffb58d3ac50b055257a08078387;p=php give Wez streams credits he deserves. --- diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 9237a09c3a..f266ae72a2 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -61,6 +61,7 @@ PHPAPI void php_print_credits(int flag) CREDIT_LINE("UNIX Build and Modularization", "Stig Bakken, Sascha Schumann"); CREDIT_LINE("Win32 Port", "Shane Caraveo, Zeev Suraski"); CREDIT_LINE("Server API (SAPI) Abstraction Layer", "Andi Gutmans, Shane Caraveo, Zeev Suraski"); + CREDIT_LINE("Streams Support and Development", "Wez Furlong"); php_info_print_table_end(); }