From: [EMAIL PROTECTED] Operating system: Linux Red Hat 7.2 PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: Installed/Compiled Php4.0.6 with Oracle9i on Linux Red Hat7.2
I installed/compiled php4.0.6 with Oracle9i on RedHat 7.2 successfully. Following is the configure command to compile/install php: configure --with-oci8=/MyOracle_Home/ --with-apxs=/My_Apache_Home/bin/apxs After compiling php, libphp4.so, and httpd.conf was generated in their apache directories. Apache1.3.19 (with Dynamic Shared Object) can be started without any problem. Php script: <? phpinfo(); ?> shows that oci8 is enabled and current oracle version is 9. However when use php to communicate with Oracle9i server, Netscape browser shows an error says that there is no data in html. If use same php code in another machine with php4.0.6 compiled with oracle8i, It can work with oracle9i server without any problem. -- Edit bug report at: http://bugs.php.net/?id=14151&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]