|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-07-23 09:01 UTC] cmb@php.net
[2021-07-26 07:32 UTC] maksims dot alekseicev at gmail dot com
[2021-07-26 11:44 UTC] cmb@php.net
[2021-09-24 10:25 UTC] cmb@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: cmb
[2021-09-24 10:25 UTC] cmb@php.net
[2021-09-24 20:01 UTC] maksims dot alekseicev at gmail dot com
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 23:00:01 2025 UTC |
Description: ------------ how to compile php7.3 with interbase or pdo-firebird? Few days around I try different way, but still not undestand how to compile Php7.3 vc15 x86 with interbase for Firebird 1.5.6.5026 -> configure "--enable-snapshot-build" "--enable-debug-pack" "--without-analyzer" "--with-interbase='C:\Program Files (x86)\Firebird\Firebird_1_5\bin'" Problem is by default is Firebird 3 x64 version, but i need to php (Any version) works with old Firebird 1.5,interbase or pdo-firebird no matter. After compilig all looks ok, php error cannot find fbclient.dll, i copy to System32 ad C:\php, than got another error "The procedure entry point fb_interpret could not be located n the dynamic link library C:\php\php7ts.dll", any help or advise will be great. Thanks in advance Test script: --------------- $ nmake test Microsoft (R) Program Maintenance Utility Version 14.16.27045.0 Copyright (C) Microsoft Corporation. All rights reserved. "C:\php-sdk\php-sdk-binary-tools\php-7.3-x64-86\vc15\x86\php-7.3.29-src\Release_TS\php.exe" -n -c "C:\php-sdk\php-sdk-binary-tools\php-7.3-x64-86\vc15\x86\php-7.3.29-src\Release_TS\tmp-php.ini" -d open_basedir= -d output_buffering=0 -d memory_limit=-1 run-tests.php -p "C:\php-sdk\php-sdk-binary-tools\php-7.3-x64-86\vc15\x86\php-7.3.29-src\Release_TS\php.exe" -n -c "C:\php-sdk\php-sdk-binary-tools\php-7.3-x64-86\vc15\x86\php-7.3.29-src\Release_TS\tmp-php.ini" NMAKE : fatal error U1077: 'C:\php-sdk\php-sdk-binary-tools\php-7.3-x64-86\vc15\x86\php-7.3.29-src\Release_TS\php.exe' : return code '0xc0000139' Stop.