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


1 answer


You didn't need to install WAMP in the program files, some Apache and PHP bits don't have spaces in folder names. Remember that they are all ported to Windows from the unix originals, and unix doesn't like spaces in directory names.



Try reinstalling to c: \ wamp

0


source







All Articles