summaryrefslogtreecommitdiff
path: root/ext/standard/credits.c
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2007-05-22 15:44:11 +0000
committerHannes Magnusson <bjori@php.net>2007-05-22 15:44:11 +0000
commit13feaf3620520be21a9547961779c4c3844a54b1 (patch)
tree58ba3a64d8b772cfd37c2a474e2f41ee368a17e9 /ext/standard/credits.c
parentcdd37424a8cdfbb99febe499a33bf4bccf341a4e (diff)
downloadphp-git-13feaf3620520be21a9547961779c4c3844a54b1.tar.gz
Ladies and gentelmens,
I bring you our new documentation editor.... Philip Olson!
Diffstat (limited to 'ext/standard/credits.c')
-rw-r--r--ext/standard/credits.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c
index 8834cfde9f..4610c3ee7a 100644
--- a/ext/standard/credits.c
+++ b/ext/standard/credits.c
@@ -97,6 +97,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC)
php_info_print_table_start();
php_info_print_table_colspan_header(2, "PHP Documentation");
CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana");
+ CREDIT_LINE("Editor", "Philip Olson");
CREDIT_LINE("User Note Maintainers", "Mehdi Achour, Friedhelm Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer");
CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual.");
php_info_print_table_end();