"Arthur Chevalier" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]..
.
> Hi all,
>
> I am experiencing a timeout issue when trying to connect/query to one of
our
> Sybase Databases.  I have no problems connecting/querying to all of my
other
> databases.  Does anyone know the parameters either in the php.ini or in
the
> apache httpd.conf file that I can update to eliminate this timeout issue?
>
> Thanks in advance,
>
> Art

Art,

You can set this in php.ini (timeout=..) by default 30sec, but in this case
you only need it one time.
In that case you can put the time-out in the begin of a script that you want
to give a longer time to excecute with set_time_limit(180). 180 is the
seconds you allow this script to run.

Good luck,
Rémy



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to