Skip to content

Commit a04577f

Browse files
authored
Mark sapi/embed as non experimental (php#13668)
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]
1 parent 4794910 commit a04577f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

sapi/embed/EXPERIMENTAL

Lines changed: 0 additions & 5 deletions
This file was deleted.

sapi/embed/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP_ARG_ENABLE([embed],,
22
[AS_HELP_STRING([[--enable-embed[=TYPE]]],
3-
[EXPERIMENTAL: Enable building of embedded SAPI library TYPE is either
3+
[Enable building of embedded SAPI library TYPE is either
44
'shared' or 'static'. [TYPE=shared]])],
55
[no],
66
[no])

0 commit comments

Comments
 (0)