php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12491 compile fails when using --with-apxs2 and --with-sybase
Submitted: 2001-07-31 12:27 UTC Modified: 2001-07-31 20:21 UTC
From: s dot bennett at lancaster dot ac dot uk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: Solaris 7
Private report: No CVE-ID: None
 [2001-07-31 12:27 UTC] s dot bennett at lancaster dot ac dot uk
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:

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-31 20:21 UTC] sniper@php.net
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

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC