edink Mon Jan 20 21:46:07 2003 EDT
Added files:
/php4/sapi/embed EXPERIMENTAL
Modified files:
/php4/sapi/embed config.m4
Log:
Added missing warning about experimental nature of sapi/embed.
Index: php4/sapi/embed/config.m4
diff -u php4/sapi/embed/config.m4:1.7 php4/sapi/embed/config.m4:1.8
--- php4/sapi/embed/config.m4:1.7 Mon Oct 14 18:18:35 2002
+++ php4/sapi/embed/config.m4 Mon Jan 20 21:46:07 2003
@@ -1,11 +1,11 @@
dnl
-dnl $Id: config.m4,v 1.7 2002/10/14 22:18:35 edink Exp $
+dnl $Id: config.m4,v 1.8 2003/01/21 02:46:07 edink Exp $
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php