The situation
There are three machines:
- Server (CentOS)
- Developer 1 (Windows 7 )
- Developer 2 (Windows XP x86)
Installed PHP versions:
Server — 5.2.12
Developer 1 — 5.2.13
Developer 2 — 5.3.0
The results of executing mysql_connect('localhost', 'user', 'pass'):
Server — ~0,0012
Developer 1 —
~0,52Developer 2 — ~0,001
The problem is NOT the MySQL server — 100%.
In addition, tested on virtual machines — the results are approximately the same.
The only problem specifically this car.
Has anyone encountered a similar problem?
Does it have a solution?