New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18262 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

php5-5.2.8 Enhancement - Add pdo_oci

Reported by: michael-ring@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: pdo_oci Cc: jwa@…
Port: php5 php5-devel

Description (last modified by macsforever2000@…) (diff)

I have created two patches in order to add pdo_oci functionality to the php5 port.

Could you please add the patches to php5 and php5-dev,

Michael Ring

Here's the Patch for the Portfile, the second patch is attached.

--- Portfile.orig       2009-01-29 01:22:17.000000000 +0100
+++ Portfile    2009-01-28 23:40:36.000000000 +0100
@@ -61,7 +61,8 @@
     port:freetype
 
 patchfiles \
-    patch-bind.diff
+    patch-bind.diff \
+    patch-oci.diff
 
 use_autoconf            yes
 autoconf.cmd            ${prefix}/bin/autoconf213
@@ -280,7 +281,8 @@
     depends_lib-append \
         port:oracle-instantclient
     configure.args-append \
-        --with-oci8=instantclient,${prefix}/lib/oracle
+        --with-oci8=instantclient,${prefix}/lib/oracle \
+        --with-pdo-oci=instantclient,${prefix}/lib/oracle,10.1
 }
 
 variant postgresql82 conflicts postgresql83 description {provide postgresql82 support} {

Attachments

patch-oci.diff (1.0 KB) - added by michael-ring@… 4 years ago.
patch-oci
Portfile.diff (695 bytes) - added by michael-ring@… 4 years ago.

Change History

Changed 4 years ago by michael-ring@…

patch-oci

comment:1 Changed 4 years ago by michael-ring@…

  • Cc michael-ring@… added

Cc Me!

comment:2 Changed 4 years ago by macsforever2000@…

  • Cc jwa@… added; ryandesign@…, michael-ring@… removed
  • Owner changed from macports-tickets@… to ryandesign@…
  • Description modified (diff)
  • Port changed from php5-5.2.8 php5-dev to php5 php5-devel

Ideally you could attach the portfile patch too.

Changed 4 years ago by michael-ring@…

comment:3 follow-up: ↓ 4 Changed 4 years ago by ryandesign@…

  • Status changed from new to assigned

Thanks. Is patch-oci.diff from upstream somewhere? If not, has it already been sent to them?

comment:4 in reply to: ↑ 3 Changed 4 years ago by michael-ring@…

Replying to ryandesign@…:

Thanks. Is patch-oci.diff from upstream somewhere? If not, has it already been sent to them?

I have added the patch as a comment on php bug#39312 (http://bugs.php.net/bug.php?id=39312) but have not received an answer yet.

comment:5 Changed 4 years ago by anonymous

  • Milestone Port Enhancements deleted

Milestone Port Enhancements deleted

comment:6 Changed 4 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

This was handled via #18935.

Note: See TracTickets for help on using tickets.