Unable to connect PHP and interbase -
i have system need run on interbase. when doing setup, error when trying start apache.
error message:
php startup: interbase: unable initialize module
module compiled build id=api20090626,ts,vc6
php compiled build id=api20090626,ts,vc9
these options need match
how fix that?
your "interbase" module build different complier version. need find vc9 version load current php release. suggest use standard odbc driver if attempts fail.
you may find more information on differently compiled php here.
Comments
Post a Comment