From:             inet2024 at hotmail dot com
Operating system: win2000 AS
PHP version:      5.0.4
PHP Bug Type:     OCI8 related
Bug description:  Cannot Load dll's after configuring php.ini

Description:
------------
Running: Oracle 10g, Win2k AS, IIS, php (4 or 5), ODBC
All are running fine. When I uncomment out any of the extension dll's in
the php.ini file the webserver hangs. I have changed the extension_dir to
"C:/PHP/EXT" which is where the dll's are installed. ODBC works with other
apps - both user and system. 
It sounds more like a configuration problem, but maybe not. I have
researched and found many instances of related problems, but none have a
fix that works.

Reproduce code:
---------------
...

$db_db = "dbname";
$db_connoci = ocilogon("user", "password", $db_db);

...

Expected result:
----------------
Connection to oracle via php-oci8.dll

Actual result:
--------------
Webserver hangs 

or

Fatal error: Call to undefined function ocilogon() in
c:\Inetpub\wwwroot\include\db.php on line 19

-- 
Edit bug report at http://bugs.php.net/?id=34197&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34197&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34197&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34197&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34197&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34197&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34197&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34197&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34197&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34197&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34197&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34197&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34197&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34197&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34197&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34197&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34197&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34197&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34197&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34197&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34197&r=mysqlcfg

Reply via email to