RE: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-25 Thread Andrew Hill

Casey,

You may wish to try iODBC instead of UnixODBC.
I'd also suggest trying OpenLink's Single-Tier ODBC drivers.

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access  Data Integration Technology Providers

 -Original Message-
 From: Casey Allen Shobe [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, February 24, 2002 4:46 PM
 To: Brian Bruns; Rasmus Lerdorf
 Cc: [EMAIL PROTECTED]
 Subject: Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict


 On Sunday 24 February 2002 16:16, Brian Bruns wrote:
  I have both those compiled into my setup at work so I can take
 a look, we
  use --with-sybase-ct to work around the issue, I think we also had to
  make sure that --with-ibm-db2 appeared in the configure line
 prior to the
  other.

 Well, I tried using --with-sybase-ct, but I'm actually using FreeTDS to
 communicate with MSSQL, and for some reason --with-sybase-ct
 won't work with
 the FreeTDS libraries when trying to built PHP following the instructions
 here:

 http://www.freetds.org/userguide/php.html#AEN945

 The ODBC support is buggy...as in, I can connect to and run
 queries on both
 DB2 and MSSQL via isql (comes with unixodbc) on the command line, but via
 PHP, only DB2 works when I try to use both within a script.

 --
 Casey Allen Shobe
 [EMAIL PROTECTED]

 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Casey Allen Shobe

On Friday 22 February 2002 19:15, Casey Allen Shobe wrote:
 Argh...I *really* need both

Is there any chance of a speedy fix for this?  Or at least an ETA?  I'm in 
dire need of being able to query both a DB2 and an MSSQL server in the same 
script...

-- 
Casey Allen Shobe
[EMAIL PROTECTED]

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Rasmus Lerdorf

Unlikely unless you figure out how to fix it and submit a patch.  Very few
developers have access to that combination to test things with.

-Rasmus

On Sun, 24 Feb 2002, Casey Allen Shobe wrote:

 On Friday 22 February 2002 19:15, Casey Allen Shobe wrote:
  Argh...I *really* need both

 Is there any chance of a speedy fix for this?  Or at least an ETA?  I'm in
 dire need of being able to query both a DB2 and an MSSQL server in the same
 script...

 --
 Casey Allen Shobe
 [EMAIL PROTECTED]

 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Dan Kalowsky

On Sun, 24 Feb 2002, Casey Allen Shobe wrote:

 On Friday 22 February 2002 19:15, Casey Allen Shobe wrote:
  Argh...I *really* need both

 Is there any chance of a speedy fix for this?  Or at least an ETA?  I'm in
 dire need of being able to query both a DB2 and an MSSQL server in the same
 script...

I'd also suggest submitting a bug in regards to this.  It's a little
easier for developers to track such a beast if theres a trail.

---
Dan KalowskyTonight I think I'll walk alone.
http://www.deadmime.org/~dankI'll find soul as I go home.
[EMAIL PROTECTED]- Temptation, New Order


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread [EMAIL PROTECTED]

On Sunday 24 February 2002 02:15 pm, Dan Kalowsky wrote:
 On Sun, 24 Feb 2002, Casey Allen Shobe wrote:
  On Friday 22 February 2002 19:15, Casey Allen Shobe wrote:
   Argh...I *really* need both
 
  Is there any chance of a speedy fix for this?  Or at least an ETA?  I'm
  in dire need of being able to query both a DB2 and an MSSQL server in the
  same script...

 I'd also suggest submitting a bug in regards to this.  It's a little
 easier for developers to track such a beast if theres a trail.

 ---

 Dan Kalowsky  Tonight I think I'll walk alone.
 http://www.deadmime.org/~dank  I'll find soul as I go home.
 [EMAIL PROTECTED]  - Temptation, New Order

Make sure it's a feature request :-)

--Andrew
-- 
lp1 on fire
(One of the more obfuscated kernel messages)

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Brian Bruns

Rasmus,

I have both those compiled into my setup at work so I can take a look, we 
use --with-sybase-ct to work around the issue, I think we also had to 
make sure that --with-ibm-db2 appeared in the configure line prior to the 
other.

I'll see if I can take a look at fixing it when I get back on thursday.

Brian

On Sun, 24 Feb 2002, Rasmus Lerdorf wrote:

 Unlikely unless you figure out how to fix it and submit a patch.  Very few
 developers have access to that combination to test things with.
 
 -Rasmus
 
 On Sun, 24 Feb 2002, Casey Allen Shobe wrote:
 
  On Friday 22 February 2002 19:15, Casey Allen Shobe wrote:
   Argh...I *really* need both
 
  Is there any chance of a speedy fix for this?  Or at least an ETA?  I'm in
  dire need of being able to query both a DB2 and an MSSQL server in the same
  script...
 
  --
  Casey Allen Shobe
  [EMAIL PROTECTED]
 
  --
  PHP Development Mailing List http://www.php.net/
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
 


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Casey Allen Shobe

On Sunday 24 February 2002 15:51, [EMAIL PROTECTED] wrote:
 Make sure it's a feature request :-)

No.  This is not a 'feature request'.  This is a bug that prevents me from 
doing my job.

On Sunday 24 February 2002 15:15, Dan Kalowsky wrote:
 I'd also suggest submitting a bug in regards to this.  It's a little
 easier for developers to track such a beast if theres a trail.

Okay, I apologize for my ignorance, but what is the proper method of 
submitting a bug with PHP?  I thought that posting to the mailing list was 
doing so...

-- 
Casey Allen Shobe
[EMAIL PROTECTED]

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Dan Kalowsky

 On Sunday 24 February 2002 15:51, [EMAIL PROTECTED] wrote:
  Make sure it's a feature request :-)

 No.  This is not a 'feature request'.  This is a bug that prevents me from
 doing my job.

Again, you are welcome to submit a patch if you have a solution.

 On Sunday 24 February 2002 15:15, Dan Kalowsky wrote:
  I'd also suggest submitting a bug in regards to this.  It's a little
  easier for developers to track such a beast if theres a trail.

 Okay, I apologize for my ignorance, but what is the proper method of
 submitting a bug with PHP?  I thought that posting to the mailing list was
 doing so...

http://bugs.php.net for more information.

---
Dan KalowskyTonight I think I'll walk alone.
http://www.deadmime.org/~dankI'll find soul as I go home.
[EMAIL PROTECTED]- Temptation, New Order


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread [EMAIL PROTECTED]

Alright, Alright...

This is where to submit a bug:
http://bugs.php.net/

--Andrew
On Sunday 24 February 2002 03:40 pm, Casey Allen Shobe wrote:
 On Sunday 24 February 2002 15:51, [EMAIL PROTECTED] wrote:
  Make sure it's a feature request :-)

 No.  This is not a 'feature request'.  This is a bug that prevents me from
 doing my job.

 On Sunday 24 February 2002 15:15, Dan Kalowsky wrote:
  I'd also suggest submitting a bug in regards to this.  It's a little
  easier for developers to track such a beast if theres a trail.

 Okay, I apologize for my ignorance, but what is the proper method of
 submitting a bug with PHP?  I thought that posting to the mailing list was
 doing so...

-- 
Life would be so much easier if we could just look at the source code.
-- Dave Olson

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Casey Allen Shobe

On Sunday 24 February 2002 16:16, Brian Bruns wrote:
 I have both those compiled into my setup at work so I can take a look, we
 use --with-sybase-ct to work around the issue, I think we also had to
 make sure that --with-ibm-db2 appeared in the configure line prior to the
 other.

Well, I tried using --with-sybase-ct, but I'm actually using FreeTDS to 
communicate with MSSQL, and for some reason --with-sybase-ct won't work with 
the FreeTDS libraries when trying to built PHP following the instructions 
here:

http://www.freetds.org/userguide/php.html#AEN945

The ODBC support is buggy...as in, I can connect to and run queries on both 
DB2 and MSSQL via isql (comes with unixodbc) on the command line, but via 
PHP, only DB2 works when I try to use both within a script.

-- 
Casey Allen Shobe
[EMAIL PROTECTED]

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Dan Kalowsky

 The ODBC support is buggy...as in, I can connect to and run queries on both
 DB2 and MSSQL via isql (comes with unixodbc) on the command line, but via
 PHP, only DB2 works when I try to use both within a script.

Again, please file a bug report with as much information as you can
provide for this to be solved.  Just telling us that it's buggy and won't
connect doesn't give a developer much to work with.

For what it's worth, I've used the ODBC connections to connect with MSSQL
before, and found no problems.  Mind you I've been using the iODBC system
and not unixobdc.  Unfortunately I have no access to DB2 systems to try
such a setup.

---
Dan KalowskyTonight I think I'll walk alone.
http://www.deadmime.org/~dankI'll find soul as I go home.
[EMAIL PROTECTED]- Temptation, New Order


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Casey Allen Shobe

On Sunday 24 February 2002 16:59, Dan Kalowsky wrote:
 Again, please file a bug report with as much information as you can
 provide for this to be solved.  Just telling us that it's buggy and won't
 connect doesn't give a developer much to work with.

 For what it's worth, I've used the ODBC connections to connect with MSSQL
 before, and found no problems.  Mind you I've been using the iODBC system
 and not unixobdc.  Unfortunately I have no access to DB2 systems to try
 such a setup.

Alright, but I've got to try a bit more to figure out *what* to bug report as 
so far, it's illogical...and it's not related to the other issue.

Are you using FreeTDS or Sybase?

-- 
Casey Allen Shobe
[EMAIL PROTECTED]

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php