Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 715dc6b

Browse files
committedJul 17, 1999
Update credits a bit.
"Overall Work" line should probably be extended.
1 parent 3335c8e commit 715dc6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎ext/standard/info.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ void php_print_credits(int flag)
268268
CREDIT_LINE("Apache SAPI Module", "Rasmus Lerdorf, Zeev Suraski");
269269
CREDIT_LINE("ISAPI SAPI Module", "Andi Gutmans, Zeev Suraski");
270270
CREDIT_LINE("CGI SAPI Module", "Rasmus Lerdorf, Stig Sather Bakken");
271+
CREDIT_LINE("Overall Work", "Sascha Schumann, Andrey Zmievski, Thies C. Arntzen, and others");
271272
PUTS("</table>\n");
272273
}
273274

@@ -301,7 +302,7 @@ void php_print_credits(int flag)
301302
CREDIT_LINE("Perl Compatible Regexps", "Andrey Zmievski");
302303
CREDIT_LINE("PDF", "Uwe Steinmann");
303304
CREDIT_LINE("PostgreSQL", "Jouni Ahto, Zeev Suraski");
304-
CREDIT_LINE("Sessions", "Sascha Schumann");
305+
CREDIT_LINE("Sessions", "Sascha Schumann, Andrey Zmievski");
305306
CREDIT_LINE("SNMP", "Rasmus Lerdorf");
306307
CREDIT_LINE("Sybase", "Zeev Suraski");
307308
CREDIT_LINE("System V Shared Memory", "Christian Cartus");

0 commit comments

Comments
 (0)
Failed to load comments.