RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Matthew Loff
Even if a PHP host doesn't have all the DBMS extensions you need, you could compile them and load them yourself with dl() http://www.php.net/manual/en/function.dl.php I thought you might want to keep that in mind, in case one particular host has a great price but not all the features you

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
in library. See also the extension_dir configuration directive. --- thanks, Ken - Original Message - From: Matthew Loff [EMAIL PROTECTED] To: 'Ken Sommers' [EMAIL PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 6:01 PM Subject: RE: [PHP-DB] php/mysql/unix

RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Matthew Loff
PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? Even if a PHP host doesn't have all the DBMS extensions you need, you could compile them and load them yourself with dl() http://www.php.net/manual/en/function.dl.php I thought you might want to keep

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
missing it? Ken - Original Message - From: Matthew Loff [EMAIL PROTECTED] To: 'Ken Sommers' [EMAIL PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 6:37 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? I'm not sure

RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Matthew Loff
Keep missing it? Ken - Original Message - From: Matthew Loff [EMAIL PROTECTED] To: 'Ken Sommers' [EMAIL PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 6:37 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? I'm

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 8:13 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? The ext/ directory under the PHP source tree contains the source to the extensions... You're right about the dl() syntax, except the parameter would

RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Matthew Loff
[mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 11:45 PM To: Matthew Loff; 'PHP DB Mailing List' Subject: Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? thanks Mat, I found this FAQ: When I try to connect to mysql from php I get this error: Call to unsupported

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 8:53 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? That's all there is to it, I'm just not sure how to compile the mysql.so file! I looked through the PHP source tree, but the makefiles

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
??? tell us how it works.. Ken - Original Message - From: Matthew Loff [EMAIL PROTECTED] To: 'Ken Sommers' [EMAIL PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 9:18 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? dl

RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Matthew Loff
. mysql.so) that you need... I'd check for .rpm files... -Original Message- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 12:43 AM To: Matthew Loff; 'PHP DB Mailing List' Subject: Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? I think and hope

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
,,just dl() it . Ken - Original Message - From: Matthew Loff [EMAIL PROTECTED] To: 'Ken Sommers' [EMAIL PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 9:56 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? You're correct