mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
This port adds support for OCI8 PHP shared extension. It replaces the old Oracle shared extension which is obsolete and will be dropped (moved to PECL) in PHP 5.1. This patch also corrects dependency for the Oracle shared extension (added Oracle client in RUN_DEPENDS). PR: ports/86580 Submitted by: Simun Mikecin <numisemis at yahoo.com>
12 lines
367 B
Text
12 lines
367 B
Text
--- config.m4.orig Wed Apr 5 11:06:00 2006
|
|
+++ config.m4 Tue Jul 11 08:20:27 2006
|
|
@@ -177,8 +177,7 @@
|
|
;;
|
|
|
|
8.1)
|
|
- PHP_ADD_LIBRARY(clntsh, 1, OCI8_SHARED_LIBADD)
|
|
- PHP_ADD_LIBPATH($OCI8_DIR/$OCI8_LIB_DIR, OCI8_SHARED_LIBADD)
|
|
+ PHP_ADD_LIBRARY_WITH_PATH(oci8, ., OCI8_SHARED_LIBADD)
|
|
|
|
PHP_CHECK_LIBRARY(clntsh, OCIEnvCreate,
|
|
[
|