|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-11 05:26 UTC] daniel dot burckhardt at sur-gmbh dot ch
[2002-02-19 07:30 UTC] daniel dot burckhardt at sur-gmbh dot ch
[2002-02-19 16:30 UTC] cmk@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 05:00:01 2025 UTC |
when using php 4.1.0 and 4.1.1 on win2k (both php4isapi.dll and php4apache.dll) the function-call mysql_pconnect("localhost", "root", "") takes about 5 seconds when the page is a called with a post request (<form method="post" action="pagename.php">) while there is no noticable delay when calling it with a GET-request (by entering the url pagename.php directly into the browser or setting method="get" in the form-tag)