mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Mark sapi/embed as non experimental (#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]
This commit is contained in:
parent
47949101ae
commit
a04577fb4a
@ -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!
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user