PHP Warning: Module Loads

I am getting the following warning messages in my php-errors.log.
[pre]
[10-Oct-2013 09:32:30] PHP Warning: Module ‘oci8’ already loaded in Unknown on line 0
[10-Oct-2013 09:32:30] PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_sybase_ct.dll’ - The specified module could not be found. in Unknown on line 0
[/pre]
I see php_oci8.dll and php_sybase_ct.dll in C:\PHP\ext\ directory. Do I comment out the lines in the php.ini (which is attached)?

[PHP_OCI8]
extension=php_oci8.dll

[PHP_SYBASE_CT]
extension=php_sybase_ct.dll


php.ini.txt (70 KB)

I would:

The first warning suggests that you already have the oci8 DLL compiled into your binaries…

The second one suggest that it’s perhaps that php_sybase_ct.dll references another DLL that’s not found.

Do you have sybase installed?

No Oracle nor Sybase. Only MySQL.

That’s why the second won’t load, comment it out, you don’t need it.

Sponsor our Newsletter | Privacy Policy | Terms of Service