Skip to content

Commit

Permalink
restore shane to list of members of php group (got lost somewhere alo…
Browse files Browse the repository at this point in the history
…ng the way)
  • Loading branch information
jimwins committed Jul 23, 2002
1 parent b291dfa commit e83a35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/credits.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PHPAPI void php_print_credits(int flag)

php_info_print_table_start();
php_info_print_table_header(1, "PHP Group");
php_info_print_table_row(1, "Thies C. Arntzen, Stig Bakken, Andi Gutmans, Rasmus Lerdorf, Sam Ruby, Sascha Schumann, Zeev Suraski, Jim Winstead, Andrei Zmievski");
php_info_print_table_row(1, "Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Lerdorf, Sam Ruby, Sascha Schumann, Zeev Suraski, Jim Winstead, Andrei Zmievski");
php_info_print_table_end();
}

Expand Down

0 comments on commit e83a35d

Please sign in to comment.