[PHP-DB] oci8 1.3.4 working for months on my simple browser based php

2009-05-31 Thread Fred Silsbee
For months I've had a Oracle 11g1 browser based table access site/program working. I do regular Fedora 9 yum updates and have seen some pecl/pear stuff whizzing by. Just tried the Oracle 11g1 browser based table access site/program and NOTHING shows on the Firefox 3.0.10 screen. Not even an

Re: [PHP-DB] oci8 1.3.4 working for months on my simple browser based php

2009-05-31 Thread Phpster
If I had to guess the config.w32 is the window 32 bit config file. So I would try the other Bastien Sent from my iPod On May 31, 2009, at 15:28, Fred Silsbee fredsils...@yahoo.com wrote: For months I've had a Oracle 11g1 browser based table access site/ program working. I do regular

Re: [PHP-DB] oci8 1.3.4 working for months on my simple browser based php

2009-05-31 Thread danaketh
Look what extensions are you loading. You should find that in php.ini file. Maybe something nasty happened and you php.ini has extension=php_oracle.dll instead of extension=php_oracle.so. Also, if you are about to compile a module for PHP, first you have to run phpize, than ./configure and

Re: [PHP-DB] One table, multiple queries?

2009-05-31 Thread Still Learnin'
Bastien Koert wrote: On Fri, May 22, 2009 at 4:24 PM, Dee Ayy dee@gmail.com wrote: It sounds like you are wanting to transpose rows and columns. But you used the terms convert and fields, so google may not be helping you. I found this:

Fw: Re: [PHP-DB] oci8 1.3.4 working for months on my simple browser based php

2009-05-31 Thread Fred Silsbee
problem solved...don't know how! (1) successfully installed oci8 1.3.5 (thanks) I wiah oci8 were updated by yum (2) had to renew my 11g1 Oracle password since it would expire in 4 days. I had to : alter user (and had it backward the first time) (3) bingo!!! it started