From 30f229eec24f72e6c6d970587007adce2aec03a2 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 11 Mar 2024 00:41:04 +0100 Subject: [PATCH] Mark sapi/embed as non experimental The embed SAPI has been around for quite a while now, and many apps already use it in production. It can be marked as non experimental to avoid confusion. [skip ci] --- sapi/embed/EXPERIMENTAL | 5 ----- sapi/embed/config.m4 | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 sapi/embed/EXPERIMENTAL diff --git a/sapi/embed/EXPERIMENTAL b/sapi/embed/EXPERIMENTAL deleted file mode 100644 index 3ea19fd32003..000000000000 --- a/sapi/embed/EXPERIMENTAL +++ /dev/null @@ -1,5 +0,0 @@ -this module is experimental, -its functions may change their names -or move to extension all together -so do not rely to much on them -you have been warned! diff --git a/sapi/embed/config.m4 b/sapi/embed/config.m4 index 1b44ee941201..dd66a9b5374d 100644 --- a/sapi/embed/config.m4 +++ b/sapi/embed/config.m4 @@ -1,6 +1,6 @@ PHP_ARG_ENABLE([embed],, [AS_HELP_STRING([[--enable-embed[=TYPE]]], - [EXPERIMENTAL: Enable building of embedded SAPI library TYPE is either + [Enable building of embedded SAPI library TYPE is either 'shared' or 'static'. [TYPE=shared]])], [no], [no])