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

Pull Requests

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: Sun Dec 22 03:01:28 2024 UTC