Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions EXTENSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ PRIMARY MAINTAINER: Joe Watkins <krakjoe@php.net>, Bob Weinand <bwoebi@php.net>
MAINTENANCE: Unknown
STATUS: 5.6
-------------------------------------------------------------------------------
EXTENSION: frankenPHP
PRIMARY MAINTAINER: Kévin Dunglas <kevin@dunglas.fr>
MAINTENANCE: Maintained
STATUS: 8.2
-------------------------------------------------------------------------------


== Database extensions ==
Expand Down
1 change: 1 addition & 0 deletions ext/standard/credits_sapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ CREDIT_LINE("Embed", "Edin Kadribasic");
CREDIT_LINE("FastCGI Process Manager", "Andrei Nigmatulin, dreamcat4, Antony Dovgal, Jerome Loyet");
CREDIT_LINE("litespeed", "George Wang");
CREDIT_LINE("phpdbg", "Felipe Pena, Joe Watkins, Bob Weinand");
CREDIT_LINE("FrankenPHP", "Kévin Dunglas");
2 changes: 2 additions & 0 deletions sapi/frankenphp/CREDITS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FrankenPHP
Kévin Dunglas