credits_sapi.h 835 B

12345678910111213141516171819
  1. /*
  2. DO NOT EDIT THIS FILE!
  3. it has been automatically created by scripts/dev/credits from
  4. the information found in the various ext/.../CREDITS and
  5. sapi/.../CREDITS files
  6. if you want to change an entry you have to edit the appropriate
  7. CREDITS file instead
  8. */
  9. CREDIT_LINE("Apache 2.0 Handler", "Ian Holsman, Justin Erenkrantz (based on Apache 2.0 Filter code)");
  10. CREDIT_LINE("CGI / FastCGI", "Rasmus Lerdorf, Stig Bakken, Shane Caraveo, Dmitry Stogov");
  11. CREDIT_LINE("CLI", "Edin Kadribasic, Marcus Boerger, Johannes Schlueter, Moriyoshi Koizumi, Xinchen Hui");
  12. CREDIT_LINE("Embed", "Edin Kadribasic");
  13. CREDIT_LINE("FastCGI Process Manager", "Andrei Nigmatulin, dreamcat4, Antony Dovgal, Jerome Loyet");
  14. CREDIT_LINE("litespeed", "George Wang");
  15. CREDIT_LINE("phpdbg", "Felipe Pena, Joe Watkins, Bob Weinand");