|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2018-04-09 09:17 UTC] bbruers at dobit dot com
Description: ------------ --- From manual page: http://www.php.net/intro.fbsql --- When I compile PHP7.2.4 from source with option '--with-fbsql' I get that the option is unrecognized. However the docs on the fbsql section on the php website indicates that PHP7 does support fbsql. Test script: --------------- './configure' '--with-fbsql' PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 02:00:01 2025 UTC |
Thank you for your feedback. However, if I try to create a fbsql.so file with phpize I still have some issues. I use php version 7.2.8 and use the pecl trunk folder. Configure goes without errors or warnings, but if I run make I receive the following warning: /Users/babr/trunk/php_fbsql.c:778:2: warning: implicit declaration of function 'GC_ADDREF' is invalid in C99 [-Wimplicit-function-declaration] GC_ADDREF(res); ^ 1 warning generated. If I add the produced fbsql.so file to the extensions library and try to run a Frontbase query, I get an Apache error: dyld: lazy symbol binding failed: Symbol not found: _GC_ADDREF Referenced from: /Applications/MAMP/bin/php/php7.2.8/lib/php/extensions/no-debug-non-zts-20170718/fbsql.so Expected in: flat namespace Thanks for your support. Best regards, Bavo