|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-06-18 13:29 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
Description: ------------ Attempt to convert sybase_ct extension into a Self Contained Extension doesn't work anymore since the configuration of sybase_ct checks to make sure the sybase extension wasn't also configured. That check fails when the extention is converted to be Self-Contained. Reproduce code: --------------- After "phpize": $ ./configure --with-php-config=/opt/php/bin/php-config \ --with-sybase-ct=shared,/opt/freetds Expected result: ---------------- (Should configure properly) Actual result: -------------- checking for Sybase-CT support... yes, shared configure: error: You can not use both --with-sybase and --with-sybase-ct in same build! (No, adding --without-sybase or similar does not fix it, but adding "export PHP_SYBASE=no" before configure does.)