1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

phpcredits() update.

This commit is contained in:
Zeev Suraski
2000-04-19 12:43:54 +00:00
parent 207167c54b
commit a81a1c7a1a
+6 -1
View File
@@ -323,8 +323,13 @@ void php_print_credits(int flag)
}
if (flag & PHP_CREDITS_GENERAL) {
/* Language */
/* Design & Concept */
php_info_print_table_start();
php_info_print_table_header(1, "Language Design & Concept");
php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev Suraski");
php_info_print_table_end();
/* PHP 4.0 Language */
php_info_print_table_start();
php_info_print_table_colspan_header(2, "PHP 4.0 Authors");
php_info_print_table_header(2, "Contribution", "Authors");