diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-25 08:58:13 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-25 08:58:13 +0200 |
commit | 19b35ad50ed9d663c0b03e5f8f4ff4336cfeb0fe (patch) | |
tree | f67d69abe3f110b2afffdde46afbc6b801bd9de1 /oci8-2.0.8-conf.patch | |
parent | b090ae18cfef3368c062199e5a82f32ac7eabfa2 (diff) |
update to 3.4.0
use oracle client library version 23.4 on x86_64, 19.23 on aarch64
build out of sources tree
Diffstat (limited to 'oci8-2.0.8-conf.patch')
-rw-r--r-- | oci8-2.0.8-conf.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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 |