Re: php x64 VC11 ThreadSafe (experimental) and Firebird x64 support

[email protected] (Jan Ehrhardt) Wed, 06 May 2015 11:48:27 +0200
Newsgroups php.windows
Message-ID <[email protected]>
Delmar Wichnieski in php.windows (Tue, 5 May 2015 21:52:55 -0300):
>php x64 VC11 (experimental) does not yet support x64 firebird? When it will
>support?

As far as I know it does. Did you put the 64-bits fbclient.dll in the
PHP-dir (and maybe even in apache\bin).

>Has anyone ever managed to run all these programs on x64 and integrate?

I never really tested it (no Firebird running here), but they show up in
the output of phpinfo(). Look for instance at phpinfo.htm in 
https://phpdev.toolsforresearch.com/php-5.6.8-Win32-VC11-x64.zip
(linked from https://www.apachelounge.com/viewtopic.php?t=6359

Even in my PHP7 builds they show up:
https://phpdev.toolsforresearch.com/php-7.0.0-dev-Win32-VC11-x64.htm

Jan