Subject | Re: [firebird-php] PHP Firebird Vista install problems |
---|---|
Author | masotti |
Post date | 2008-10-07T15:37:17Z |
Lester Caine ha scritto:
minimal reworking of the library needs almost these steps:
- change builded library name, from php_interbase to php_firebird
- change default client library name, from GDS32.DLL to fbclient.dll
- change all ibase_* entry points to fireb_* (or something like);
internal names doesn't need to change at the momnent
Anything else?
Ciao.
Mimmo.
> masotti wrote:I've not hat time to explore sources and development system, but the
>
>> You cannot develop an application using Interbase 8 and Firebird 2
>> because client libraries (for sure IB library) are not code compatible.
>> I think this can be explained better, but this is.
>>
>
> That probably hits the nail on the head.
> Best explanation of why we do need to split off a php_firebird build of the
> driver.
>
minimal reworking of the library needs almost these steps:
- change builded library name, from php_interbase to php_firebird
- change default client library name, from GDS32.DLL to fbclient.dll
- change all ibase_* entry points to fireb_* (or something like);
internal names doesn't need to change at the momnent
Anything else?
Ciao.
Mimmo.