diff --git a/EXTENSIONS b/EXTENSIONS index 1b745557bf5c8..8526ab3119cd7 100644 --- a/EXTENSIONS +++ b/EXTENSIONS @@ -63,6 +63,11 @@ PRIMARY MAINTAINER: Joe Watkins , Bob Weinand MAINTENANCE: Unknown STATUS: 5.6 ------------------------------------------------------------------------------- +EXTENSION: frankenPHP +PRIMARY MAINTAINER: Kévin Dunglas +MAINTENANCE: Maintained +STATUS: 8.2 +------------------------------------------------------------------------------- == Database extensions == diff --git a/ext/standard/credits_sapi.h b/ext/standard/credits_sapi.h index d6553ea04c1e9..e35d36f0e1b9e 100644 --- a/ext/standard/credits_sapi.h +++ b/ext/standard/credits_sapi.h @@ -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"); diff --git a/sapi/frankenphp/CREDITS b/sapi/frankenphp/CREDITS new file mode 100644 index 0000000000000..a5226fe2bc606 --- /dev/null +++ b/sapi/frankenphp/CREDITS @@ -0,0 +1,2 @@ +FrankenPHP +Kévin Dunglas