On Fri, Jun 22, 2001 at 02:23:14PM +0100, Taylor, Stewart wrote:
> Hello,
>
> Just in case anyones got any ideas.
>
> I've been testing an application for a few weeks on a test server without
> any problems.
> After releasing it onto the live server, which is - according to the
> administrator - setup exactly the same as the test server I've been running
> into problems.
>
> Apparently the database seems to be disconnecting randomly see log file
> extract below.
>
> I already had a application on the live server which has been working
> perfectly for a year or so. Now the new application is live it is having
> the same problem as well.
>
> The test version of the already live application is also on the same test
> server and both databases on live and test are setup exactly the same way.
>
>
> My administrator tells me that we have a license for unlimited connections
> to the database etc..
>
> My setup us
> OCI8 Revision 1.96
> Oracle Version 8.1
> Apache Apache/1.3.11
> Redhat Linux 6.2
> php 4.0.2
> I'm also using phplib 7.2c to manage authentication/sessions and database
> access.
i've found somebody in hamburg (which is where i live) who
could show me the problem. his setup is rather complex - so
if you could send me a _short_ testcase (_without_ phplib)
that reproduces you problem i would be very happy to work on
it!
are you using oracle-MTS by any chance?
BTW: could you please comment out the call to
php_config_ini_shutdown() in main/main.c and see if it makes
any difference for you?
(zeev: the call to php_config_ini_shutdown is too early, if a
module calls php_error in the MSHUTDOWN
core_globals->error_log is already freed - i think we need to
fix this!)
regards,
tc
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]