NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP and Oracle

DIPESH RABADIYA dipeshjr at yahoo.com
Mon Mar 13 07:44:16 EST 2006


just Check that Apache is linked with the pthread
library:

# ldd /www/apache/bin/httpd
    libpthread.so.0 => /lib/libpthread.so.0
(0x4001c000)
    libm.so.6 => /lib/libm.so.6 (0x4002f000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0x4004c000)
    libdl.so.2 => /lib/libdl.so.2 (0x4007a000)
    libc.so.6 => /lib/libc.so.6 (0x4007e000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2
(0x40000000)

--- Randal Rust <randalrust at gmail.com> wrote:

> I'm taking a stab at connecting to our Oracle
> database so that I can
> build a prototype of something, based on our actual
> data structure.
> 
> I have enabled the Oracle extension in the .ini file
> (and verified it
> by viewind the information with phpInfo() ), but I
> keep getting this
> error:
> 
> Fatal error: Call to undefined function
> oci_connect() in
> C:\web\oracle\test.php on line 12
> 
> It seems that the extension is not working. Any
> thoughts?
> 
> It's probably not all that difficult, I'm just not
> used to the way
> Oracle does it's connection thing.
> 
> TIA.
> 
> --
> Randal Rust
> R.Squared Communications
> www.r2communications.com
> _______________________________________________
> New York PHP Talk Mailing List
> AMP Technology
> Supporting Apache, MySQL and PHP
> http://lists.nyphp.org/mailman/listinfo/talk
> http://www.nyphp.org
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the talk mailing list