From:             jefframos at hotmail dot com
Operating system: Windows 
PHP version:      4.3.1
PHP Bug Type:     OCI8 related
Bug description:  OCI8 keeps browser spinning

Description:
------------
extension=php_oci8.dll
extension=php_oracle.dll

All oci8 functions seem to work even without defining the oracle env.
variables(ORACLE_HOME,ORACLE_SID,TNS_ADMIN...etc..), database connection,
update and table query and display,..no problem, but the browser keeps on
spinning even on ldap functions not using oracle which already been
running smoothly. 
When I tried disabling the oci8, spinning stops but my oci8 functions
won't work.

I tried defining the ora env. variables(below) at the start of my PHP
script but still got the browser spinning.

 PutEnv("ORACLE_SID=PROD");
 PutEnv("ORACLE_HOME=C:\Progra~1\oracle\ora81");
 PutEnv("TNS_ADMIN=C:\Progra~1\oracle\ora81\network\admin");
 PutEnv("LD_LIBRARY_PATH=C:\Progra~1\oracle\ora81\lib");
 PutEnv("NLS_LANG=English_America.WE8ISO8859P1");
 PutEnv("ORA_NLS33=C:\Progra~1\oracle\ora8  
        \common\nls\admin\data");  

Am I missing something with the configuration of PHP on windows using
oracle database?
Any other environment variables that needs to be setup?

Thanks in advance for your help. : )


-- 
Edit bug report at http://bugs.php.net/?id=24368&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24368&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24368&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24368&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24368&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24368&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24368&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24368&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24368&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24368&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24368&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24368&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24368&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24368&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24368&r=gnused

Reply via email to