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

Pull Requests

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: Sun Oct 27 16:01:27 2024 UTC