Lines Matching refs:db2
102 PHP_ARG_WITH([db2],,
103 [AS_HELP_STRING([[--with-db2[=DIR]]],
473 …PHP_DBA_STD_RESULT(db2, Berkeley DB2, [You cannot combine --with-db2 with --with-db3 or --with-db4…
476 if test -f "$i/db2/db.h"; then
478 THIS_INCLUDE=$i/db2/db.h
480 elif test -f "$i/include/db2/db.h"; then
482 THIS_INCLUDE=$i/include/db2/db.h
484 elif test -f "$i/include/db/db2.h"; then
486 THIS_INCLUDE=$i/include/db/db2.h
488 elif test -f "$i/include/db2.h"; then
490 THIS_INCLUDE=$i/include/db2.h
498 PHP_DBA_DB_CHECK(2, db-2 db2 db, [(void)db_appinit("", NULL, (DB_ENV*)0, 0)])
500 PHP_DBA_STD_RESULT(db2, Berkeley DB2)