On Sat, Feb 18, 2012 at 11:03 PM, Mayur Patil <ram.nath241...@gmail.com> wrote:
>
> I installed Apache 2.2.22 and PHP 5.3.10.
> So, when My internet connection is active,
> phpinfo script runs fast as well as the
> apache index.html.
> But when I disconnect from internet,
> the compilation of PHP script again goes
> slow. I try to find the bug in httpd.conf
> and php.ini.

Line 17 of your php.ini file contains a call to the internet.

Windows waits until the site responds, which never happens. Your error
timeout defaults to 5 seconds.

-John

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

Reply via email to