Skip to content

Commit 5d827c8

Browse files
committed
Remove HAVE_OCILOBISTEMPORARY and HAVE_OCICOLLASSIGN
Symbols are not used in the current code. Also remove not needed ocijdbc8 library addition and checks whcih were removed also via b8e1d4d so Oracle 8 is no longer supported. Closes GH-4454
1 parent 845d07b commit 5d827c8

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

ext/pdo_oci/config.m4

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -174,34 +174,6 @@ if test "$PHP_PDO_OCI" != "no"; then
174174
-L$PDO_OCI_LIB_DIR $PDO_OCI_SHARED_LIBADD
175175
])
176176

177-
dnl
178-
dnl Check if we need to add -locijdbc8
179-
dnl
180-
PHP_CHECK_LIBRARY(clntsh, OCILobIsTemporary,
181-
[
182-
AC_DEFINE(HAVE_OCILOBISTEMPORARY,1,[ ])
183-
], [
184-
PHP_CHECK_LIBRARY(ocijdbc8, OCILobIsTemporary,
185-
[
186-
PHP_ADD_LIBRARY(ocijdbc8, 1, PDO_OCI_SHARED_LIBADD)
187-
AC_DEFINE(HAVE_OCILOBISTEMPORARY,1,[ ])
188-
], [], [
189-
-L$PDO_OCI_LIB_DIR $PDO_OCI_SHARED_LIBADD
190-
])
191-
], [
192-
-L$PDO_OCI_LIB_DIR $PDO_OCI_SHARED_LIBADD
193-
])
194-
195-
dnl
196-
dnl Check if we have collections
197-
dnl
198-
PHP_CHECK_LIBRARY(clntsh, OCICollAssign,
199-
[
200-
AC_DEFINE(HAVE_OCICOLLASSIGN,1,[ ])
201-
], [], [
202-
-L$PDO_OCI_LIB_DIR $PDO_OCI_SHARED_LIBADD
203-
])
204-
205177
dnl Scrollable cursors?
206178
PHP_CHECK_LIBRARY(clntsh, OCIStmtFetch2,
207179
[

0 commit comments

Comments
 (0)