1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove ODBCRouter artifacts (#12846)

ODBCRouter flavor in odbc extension(s) was removed in PHP 7.3 via
398be731e6.
This commit is contained in:
Peter Kokot
2023-12-01 11:26:33 +01:00
committed by GitHub
parent 359f78492e
commit 63ae7635c4
2 changed files with 0 additions and 11 deletions

View File

@@ -59,12 +59,6 @@ if test "$PHP_PDO_ODBC" != "no"; then
pdo_odbc_def_lib=odbc
;;
ODBCRouter|odbcrouter)
pdo_odbc_def_libdir=/usr/$PHP_LIBDIR
pdo_odbc_def_incdir=/usr/include
pdo_odbc_def_lib=odbcsdk
;;
generic)
pdo_odbc_def_lib="`echo $PHP_PDO_ODBC | cut -d, -f3`"
pdo_odbc_def_ldflags="`echo $PHP_PDO_ODBC | cut -d, -f4`"
@@ -94,7 +88,6 @@ if test "$PHP_PDO_ODBC" != "no"; then
fi
PDO_ODBC_CHECK_HEADER(odbc.h)
PDO_ODBC_CHECK_HEADER(odbcsdk.h)
PDO_ODBC_CHECK_HEADER(iodbc.h)
PDO_ODBC_CHECK_HEADER(sqlunix.h)
PDO_ODBC_CHECK_HEADER(sqltypes.h)

View File

@@ -91,10 +91,6 @@
# include <cli0env.h>
#endif
#ifdef HAVE_ODBCSDK_H
# include <odbcsdk.h>
#endif
/* }}} */
/* {{{ Figure out the type for handles */