ID: 24231 Updated by: [EMAIL PROTECTED] Reported By: lbayuk at mindspring dot com -Status: Open +Status: Closed Bug Type: Sybase-ct (ctlib) related Operating System: Linux PHP Version: 4.3.2 New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2003-06-17 20:32:20] lbayuk at mindspring dot com 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.) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24231&edit=1