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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: s dot bennett at lancaster dot ac dot uk
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 03:01:28 2025 UTC