enable oracle in php.ini

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jorge Reyes

    #1

    enable oracle in php.ini

    Hi everyone i have iis 6.0 with Windows Server 2003 and i install php
    modules and everything its ok, i have the C:\WINDOWS\php. ini and i
    just had to uncomment lines like extension=php_s ybase_ct.dll,
    extension=php_m ysql.dll, etc. and all my web pages works, of course i
    installed the sybase client for example, and i did the same with
    oracle, i installed the client of oracle and uncomment the line
    extension=php_o racle.dll but if i invoke the phpinfo() function i
    didnt see the oracle module installed, and of course my web pages in
    oracle didnt work. i did the the same with the extension=php_o ci8.dll
    but not works, so any idea please i hope that this works because we
    want probe the iis with php.

    Regards
  • =?iso-8859-1?Q?=C1lvaro?= G. Vicario

    #2
    Re: enable oracle in php.ini

    *** Jorge Reyes escribió/wrote (Mon, 10 Mar 2008 11:34:21 -0700 (PDT)):
    Hi everyone i have iis 6.0 with Windows Server 2003 and i install php
    modules and everything its ok, i have the C:\WINDOWS\php. ini and i
    just had to uncomment lines like extension=php_s ybase_ct.dll,
    extension=php_m ysql.dll, etc. and all my web pages works, of course i
    installed the sybase client for example, and i did the same with
    oracle, i installed the client of oracle and uncomment the line
    extension=php_o racle.dll but if i invoke the phpinfo() function i
    didnt see the oracle module installed, and of course my web pages in
    oracle didnt work. i did the the same with the extension=php_o ci8.dll
    but not works, so any idea please i hope that this works because we
    want probe the iis with php.
    Make sure you are editing the correct php.ini file? Check it with
    phpinfo().

    Enable error reporting and read error logs. These extensions tend to either
    work or output lots of specific errors.

    BTW, php_oracle.dll is a deprecated extension, use oci8 instead.


    --
    -+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
    ++ Mi sitio sobre programación web: http://bits.demogracia.com
    +- Mi web de humor austrohúngaro: http://www.demogracia.com
    --

    Comment

    Working...