php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3745 odbc_pconnect does not work (always returns zero)
Submitted: 2000-03-06 13:21 UTC Modified: 2000-07-31 21:51 UTC
From: gaylord at agi dot de Assigned:
Status: Closed Package: Adabas-D related
PHP Version: 4.0 Latest CVS (06/03/2000) OS: linux (suse 6.2)
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: gaylord at agi dot de
New email:
PHP Version: OS:

 

 [2000-03-06 13:21 UTC] gaylord at agi dot de
the command:
  $db = @odbc_connect($dsn, $dbuser, $dbpasswd) or odbc_die();
... always dies.

PHP Version 4.0b5-dev

System: Linux methusalix 2.2.10 #1 Thu Nov 18 10:01:25 CET 1999 i586 unknown
Build Date: Mar 2 2000 
Configure command: ./configure '--enable-track-vars' '--with-mysql' '--with-adabas=/opt/adabas'
'--with-apache=/usr/src/apache_1.3.9/'
php.ini path: /usr/local/lib
ZEND_DEBUG=1
SAPI=Apache
ZTS is undefined

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-06 13:24 UTC] gaylord at agi dot de
sorry: odbc_connect with the same parameters works fine.
odbc_pconnect fails:
$db = @odbc_pconnect($dsn, $dbuser, $dbpasswd) or odbc_die();
(returns a zero result)
 [2000-07-31 21:51 UTC] waldschrott@php.net
I could not verify this.

Please verify that it?s still happening using the latest
version of PHP (release 4.0.1pl2 or CVS).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC