mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
PHP 4.0 -> PHP 4. Patch by Martin Jansen <mail@martin-jansen.de>.
This commit is contained in:
parent
df9dc889e0
commit
9063a96dfa
@ -36,7 +36,7 @@ PHPAPI void php_print_credits(int flag)
|
||||
|
||||
php_info_print_style();
|
||||
|
||||
PUTS("<h1 align=\"center\">PHP 4.0 Credits</h1>\n");
|
||||
PUTS("<h1 align=\"center\">PHP 4 Credits</h1>\n");
|
||||
|
||||
if (flag & PHP_CREDITS_GROUP) {
|
||||
/* Group */
|
||||
@ -54,9 +54,9 @@ PHPAPI void php_print_credits(int flag)
|
||||
php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev Suraski");
|
||||
php_info_print_table_end();
|
||||
|
||||
/* PHP 4.0 Language */
|
||||
/* PHP 4 Language */
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_colspan_header(2, "PHP 4.0 Authors");
|
||||
php_info_print_table_colspan_header(2, "PHP 4 Authors");
|
||||
php_info_print_table_header(2, "Contribution", "Authors");
|
||||
CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, Zeev Suraski");
|
||||
CREDIT_LINE("Extension Module API", "Andi Gutmans, Zeev Suraski, Andrei Zmievski");
|
||||
|
@ -238,7 +238,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC)
|
||||
PUTS(SG(request_info).request_uri);
|
||||
}
|
||||
PUTS("?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000\">");
|
||||
PUTS("PHP 4.0 Credits");
|
||||
PUTS("PHP 4 Credits");
|
||||
PUTS("</a></h1>\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user