credits.c 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. /*
  2. +----------------------------------------------------------------------+
  3. | PHP Version 5 |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 1997-2016 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. /* $Id$ */
  20. #include "php.h"
  21. #include "info.h"
  22. #include "SAPI.h"
  23. #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors)
  24. PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */
  25. {
  26. if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) {
  27. php_print_info_htmlhead(TSRMLS_C);
  28. }
  29. if (!sapi_module.phpinfo_as_text) {
  30. PUTS("<h1>PHP Credits</h1>\n");
  31. } else {
  32. PUTS("PHP Credits\n");
  33. }
  34. if (flag & PHP_CREDITS_GROUP) {
  35. /* Group */
  36. php_info_print_table_start();
  37. php_info_print_table_header(1, "PHP Group");
  38. 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");
  39. php_info_print_table_end();
  40. }
  41. if (flag & PHP_CREDITS_GENERAL) {
  42. /* Design & Concept */
  43. php_info_print_table_start();
  44. if (!sapi_module.phpinfo_as_text) {
  45. php_info_print_table_header(1, "Language Design &amp; Concept");
  46. } else {
  47. php_info_print_table_header(1, "Language Design & Concept");
  48. }
  49. php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev Suraski, Marcus Boerger");
  50. php_info_print_table_end();
  51. /* PHP Language */
  52. php_info_print_table_start();
  53. php_info_print_table_colspan_header(2, "PHP Authors");
  54. php_info_print_table_header(2, "Contribution", "Authors");
  55. CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Marcus Boerger, Dmitry Stogov, Xinchen Hui, Nikita Popov");
  56. CREDIT_LINE("Extension Module API", "Andi Gutmans, Zeev Suraski, Andrei Zmievski");
  57. CREDIT_LINE("UNIX Build and Modularization", "Stig Bakken, Sascha Schumann, Jani Taskinen");
  58. CREDIT_LINE("Windows Port", "Shane Caraveo, Zeev Suraski, Wez Furlong, Pierre-Alain Joye, Anatol Belski");
  59. CREDIT_LINE("Server API (SAPI) Abstraction Layer", "Andi Gutmans, Shane Caraveo, Zeev Suraski");
  60. CREDIT_LINE("Streams Abstraction Layer", "Wez Furlong, Sara Golemon");
  61. CREDIT_LINE("PHP Data Objects Layer", "Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky");
  62. CREDIT_LINE("Output Handler", "Zeev Suraski, Thies C. Arntzen, Marcus Boerger, Michael Wallner");
  63. php_info_print_table_end();
  64. }
  65. if (flag & PHP_CREDITS_SAPI) {
  66. /* SAPI Modules */
  67. php_info_print_table_start();
  68. php_info_print_table_colspan_header(2, "SAPI Modules");
  69. php_info_print_table_header(2, "Contribution", "Authors");
  70. #include "credits_sapi.h"
  71. php_info_print_table_end();
  72. }
  73. if (flag & PHP_CREDITS_MODULES) {
  74. /* Modules */
  75. php_info_print_table_start();
  76. php_info_print_table_colspan_header(2, "Module Authors");
  77. php_info_print_table_header(2, "Module", "Authors");
  78. #include "credits_ext.h"
  79. php_info_print_table_end();
  80. }
  81. if (flag & PHP_CREDITS_DOCS) {
  82. php_info_print_table_start();
  83. php_info_print_table_colspan_header(2, "PHP Documentation");
  84. CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, Georg Richter, Damien Seguy, Jakub Vrana, Adam Harvey, Peter Cowburn");
  85. CREDIT_LINE("Editor", "Philip Olson");
  86. CREDIT_LINE("User Note Maintainers", "Daniel P. Brown, Thiago Henrique Pojda");
  87. CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual.");
  88. php_info_print_table_end();
  89. }
  90. if (flag & PHP_CREDITS_QA) {
  91. php_info_print_table_start();
  92. php_info_print_table_header(1, "PHP Quality Assurance Team");
  93. 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");
  94. php_info_print_table_end();
  95. }
  96. if (flag & PHP_CREDITS_WEB) {
  97. /* Websites and infrastructure */
  98. php_info_print_table_start();
  99. php_info_print_table_colspan_header(2, "Websites and Infrastructure team");
  100. /* www., wiki., windows., master., and others, I guess pecl. too? */
  101. 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");
  102. CREDIT_LINE("Event Maintainers", "Damien Seguy, Daniel P. Brown");
  103. /* Mirroring */
  104. CREDIT_LINE("Network Infrastructure", "Daniel P. Brown");
  105. /* Windows build boxes and such things */
  106. CREDIT_LINE("Windows Infrastructure", "Alex Schoenmaker");
  107. php_info_print_table_end();
  108. }
  109. if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) {
  110. PUTS("</div></body></html>\n");
  111. }
  112. }
  113. /* }}} */
  114. /*
  115. * Local variables:
  116. * tab-width: 4
  117. * c-basic-offset: 4
  118. * End:
  119. * vim600: sw=4 ts=4 fdm=marker
  120. * vim<600: sw=4 ts=4
  121. */