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

ID: 12491
Updated by: sniper
Reported By: s.bennett <email protected>
Old Status: Open
Status: Closed
Bug Type: Compile Failure
Operating System: Solaris 7
PHP Version: 4.0.6
New Comment:

This should be fixed in latest CVS. Try a snapshot from
http://snaps.php.net/ and reopen this bug report if it doesn't work.

--Jani

Previous Comments:
------------------------------------------------------------------------

[2001-07-31 12:27:04] s.bennett <email protected>

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 this 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>