php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1601 Problem with sybase_pconnect when php is compiled with IMAP
Submitted: 1999-06-26 08:00 UTC Modified: 2000-07-24 20:12 UTC
From: benjr at elo dot com dot br Assigned:
Status: Closed Package: Sybase-ct (ctlib) related
PHP Version: 3.0.9 OS: Slackware 3.6 Kernel 2.0.37
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
48 + 35 = ?
Subscribe to this entry?

 
 [1999-06-26 08:00 UTC] benjr at elo dot com dot br
Hi,

Everything was really great connecting my sybase server. A few days ago,  I compiled the same version of php with IMAP option, and now when I try to connect, I receive a "no data" response from the browser. I tryied the same code without IMAP and it worked. What's happening ?

Thanks,
Ben

SCRIPT:
<? sybase_pconnect( 'SYBASE', $user, $pass ) ?>

MODULES COMPILED:
--with-sybase-ct=/opt/sybase
--with-imap
--enable-track-vars
--enable-gd=/usr/local/gd
--enable-safe-mode
--enable-force-cgi-redirect
--disable-display-source

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-13 16:40 UTC] joey at cvs dot php dot net
Try turning up your error reporting level. The server doesn't segfault or anything?
What do you get from phpinfo()?
 [2000-07-24 20:12 UTC] joey@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 20:01:30 2024 UTC