ID:               31011
 Updated by:       [EMAIL PROTECTED]
 Reported By:      erzhan at att dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         OCI8 related
 Operating System: Solaris 8
 PHP Version:      Irrelevant
 New Comment:

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.




Previous Comments:
------------------------------------------------------------------------

[2004-12-07 16:37:36] erzhan at att dot net

Description:
------------
This bug report is related to bug # 23733.

Fix for bug #23733 is not working.

PHP4 change log states that this Bug fix is added to PHP 4.3.3.

We currently have PHP 4.3.4 (PHP 4.3.4 (cli) (built: Feb 10 2004
14:50:30)) but still have the same issue:
when connecting to Oracle 9.2.0.5.0 using oracle client 9.2.0.5.0 php
produces core dump with segmentation fault.

Reproduce code:
---------------
ORACLE_HOME=/usr/oracle/product/9.2.0

Script:
#!/opt/apache/php/bin/php -q
<?php


// connect to data warehouse (Oracle)
$ora_db = "DB";
$ora_conn = ocilogon("user","passwd",$ora_db) or die ("Couldn't connect
to oracle.\n");

.....
?>

Expected result:
----------------
Successful connection.

Actual result:
--------------
Segmentation fault, core dump.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31011&edit=1

Reply via email to