oci8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zorgi
    Recognized Expert Contributor
    • Mar 2008
    • 431

    oci8

    I have problems installing oci8 for php5. I looked around but am stuck. I edited php.ini and uncommented extension=php_o ci8 but this is not helping. I copied around some other dll-s but everything I try is fruitless. Any ides?


    Thank you,
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hi.

    What OS are you running?
    How did you install PHP5?
    What HTTP server are you using?

    Are you sure you are editing the correct php.ini? (Check the "Loaded Configuration File" variable returned by the phpinfo() function)

    With Apache you will have to restart the HTTP server to see changes (Unless you are running CGI mode)
    On Windows you may even have to reboot the server.

    Comment

    • zorgi
      Recognized Expert Contributor
      • Mar 2008
      • 431

      #3
      Originally posted by Atli
      Hi.

      What OS are you running?
      How did you install PHP5?
      What HTTP server are you using?

      Are you sure you are editing the correct php.ini? (Check the "Loaded Configuration File" variable returned by the phpinfo() function)

      With Apache you will have to restart the HTTP server to see changes (Unless you are running CGI mode)
      On Windows you may even have to reboot the server.
      Thanks Atli

      I was editing wrong php.ini.

      Comment

      Working...