From:             [EMAIL PROTECTED]
Operating system: w2k
PHP version:      4.1.1
PHP Bug Type:     MySQL related
Bug description:  mysql_pconnect() and POST takes a lot of time

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)

-- 
Edit bug report at: http://bugs.php.net/?id=14988&edit=1


-- 
PHP Development 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]

Reply via email to