php-windows Digest 20 Feb 2012 19:35:27 -0000 Issue 4006
Topics (messages 30778 through 30779):
Re: phpinfo script loading time
30778 by: John Harris
PDo or MySQLi
30779 by: Gavin
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
All,
Not sure if i am about to stir a hornets nest, but hey ho.
I have started learning OOP PHP, and it seems there is a lot of debate
in the db area.
What is peoples preference in db?? Do you use PDO over MySQLi or visa versa?
What are the main differences?
--
Best Regards,
Gavin C
--- End Message ---