From 19b35ad50ed9d663c0b03e5f8f4ff4336cfeb0fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Jul 2024 08:58:13 +0200 Subject: update to 3.4.0 use oracle client library version 23.4 on x86_64, 19.23 on aarch64 build out of sources tree --- oci8-2.0.8-conf.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 oci8-2.0.8-conf.patch (limited to 'oci8-2.0.8-conf.patch') diff --git a/oci8-2.0.8-conf.patch b/oci8-2.0.8-conf.patch deleted file mode 100644 index e25bde1..0000000 --- a/oci8-2.0.8-conf.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up php5.3-201104170830/ext/oci8/config.m4.remi-oci8 php5.3-201104170830/ext/oci8/config.m4 ---- config.m4.remi-oci8 2011-03-30 00:35:22.000000000 +0200 -+++ config.m4 2011-04-17 11:55:25.628871315 +0200 -@@ -291,6 +291,7 @@ if test "$PHP_OCI8" != "no"; then - - dnl Header directory for Instant Client SDK RPM install - OCISDKRPMINC=`echo "$PHP_OCI8_INSTANT_CLIENT" | $PHP_OCI8_SED -e 's!^/usr/lib/oracle/\(.*\)/client\('${PHP_OCI8_IC_LIBDIR_SUFFIX}'\)*/lib[/]*$!/usr/include/oracle/\1/client\2!'` -+ OCISDKRPMINC=`echo "$PHP_OCI8_INSTANT_CLIENT" | $PHP_OCI8_SED -e 's!^/usr/\(lib64\|lib\)/oracle/\(.*\)/\(client64\|client\)/lib[/]*$!/usr/include/oracle/\2/\3!'` - - dnl Header directory for Instant Client SDK zip file install - OCISDKZIPINC=$PHP_OCI8_INSTANT_CLIENT/sdk/include -- cgit