summaryrefslogtreecommitdiff
path: root/ext/standard/credits.c
diff options
context:
space:
mode:
authorjim winstead <jimw@php.net>2001-01-23 00:50:49 +0000
committerjim winstead <jimw@php.net>2001-01-23 00:50:49 +0000
commit36ef109f1a823d0ac02dff3fd62b2e8a217e061a (patch)
treeed6d958e7faf656c34c770045cc4cb11c6a585c6 /ext/standard/credits.c
parentb56006b5b23574e19b766c4556a5193dcbb77146 (diff)
downloadphp-git-36ef109f1a823d0ac02dff3fd62b2e8a217e061a.tar.gz
jouni was added as an author of the docs
Diffstat (limited to 'ext/standard/credits.c')
-rw-r--r--ext/standard/credits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c
index 4c0fa8f1e3..75a3d71813 100644
--- a/ext/standard/credits.c
+++ b/ext/standard/credits.c
@@ -86,7 +86,7 @@ PHPAPI void php_print_credits(int flag)
if (flag & PHP_CREDITS_DOCS) {
php_info_print_table_start();
php_info_print_table_header(1, "PHP Documentation Team");
- php_info_print_table_row(1, "Alexander Aulbach, Stig Bakken, Rasmus Lerdorf, Egon Schmid, Zeev Suraski, Lars Torben Wilson, Jim Winstead");
+ php_info_print_table_row(1, "Jouni Ahto, Alexander Aulbach, Stig Bakken, Rasmus Lerdorf, Egon Schmid, Zeev Suraski, Lars Torben Wilson, Jim Winstead");
php_info_print_table_row(1, "Edited by: Stig Bakken and Egon Schmid");
php_info_print_table_end();
}