RE: [PHP-DEV] dbx question - specifying a port for pgsql

2002-09-27 Thread Marc Boeren
Hi, > However, on one of our servers, we have to run Postgres on a > port other than 5432. > It looks to me that in dbx_mysql.c, you can use the MySQL > "host:port/host:socket" syntax. Is there any possibility > that this syntax or a variation of it could be used throughout > dbx? You c

[PHP-DEV] dbx question - specifying a port for pgsql

2002-09-27 Thread Jeff Van Campen
Hello, We have been using dbx here at work, and it seems that it could be a very useful tool, since we use several DBMSs. However, on one of our servers, we have to run Postgres on a port other than 5432. After reading the documentation and finding nothing there, I took a look at the source,

Re: [PHP-DEV] dbx

2002-03-07 Thread Marc Boeren
> Does anyone off hand know if dbx is supported in php version 4.0.6? It is, but Frontbase (since 4.1.0) or Sybase-CT (cvs only until the next release) support were not available back then. Cheerio, Marc. -- PHP Development Mailing List To unsubscribe, visit: http://www

Re: [PHP-DEV] dbx

2002-03-07 Thread Sander Roobol
On 2002.03.07 18:48 "Hunter, Ray" wrote: > Does anyone off hand know if dbx is supported in php version 4.0.6? Yes it is! Sander -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] dbx

2002-03-07 Thread Hunter, Ray
Title: dbx Does anyone off hand know if dbx is supported in php version 4.0.6? Thank you, Ray Hunter Firmware Engineer ENTERASYS NETWORKS Internal:   53888 External:   801 887-9888 Email:      [EMAIL PROTECTED] www:        www.enterasys.com

[PHP-DEV] dbx module (database abstraction) available

2001-03-13 Thread Marc Boeren
Hi! The dbx module (database abstraction module in C, supports ODBC and MySQL (for now :-)) is available at http://www.guidance.nl/php/dbx/ Source is available in zip and tar.gz formats. Documentation (both user docs and docs about extending the database support) is also available is zip and tar