PHP and Oracle support

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • William Maddler

    #1

    PHP and Oracle support

    Hi!
    I need to access an Oracle DB from some PHP pages, so I need to compile my
    PHP with Oracle support. So, the point is:

    Do I have to download the whole 1.7GB stuff? Is there anything containing
    only headers ald libs needed to compile? Any other solution? Or am I just
    on the wrong path?

    Thx
    --
    WM
  • Andy Hassall

    #2
    Re: PHP and Oracle support

    On Fri, 17 Oct 2003 15:08:12 +0200, William Maddler
    <maddler@NO[@]SPAM@cryptorebe ls.net> wrote:
    [color=blue]
    >I need to access an Oracle DB from some PHP pages, so I need to compile my
    >PHP with Oracle support. So, the point is:
    >
    >Do I have to download the whole 1.7GB stuff? Is there anything containing
    >only headers ald libs needed to compile? Any other solution? Or am I just
    >on the wrong path?[/color]

    The short answer is yes; you have to download the entire thing, and do a
    client install (which isn't particularly lightweight).

    It may be possible to hack and fudge it down to the minimal libraries, but it
    won't be supported, and it's likely to fail.

    You can cut things down quite a bit by doing a Custom install and selecting
    only the Oracle Net and developer options, and deselecting everything else.

    --
    Andy Hassall (andy@andyh.co. uk) icq(5747695) (http://www.andyh.co.uk)
    Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)

    Comment

    • William Maddler

      #3
      Re: PHP and Oracle support

      Andy Hassall wrote:
      [color=blue]
      > The short answer is yes; you have to download the entire thing, and do a
      > client install (which isn't particularly lightweight).[/color]

      thx... :)
      --
      WM

      Comment

      • Eric Ellsworth

        #4
        Re: PHP and Oracle support

        The ADODB wrapper


        supports Oracle, and claims you only need an Oracle client installed:

        The Phone Tracker App by Snoopza is the best tracking app for cell phones. You can track mobile locations for free, as well as track calls, chats and text messages with this Android application.


        Hope that helps.

        EE


        ----- Original Message -----
        From: "William Maddler" <maddler@NO[@]SPAM@cryptorebe ls.net>
        Newsgroups: comp.lang.php
        Sent: Friday, October 17, 2003 8:08 AM
        Subject: PHP and Oracle support

        [color=blue]
        > Hi!
        > I need to access an Oracle DB from some PHP pages, so I need to compile my
        > PHP with Oracle support. So, the point is:
        >
        > Do I have to download the whole 1.7GB stuff? Is there anything containing
        > only headers ald libs needed to compile? Any other solution? Or am I just
        > on the wrong path?
        >
        > Thx
        > --
        > WM[/color]


        Comment

        Working...