diff options
author | James Cox <imajes@php.net> | 2002-11-10 23:49:04 +0000 |
---|---|---|
committer | James Cox <imajes@php.net> | 2002-11-10 23:49:04 +0000 |
commit | 85e9468b1dbf0ffb58d3ac50b055257a08078387 (patch) | |
tree | 62bbc05f32f68dc27bde646c3bb3103b796c05d8 /ext/standard/credits.c | |
parent | b8f3b835119ade0cc82c504a2f7dbbefe6174cde (diff) | |
download | php-git-85e9468b1dbf0ffb58d3ac50b055257a08078387.tar.gz |
give Wez streams credits he deserves.
Diffstat (limited to 'ext/standard/credits.c')
-rw-r--r-- | ext/standard/credits.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } |