Anon
06-27-2000, 02:36 PM
I'm sorry for my english ;-)
My host:
- Alpha Digital DEC-UNIX 4.0d
- Oracle Enterprise Server 8.0.5.1
- Netscape Enterprise Server 3.6.1
- PHP4 (running as CGI in Netscape)
--with-oracle
--with-oci8
Install process:
a) PHP install !100% OK!
b) I have problems with OCI8 functions executing PHP as CGI with varchar & char types -no returns any data- (with numbers or dates is fine). OCIFETCH & OCIRESULT not work with varchar? ;-(
c) Ah!, in command mode works, but in CGI mode not works.
d) Also, I must be insert in all codes:
putenv("ORACLE_HOME=/oracle/product/8.0.5");
putend("ORACLE_SID=demo");
It's necesary?
Thanks,
My host:
- Alpha Digital DEC-UNIX 4.0d
- Oracle Enterprise Server 8.0.5.1
- Netscape Enterprise Server 3.6.1
- PHP4 (running as CGI in Netscape)
--with-oracle
--with-oci8
Install process:
a) PHP install !100% OK!
b) I have problems with OCI8 functions executing PHP as CGI with varchar & char types -no returns any data- (with numbers or dates is fine). OCIFETCH & OCIRESULT not work with varchar? ;-(
c) Ah!, in command mode works, but in CGI mode not works.
d) Also, I must be insert in all codes:
putenv("ORACLE_HOME=/oracle/product/8.0.5");
putend("ORACLE_SID=demo");
It's necesary?
Thanks,