php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
credits_sapi.h
Go to the documentation of this file.
1/*
2 DO NOT EDIT THIS FILE!
3
4 it has been automatically created by scripts/dev/credits from
5 the information found in the various ext/.../CREDITS and
6 sapi/.../CREDITS files
7
8 if you want to change an entry you have to edit the appropriate
9 CREDITS file instead
10
11*/
12
13CREDIT_LINE("Apache 2 Handler", "Ian Holsman, Justin Erenkrantz (based on Apache 2 Filter code)");
14CREDIT_LINE("CGI / FastCGI", "Rasmus Lerdorf, Stig Bakken, Shane Caraveo, Dmitry Stogov");
15CREDIT_LINE("CLI", "Edin Kadribasic, Marcus Boerger, Johannes Schlueter, Moriyoshi Koizumi, Xinchen Hui");
16CREDIT_LINE("Embed", "Edin Kadribasic");
17CREDIT_LINE("FastCGI Process Manager", "Andrei Nigmatulin, dreamcat4, Antony Dovgal, Jerome Loyet");
18CREDIT_LINE("litespeed", "George Wang");
19CREDIT_LINE("phpdbg", "Felipe Pena, Joe Watkins, Bob Weinand");
#define CREDIT_LINE(module, authors)
Definition credits.c:22