[PHP-DEV] Bug #12491: compile fails when using --with-apxs2 and --with-sybase From: s.bennett <email protected>
Date: 07/31/01

From: s.bennett <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>