Jump to content

Search the Community

Showing results for tags 'oracle oci8 php5 iis'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 1 result

  1. I have been using PHP5 under IIS on a Windows 2003 Server and everything was fine. I could use both Oracle and MySQL with PHP. Recently, I upgraded another server to Windows 2008 R2. I then followed some instructions on how to install PHP5 under IIS 7 from this web site: http://www.howtogeek... ... rver-2008/ PHP now works fine including connecting to MySQL BUT it refuses to work with Oracle (I am using Oracle 10g 64 Bit). In php.ini I made sure that extension=php_oci8.dll was not commented out and restarted IIS ==> PHP still does not know about Oracle, the OCI8 is not even metioned in phpinfo !!! I made sure that php_oci8.dll file is in the correct extensions folder, together with all other DLLs! I tried to comment out the extension=php_mysql.dll to see whether the change would make any effect and whether I modified the correct php.ini file. ==> MySQL does not work when commencting out the php_mysql.dll line. ==> This means that I am modifying the correct php.ini file So, I am stuck but I need php to know about my Oracle! Please help Here is some extra info from phpinfo.php Compiler: MSVC9 (Visual C++ 2008) Architecture: x86 Configure Command: cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--disable-zts" "--disable-isapi" "--disable-nsapi" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared" "--with-enchant=shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--disable-static-analyze" "--with-pgo" Server API: CGI/FastCGI
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.