My local development configuration:
- Apache 2.2.21 VC9 downloaded from Apache Lounge (as suggested at PHP For Windows website. Manual installation as service.
- PHP 5.3.8 VC9 x86 Thread Safe, installed manually from the zip file.
- PHP APC 20110109-5.3-vc9-x86 downloaded from here, then i added
extension=php_apc.dll
to myphp.in
. - Xdebug PHP 5.3 VC9 TS (32 bit), if relevant
Result: sometimes page hangs and i must restart Apache manually from services panel. Anyone lese experienced this? Is my configuration wrong? THis is happening even with a simple phpinfo
page:
<?php phpinfo() ?>