From ad9788d853892ad957883eea68fbb16b1eda57cb Mon Sep 17 00:00:00 2001 From: James Cox Date: Thu, 14 Nov 2002 02:05:53 +0000 Subject: [PATCH] changing.. #also, i think the qa and web team needs updating -- i'd like to see web change to a more general infrastructure category... anyone care to volunteer? :) --- ext/standard/credits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/credits.c b/ext/standard/credits.c index f266ae72a29..ba773cbd4f1 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -61,7 +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"); + CREDIT_LINE("Streams Abstraction Layer", "Wez Furlong"); php_info_print_table_end(); }