diff options
author | James Cox <imajes@php.net> | 2002-11-14 02:05:53 +0000 |
---|---|---|
committer | James Cox <imajes@php.net> | 2002-11-14 02:05:53 +0000 |
commit | ad9788d853892ad957883eea68fbb16b1eda57cb (patch) | |
tree | e682f38c427d1c07fed97f5499dd4da23545ce66 /ext/standard/credits.c | |
parent | d3663f76b56777eae169d46c32911888ed0444b1 (diff) | |
download | php-git-ad9788d853892ad957883eea68fbb16b1eda57cb.tar.gz |
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? :)
Diffstat (limited to 'ext/standard/credits.c')
-rw-r--r-- | ext/standard/credits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c index f266ae72a2..ba773cbd4f 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(); } |