diff options
| author | Derick Rethans <derick@php.net> | 2002-12-26 23:45:05 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2002-12-26 23:45:05 +0000 |
| commit | f3d3dd5bc8da4c772c9a7401cbc16abd98139a04 (patch) | |
| tree | 34cbccb84a3861cdbba074bb6131ef33d0c5fc04 | |
| parent | 4abcff763123d878bd0d909abdf2a57c620b832a (diff) | |
| download | php-git-f3d3dd5bc8da4c772c9a7401cbc16abd98139a04.tar.gz | |
- MFB
| -rw-r--r-- | ext/ftp/CREDITS | 3 | ||||
| -rw-r--r-- | ext/ncurses/CREDITS | 5 | ||||
| -rw-r--r-- | ext/standard/credits.c | 4 | ||||
| -rw-r--r-- | ext/standard/credits_ext.h | 4 |
4 files changed, 6 insertions, 10 deletions
diff --git a/ext/ftp/CREDITS b/ext/ftp/CREDITS index d2f1c256aa..bf0920ad80 100644 --- a/ext/ftp/CREDITS +++ b/ext/ftp/CREDITS @@ -1,3 +1,2 @@ FTP -Andrew Skalski -Stefan Esser
\ No newline at end of file +Stefan Esser, Andrew Skalski diff --git a/ext/ncurses/CREDITS b/ext/ncurses/CREDITS index 2145f66451..312b522ef7 100644 --- a/ext/ncurses/CREDITS +++ b/ext/ncurses/CREDITS @@ -1,5 +1,2 @@ ncurses -Hartmut Holzgraefe -Georg Richter -Wez Furlong -Ilia Alshanetsky +Ilia Alshanetsky, Wez Furlong, Hartmut Holzgraefe, Georg Richter diff --git a/ext/standard/credits.c b/ext/standard/credits.c index ba773cbd4f..3118321136 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -95,8 +95,8 @@ PHPAPI void php_print_credits(int flag) if (flag & PHP_CREDITS_QA) { php_info_print_table_start(); - php_info_print_table_header(1, "PHP Quality Assurance Team"); - php_info_print_table_row(1, "Andre Langhorst, Derick Rethans, Hellekin O. Wolf, Jalal Pushman, James Moore, Jani Taskinen, Joey Smith, Olivier Cahagne, Phil Driscoll, Sebastian Bergmann, Zak Greant"); + php_info_print_table_header(1, "PHP 4.4 Quality Assurance Team"); + php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Stefan Esser, Moriyoshi Koizumi, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen"); php_info_print_table_end(); } diff --git a/ext/standard/credits_ext.h b/ext/standard/credits_ext.h index f7251779f1..84333d863f 100644 --- a/ext/standard/credits_ext.h +++ b/ext/standard/credits_ext.h @@ -31,7 +31,7 @@ CREDIT_LINE("FBSQL", "Frank M. Kromann"); CREDIT_LINE("FDF", "Uwe Steinmann"); CREDIT_LINE("FilePro", "Chad Robinson"); CREDIT_LINE("FriBidi", "Onn Ben-Zvi, Tal Peer"); -CREDIT_LINE("FTP", "Andrew Skalski"); +CREDIT_LINE("FTP", "Stefan Esser, Andrew Skalski"); CREDIT_LINE("GD imaging", "Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto"); CREDIT_LINE("GetText", "Alex Plotnick"); CREDIT_LINE("GNU GMP support", "Stanislav Malyshev"); @@ -56,7 +56,7 @@ CREDIT_LINE("mSQL", "Zeev Suraski"); CREDIT_LINE("MS SQL", "Frank M. Kromann"); CREDIT_LINE("Multibyte (Japanese) String Functions", "Tsukada Takuya, Rui Hirokawa"); CREDIT_LINE("MySQL", "Zeev Suraski, Zak Greant, Georg Richter"); -CREDIT_LINE("ncurses", "Hartmut Holzgraefe"); +CREDIT_LINE("ncurses", "Ilia Alshanetsky, Hartmut Holzgraefe, Georg Richter"); CREDIT_LINE("OCI8", "Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson"); CREDIT_LINE("ODBC", "Stig Bakken, Andreas Karajannis, Frank M. Kromann, Daniel R. Kalowsky"); CREDIT_LINE("OpenSSL", "Stig Venaas, Wez Furlong, Sascha Kettler"); |
