From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: compile fails when using --with-apxs2 and --with-sybase Here's a patch that seems to fix it for me: --- ext/sybase/php_sybase_db.c.orig Tue Jul 31 17:29:37 2001 +++ ext/sybase/php_sybase_db.c Tue Jul 31 17:25:47 2001 @@ -707,6 +707,7 @@ int blocks_initialized=1; int i,j; int *column_types; + PLS_FETCH(); switch(ZEND_NUM_ARGS()) { case 1: -- Edit bug report at: http://bugs.php.net/?id=12491&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]