Browse Source

db is deprecated now

experimental/threaded
Marcus Boerger 24 years ago
parent
commit
4ef6a3af03
  1. 11
      configure.in
  2. 2
      ext/db/config.m4

11
configure.in

@ -1235,6 +1235,17 @@ cat <<X
X
fi
if test "$PHP_DB" != "no"; then
cat <<X
+--------------------------------------------------------------------+
| *** WARNING *** |
| |
| You chose to compile PHP with DB extension. This extension is |
| deprecated and does not support databse locking correctly. Please |
| use DBA extension which is a full operational superset. |
X
fi
if test "$MYSQL_MODULE_TYPE" = "builtin" && test "$PHP_SAPI" != "cgi" && test "$PHP_SAPI" != "cli" && test "$php_multiple_shlib_versions_ok" != "yes"; then
cat <<X
+--------------------------------------------------------------------+

2
ext/db/config.m4

@ -26,7 +26,7 @@ AC_DEFUN(AC_PREFERRED_DB_LIB,[
PHP_ARG_WITH(db, for xDBM support,
[ --with-db Include old xDBM support (deprecated)])
[ --with-db Include old xDBM support (deprecated use --with-dba)])
if test "$PHP_DB" != "no"; then

Loading…
Cancel
Save