php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1056 IMAP && SyBase Ase
Submitted: 1999-01-12 09:10 UTC Modified: 1999-11-14 04:16 UTC
From: porter at mr dot ru Assigned:
Status: Closed Package: Sybase (dblib) related
PHP Version: 3.0.6 OS: Linux RedHat 5.2 Kernel-2.1.131
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: porter at mr dot ru
New email:
PHP Version: OS:

 

 [1999-01-12 09:10 UTC] porter at mr dot ru
If I compile PHP with IMAP and Sybase than this script does not work.

./configure --with-apache=/usr/src/apache_1.3.3rusPL27.3 --with-mod_charset=yes --with-gd=/usr/src/gd1.3 --with-imap=/usr/src/imap-4.5.BETA


IMAP-4.2 -- IMAP-4.5.BETA

If i compile without IMAP than all work :)))

$i=0;
while(!sybase_connect(":)",":)",":)") && $i<3)
     {
      usleep(1000);
      $i++;
     }      
if($i==3) {echo("connect error"); exit;}

A.t. i can't connect to database. :(((

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-14 04:16 UTC] joey at cvs dot php dot net
Closing unless new info
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC