Anon
05-02-2001, 03:24 AM
Hi All!
I instaled Apache 1.3.14 with PHP 4.04 on Win 98. Evything is OK, and pages like
<? echo(\"Hello World\"); ?>
going OK, but i have to connect to Oracle, and I have to ON php_oci8.dll
and I wrote in php.ini
extension_dir=\"c:/!apache/php/extensions\"
and
extension=php_oci8.dll
then I restarted Apache and when I start pages like
<? OCILogOn (...); ?>
the browser thinking and thinking and tinking and nothing happend
what is wrong
Thanks for help
I instaled Apache 1.3.14 with PHP 4.04 on Win 98. Evything is OK, and pages like
<? echo(\"Hello World\"); ?>
going OK, but i have to connect to Oracle, and I have to ON php_oci8.dll
and I wrote in php.ini
extension_dir=\"c:/!apache/php/extensions\"
and
extension=php_oci8.dll
then I restarted Apache and when I start pages like
<? OCILogOn (...); ?>
the browser thinking and thinking and tinking and nothing happend
what is wrong
Thanks for help