1

I have a system that need to be run on interbase. When doing the setup, i get this error when trying to start my apache.

Error message:

PHP startup: interbase: Unable to initialize module
Module compiled with build ID=API20090626,TS,VC6
PHP compiled with build ID=API20090626,TS,VC9
These options need to match

How to fix that?

BlitZ
  • 12,038
  • 3
  • 49
  • 68
CnV
  • 381
  • 4
  • 20

1 Answers1

2

Your "interbase" module were build with different complier version. You need to find VC9 version to load it with your current PHP release. I suggest to use standard ODBC driver if all attempts fail.

You may find more information on differently compiled PHP here.

Community
  • 1
  • 1
BlitZ
  • 12,038
  • 3
  • 49
  • 68