Subject Re: [firebird-php] PHP Driver status
Author Giovanni Premuda
Pierre Joye wrote:

> VC6, 7, 8 and 9 CRTs are not compatible with each other. It is not
> recommended (read: don't do it) to mix them at runtime. For example,
> when memory areas are allocated by a CRT and freed by another may end
> to crashes.

fbclient.dll and gds32.dll certainly do not depend on the CRT version of
the application, they dont' even depend on the application using a C
Runtime Library.
What you are describing are problems that happen only with dll's that do
share memory with some ugly hack.

Giovanni