PHP Server - CLI has stopped working
I just updated Wamp to PHP 5.4.3 from 5.3.8. The server started from Wamp is working correctly, but if I want to try running a new PHP function and the server is down -
php artisan serve
in laravel4 or
php -S localhost:8888
from command line I am getting CLI Stopped working on Windows 7.
Do you have any suggestions?
System event error log:
Faulting application name: php.exe, version: 5.4.3.0, time stamp: 0x4fb15e42
Faulting module name: php5ts.dll, version: 5.4.3.0, time stamp: 0x4fb15f2c
Exception code: 0xc0000005
Fault offset: 0x0000000000119940
Faulting process id: 0x6e4
Faulting application start time: 0x01ce524019a8c721
Faulting application path: C:\Program Files\wamp\bin\php\php5.4.3\php.exe
Faulting module path: C:\Program Files\wamp\bin\php\php5.4.3\php5ts.dll
0
source to share