1 /*
2 +----------------------------------------------------------------------+
3 | PHP Version 7 |
4 +----------------------------------------------------------------------+
5 | Copyright (c) 1997-2018 The PHP Group |
6 +----------------------------------------------------------------------+
7 | This source file is subject to version 3.01 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
9 | available through the world-wide-web at the following url: |
10 | http://www.php.net/license/3_01.txt |
11 | If you did not receive a copy of the PHP license and are unable to |
12 | obtain it through the world-wide-web, please send a note to |
13 | license@php.net so we can mail you a copy immediately. |
14 +----------------------------------------------------------------------+
15 | Authors: Rasmus Lerdorf <rasmus@php.net> |
16 | Zeev Suraski <zeev@zend.com> |
17 +----------------------------------------------------------------------+
18 */
19
20 /* $Id$ */
21
22 #include "php.h"
23 #include "info.h"
24 #include "SAPI.h"
25
26 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors)
27
php_print_credits(int flag)28 PHPAPI void php_print_credits(int flag) /* {{{ */
29 {
30 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) {
31 php_print_info_htmlhead();
32 }
33
34 if (!sapi_module.phpinfo_as_text) {
35 PUTS("<h1>PHP Credits</h1>\n");
36 } else {
37 PUTS("PHP Credits\n");
38 }
39
40 if (flag & PHP_CREDITS_GROUP) {
41 /* Group */
42
43 php_info_print_table_start();
44 php_info_print_table_header(1, "PHP Group");
45 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");
46 php_info_print_table_end();
47 }
48
49 if (flag & PHP_CREDITS_GENERAL) {
50 /* Design & Concept */
51 php_info_print_table_start();
52 if (!sapi_module.phpinfo_as_text) {
53 php_info_print_table_header(1, "Language Design & Concept");
54 } else {
55 php_info_print_table_header(1, "Language Design & Concept");
56 }
57 php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev Suraski, Marcus Boerger");
58 php_info_print_table_end();
59
60 /* PHP Language */
61 php_info_print_table_start();
62 php_info_print_table_colspan_header(2, "PHP Authors");
63 php_info_print_table_header(2, "Contribution", "Authors");
64 CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Marcus Boerger, Dmitry Stogov, Xinchen Hui, Nikita Popov");
65 CREDIT_LINE("Extension Module API", "Andi Gutmans, Zeev Suraski, Andrei Zmievski");
66 CREDIT_LINE("UNIX Build and Modularization", "Stig Bakken, Sascha Schumann, Jani Taskinen");
67 CREDIT_LINE("Windows Support", "Shane Caraveo, Zeev Suraski, Wez Furlong, Pierre-Alain Joye, Anatol Belski, Kalle Sommer Nielsen");
68 CREDIT_LINE("Server API (SAPI) Abstraction Layer", "Andi Gutmans, Shane Caraveo, Zeev Suraski");
69 CREDIT_LINE("Streams Abstraction Layer", "Wez Furlong, Sara Golemon");
70 CREDIT_LINE("PHP Data Objects Layer", "Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky");
71 CREDIT_LINE("Output Handler", "Zeev Suraski, Thies C. Arntzen, Marcus Boerger, Michael Wallner");
72 CREDIT_LINE("Consistent 64 bit support", "Anthony Ferrara, Anatol Belski");
73 php_info_print_table_end();
74 }
75
76 if (flag & PHP_CREDITS_SAPI) {
77 /* SAPI Modules */
78
79 php_info_print_table_start();
80 php_info_print_table_colspan_header(2, "SAPI Modules");
81 php_info_print_table_header(2, "Contribution", "Authors");
82 #include "credits_sapi.h"
83 php_info_print_table_end();
84 }
85
86 if (flag & PHP_CREDITS_MODULES) {
87 /* Modules */
88
89 php_info_print_table_start();
90 php_info_print_table_colspan_header(2, "Module Authors");
91 php_info_print_table_header(2, "Module", "Authors");
92 #include "credits_ext.h"
93 php_info_print_table_end();
94 }
95
96 if (flag & PHP_CREDITS_DOCS) {
97 php_info_print_table_start();
98 php_info_print_table_colspan_header(2, "PHP Documentation");
99 CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana, Adam Harvey");
100 CREDIT_LINE("Editor", "Peter Cowburn");
101 CREDIT_LINE("User Note Maintainers", "Daniel P. Brown, Thiago Henrique Pojda");
102 CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual.");
103 php_info_print_table_end();
104 }
105
106 if (flag & PHP_CREDITS_QA) {
107 php_info_print_table_start();
108 php_info_print_table_header(1, "PHP Quality Assurance Team");
109 php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen, Pierre-Alain Joye, Dmitry Stogov, Felipe Pena, David Soria Parra, Stanislav Malyshev, Julien Pauli, Stephen Zarkos, Anatol Belski, Remi Collet, Ferenc Kovacs");
110 php_info_print_table_end();
111 }
112
113 if (flag & PHP_CREDITS_WEB) {
114 /* Websites and infrastructure */
115
116 php_info_print_table_start();
117 php_info_print_table_colspan_header(2, "Websites and Infrastructure team");
118 /* www., wiki., windows., master., and others, I guess pecl. too? */
119 CREDIT_LINE("PHP Websites Team", "Rasmus Lerdorf, Hannes Magnusson, Philip Olson, Lukas Kahwe Smith, Pierre-Alain Joye, Kalle Sommer Nielsen, Peter Cowburn, Adam Harvey, Ferenc Kovacs, Levi Morrison");
120 CREDIT_LINE("Event Maintainers", "Damien Seguy, Daniel P. Brown");
121 /* Mirroring */
122 CREDIT_LINE("Network Infrastructure", "Daniel P. Brown");
123 /* Windows build boxes and such things */
124 CREDIT_LINE("Windows Infrastructure", "Alex Schoenmaker");
125 php_info_print_table_end();
126 }
127
128 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) {
129 PUTS("</div></body></html>\n");
130 }
131 }
132 /* }}} */
133
134 /*
135 * Local variables:
136 * tab-width: 4
137 * c-basic-offset: 4
138 * End:
139 * vim600: sw=4 ts=4 fdm=marker
140 * vim<600: sw=4 ts=4
141 */
142