How to enable extensions for oci8 (Oracle) in php.ini - PHP Warning: PHP Startup: in Unknown on line 0

后端 未结 2 942
太阳男子
太阳男子 2020-12-17 02:45

I have Windows XP and recently I installed wamp (apache-mysql-php) 32-bit. I tested the installation (connect to mysql database with php and apache) and everything was worki

相关标签:
2条回答
  • When downloading the instantclient, verify that architecture have installed wamp.

    In my case instantclient to download the x64 but had installed the x32 and had problems.

    Downloaded the correct architecture and it worked fine.

    0 讨论(0)
  • 2020-12-17 03:35

    [SOLVED]

    I downloaded the Instant Client Package - Basic (version 10.2.0.5) and I extracted it.

    Afterwards I copied all the files of that package in the following folders:

    C:/wamp/bin/php/php5.4.16/ext/
    C:/wamp/bin/apache/Apache2.4.4/bin
    

    It worked for me in this way. After that the oci8 module was loaded.

    0 讨论(0)
提交回复
热议问题