|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests |
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jun 18 19:00:02 2026 UTC |
The entry inside the configure script loks like this: if test "$withval" != "no"; then ODBC_INCDIR=$withval/incl ODBC_LIBDIR=$withval/lib ODBC_LFLAGS=-L$ADA_LIBDIR ODBC_INCLUDE=-I$ADA_INCDIR ODBC_LIBS="${ADA_LIBDIR}/odbclib.a -lsqlrte -lsqlptc" ODBC_TYPE=adabas all three occurences of ADA must be changed to ODBC to work correctly.