|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-02-23 15:28 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 21:00:01 2025 UTC |
Description: ------------ I am not good at english. My apache is running (Port 80). URL is 'localhost:80' or 'localhost'. Function : mysql_pconnect('localhost:80', 'root', '123'); then, no error and the function never return. Thanks. Reproduce code: --------------- set_time_limit(0); // make sure your apache is running (Port 80). mysql_pconnect('localhost:80', 'root', '123'); Expected result: ---------------- Just like a loop ?