From:             buxalex at libero dot it
Operating system: windows
PHP version:      5.0.3
PHP Bug Type:     OCI8 related
Bug description:  Call to undefined function ocilogon() in ....

Description:
------------
Hello, 
I've installed Apache and PHP, and I have oracle 9 installed
on my laptop with a db created and working. When I try to connect to the
db I get the error: Call to undefined function ocilogon() in ...

I've entered the following statement in the PHP:INI file:

extension_dir = d:\php_world\php\ext\
extension = php_oci8.dll
extension = php_oracle.dll

but the probel is the same.

I tried also to modify the php code entering:

require ('db-include.php')
$conn = ocilogon(DB_USER,DB_PASS,DB_NAME);

But I still get the same error.

running the print_r(get_loaded_extensions()); statement I cannot see the
in the list any OCI

How I can let it work?

Thanks












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

Reply via email to