Opened 16 years ago
Closed 15 years ago
#18262 closed enhancement (fixed)
php5-5.2.8 Enhancement - Add pdo_oci
Reported by: | michael-ring@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | pdo_oci | Cc: | jyrkiwahlstedt |
Port: | php5 php5-devel |
Description (last modified by mf2k (Frank Schima))
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 (2)
Change History (8)
Changed 16 years ago by michael-ring@…
Attachment: | patch-oci.diff added |
---|
comment:2 Changed 16 years ago by mf2k (Frank Schima)
Cc: | jwa@… added; ryandesign@… michael-ring@… removed |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | php5 php5-devel added; php5-5.2.8 php5-dev removed |
Ideally you could attach the portfile patch too.
Changed 16 years ago by michael-ring@…
Attachment: | Portfile.diff added |
---|
comment:3 follow-up: 4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|
Thanks. Is patch-oci.diff from upstream somewhere? If not, has it already been sent to them?
comment:4 Changed 16 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 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
comment:6 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This was handled via #18935.
Note: See
TracTickets for help on using
tickets.
patch-oci