From: Edin Kadribasic Date: Tue, 21 Jan 2003 02:46:07 +0000 (+0000) Subject: Added missing warning about experimental nature of sapi/embed. X-Git-Tag: PHP_5_0_dev_before_13561_fix~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ceb597ea1a4109b847d434a6d868941b90c2e95d;p=php Added missing warning about experimental nature of sapi/embed. --- diff --git a/sapi/embed/EXPERIMENTAL b/sapi/embed/EXPERIMENTAL new file mode 100644 index 0000000000..293159a693 --- /dev/null +++ b/sapi/embed/EXPERIMENTAL @@ -0,0 +1,5 @@ +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 38cbc5d287..80fed48d00 100644 --- a/sapi/embed/config.m4 +++ b/sapi/embed/config.m4 @@ -5,7 +5,7 @@ dnl AC_MSG_CHECKING(for embedded SAPI library support) AC_ARG_ENABLE(embed, -[ --enable-embed[=TYPE] Enable building of embedded SAPI library +[ --enable-embed[=TYPE] EXPERIMENTAL: Enable building of embedded SAPI library TYPE is either 'shared' or 'static'. [TYPE=shared]], [ case $enableval in