Re: [PHP-DB] local queries vs remote queries

2006-09-19 Thread Chris
Stuart Kendrick wrote: hi chris, right. if i run 'psql -d soma' and then type the first SELECT, i get results ... if i type the second SELECT, i get zero rows. this seemed odd to me ... i wouldn't think that postgres would care. but perhaps it does hmm. ok, i just tried this again ... a

Re: [PHP-DB] php_mysql not loaded under Apache but is there in CLI?

2006-09-19 Thread Chris
theBrem wrote: All, I'm new to this news group - so apologies if I blunder. I've just installed Apache2, MySQL and php (5.1.6) under Windows XP (haven't tried this under Linux yet). When I access via Apache as http://localhost/info.php there is no MySQL support - and testing it further I ge

RE: [PHP-DB] php_mysql not loaded under Apache but is there in CLI?

2006-09-19 Thread Bastien Koert
if you read the manual, you would have read that mysql suport is not turned on by default for newer installations of PHP. You will need to go into the php.ini file and turn on mysql support by uncommenting the appropriate dll Bastien From: theBrem <[EMAIL PROTECTED]> To: [email protected]

[PHP-DB] php_mysql not loaded under Apache but is there in CLI?

2006-09-19 Thread theBrem
All, I'm new to this news group - so apologies if I blunder. I've just installed Apache2, MySQL and php (5.1.6) under Windows XP (haven't tried this under Linux yet). When I access via Apache as http://localhost/info.php there is no MySQL support - and testing it further I get errors trying

Re: [PHP-DB] local queries vs remote queries

2006-09-19 Thread Stuart Kendrick
hi chris, right. if i run 'psql -d soma' and then type the first SELECT, i get results ... if i type the second SELECT, i get zero rows. this seemed odd to me ... i wouldn't think that postgres would care. but perhaps it does hmm. ok, i just tried this again ... and now i'm getting resul

Re: FW: [PHP-DB] How to install PHP-DEV package for PDO_OCI

2006-09-19 Thread Chris
Choy, Wai Yew wrote: Hi Chris, Apologies if I ask silly question... But how do I install php-devel using pear? Yes, my php is install in /usr/local/php ... Note: My network have a proxy server...Should I export the "http_proxy" enviroment before I use pear? You don't need to install php-de

RE: FW: [PHP-DB] How to install PHP-DEV package for PDO_OCI

2006-09-19 Thread Choy, Wai Yew
Hi Chris, Apologies if I ask silly question... But how do I install php-devel using pear? Yes, my php is install in /usr/local/php ... Note: My network have a proxy server...Should I export the "http_proxy" enviroment before I use pear? Thanks... -Original Message- From: Chris [mail

Re: [PHP-DB] ViewSonic VX724

2006-09-19 Thread Stut
On Tue, 19 Sep 2006 03:30:24 +0100, Ron Piggott (PHP) <[EMAIL PROTECTED]> wrote: I realized this is off topic; I am not sure where I would look online. Off topic? It's not even in the same continent!! Try a Linux mailing list - that's what they're there for!! -Stut -- PHP Database Mailing

Re: FW: [PHP-DB] How to install PHP-DEV package for PDO_OCI

2006-09-19 Thread Chris
Choy, Wai Yew wrote: Hi Chris, I did not install via RPM... I install thru' compiling the source (configure; make;make install..etc) Thanks.. So you don't need php-devel. Maybe you need to tell pear where php is installed - where did you install it (eg /usr/local/php) ? -- Postgresql & p