php4-beta | 200004
Date: 04/19/00
- Next message: alan: "Re: [PHP4BETA] Browser BACK/Forward Button with Form"
- Previous message: Sels, Stefan: "[PHP4BETA] compiling problems"
- Next in thread: Zeev Suraski: "[PHP4BETA] cvs: /php4/ext/standard info.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
zeev Wed Apr 19 05:44:25 2000 EDT
Modified files:
/php4/ext/standard info.c
Log:
phpcredits() update.
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.83 php4/ext/standard/info.c:1.84
--- php4/ext/standard/info.c:1.83 Mon Apr 17 11:57:40 2000
+++ php4/ext/standard/info.c Wed Apr 19 05:43:54 2000
@@ -323,8 +323,13 @@
}
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");
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: alan: "Re: [PHP4BETA] Browser BACK/Forward Button with Form"
- Previous message: Sels, Stefan: "[PHP4BETA] compiling problems"
- Next in thread: Zeev Suraski: "[PHP4BETA] cvs: /php4/ext/standard info.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

