ID: 14151
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: No Feedback
Bug Type: OCI8 related
Operating System: Linux Red Hat 7.2
PHP Version: 4.0.6
New Comment:
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
Previous Comments:
------------------------------------------------------------------------
[2002-02-07 08:20:34] [EMAIL PROTECTED]
what is you configure line?
also what re the last 10 lines of the outpit of your configure?
------------------------------------------------------------------------
[2002-02-07 03:03:01] [EMAIL PROTECTED]
today I tried installing php4.1.1 on RedHat7.2 with Oracle9i
but it gives an error "unsupported version " . I went through a
documentation where in it said that 4.1.1 has all fixups .the is a patch
to fix this bug in php4.0.6 too but i donot find any help for php4.1.1
.
can I have any help on this ??
regards
jags
------------------------------------------------------------------------
[2001-12-21 19:42:23] [EMAIL PROTECTED]
I followed backtrace report Instructions:
First: I stop apache server by using following comand under root
privilage
#/usr/local/apache/bin/apachectl stop
/usr/local/apache/bin/apachectl stop: httpd stopped
Second Under root privilage run httpd - X under gdb with:
#gdb /usr/local/apache/bin/httpd
GNU gdb Red Hat Linux (5.1-1)
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run -X
Starting program: /usr/local/apache/bin/httpd -X
[New Thread 1024 (LWP 1971)]
After that I use web browser and access server to force the crash. I am
surprised that I can connect with oracle server well. The only thing is
the speed for access web is very slow. There is no gdb prompt appear,
and
there is no any message indication that there is a crash.
Following is php script to authorize into oracle:
/************************* Global Vars ******************************/
$user = "xxxx";
$pswd = "xxx";
$dbase = "(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = hermes.campus.uidaho.edu)(PORT
= 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = oracle.campus.uidaho.edu)
)
)";
function dbConnect()
{
global $user, $pswd, $dbase;
$con = OCILogon($user, $pswd, $dbase);
if( OCIError($con) )
ErrorAndExit( "Could not create connection to the database."
);
else
return $con;
}
------------------------------------------------------------------------
[2001-12-21 14:05:20] [EMAIL PROTECTED]
Can you generate a backtrace?
(http://bugs.php.net/bugs-generating-backtrace.php)
------------------------------------------------------------------------
[2001-12-21 13:01:41] [EMAIL PROTECTED]
If you visit from following URL:
http://kellinux.cs.uidaho.edu/cs461/login.php
you can find php can access my oracle9i EE database well. The php script
on this machine(kellinux.cs.uidaho.edu) is the same one from previous
machine (hermes.campus.uidaho.edu). They both visit the Oracle9i
database server on hermes.campus.uidaho.edu.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/14151
--
Edit this bug report at http://bugs.php.net/?id=14151&edit=1