summaryrefslogtreecommitdiff
path: root/sapi/embed
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2003-01-21 02:46:07 +0000
committerEdin Kadribasic <edink@php.net>2003-01-21 02:46:07 +0000
commitceb597ea1a4109b847d434a6d868941b90c2e95d (patch)
treed3b410b68f69b93a61a6767c3f9d81b59ef2718e /sapi/embed
parent9ad850637e5140ea3c71cb4613ec7180d944be55 (diff)
downloadphp-git-ceb597ea1a4109b847d434a6d868941b90c2e95d.tar.gz
Added missing warning about experimental nature of sapi/embed.
Diffstat (limited to 'sapi/embed')
-rw-r--r--sapi/embed/EXPERIMENTAL5
-rw-r--r--sapi/embed/config.m42
2 files changed, 6 insertions, 1 deletions
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