Lines Matching refs:db2
91 PHP_ARG_WITH(db2,,
92 [ --with-db2[=DIR] DBA: Oracle Berkeley DB 2.x support], no, no)
444 …PHP_DBA_STD_RESULT(db2, Berkeley DB2, [You cannot combine --with-db2 with --with-db3 or --with-db4…
447 if test -f "$i/db2/db.h"; then
449 THIS_INCLUDE=$i/db2/db.h
451 elif test -f "$i/include/db2/db.h"; then
453 THIS_INCLUDE=$i/include/db2/db.h
455 elif test -f "$i/include/db/db2.h"; then
457 THIS_INCLUDE=$i/include/db/db2.h
459 elif test -f "$i/include/db2.h"; then
461 THIS_INCLUDE=$i/include/db2.h
469 PHP_DBA_DB_CHECK(2, db-2 db2 db, [(void)db_appinit("", NULL, (DB_ENV*)0, 0)])
471 PHP_DBA_STD_RESULT(db2, Berkeley DB2)