Subject | Re: PHP Firebird Vista install problems |
---|---|
Author | dogrocket2003 |
Post date | 2008-10-07T14:01:16Z |
> Delphi4PHP has 4 (yes FOUR !) copies in his installation directories of4 thats crazy...
> the Interbase 8 GDS32.DLL library.
> This library is the Interbase 8 version, and it is loaded from there by
> D4PHP instead of the system wide in C:\WINDOWS\SYTEM32 or the like.
> You must search in C:\Programs files\Codegear\Delphi for PHP\2.0 and
> subdirs for GDS32.DLL and rename all of them or delete.
> 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.
>
> Ciao.
> Mimmo.
>
And yes the setup for apache that comes with delphi is setup with a
listener and I have to develop with 2 different apaches on one
machine. (Found out the hard way when I tried to move all my
development stuff to an actual operations folder. delphi's apache
wouldnt recognize it due to directory restrictions)
Even so, I dont want to rely on dephi's apache because its not real
world, (I want to be able to deploy close to a mirror image of my
environment with all its needed files and dirs)
Right now I cant go straight from delphi development to program run
without getting an ibase connect error. To get around that at moment
I have a separate browser pointed at my operations folder (using the
other apache) and after my changes in Delphi I shift tab over to
browser to confirm its working as planned. I will have to hunt down
the gds32's..., but not critical. Crazy stuff!
Perhaps you have a better ideas
Jay