dxw / whippet-server

Whippet Server launches a stand-alone web server for a specific WordPress installation. It makes WordPress easier to develop with, for example, by adding lots of debug information to the terminal without cluttering up or breaking your templates.
ISC License
80 stars 6 forks source link

"Call to undefined function pcntl_signal()" #35

Closed dgmstuart closed 9 years ago

dgmstuart commented 9 years ago

Got the following error when trying to run whippet on a new install on OSX Yosemite with php 5.5.9:

Fatal error: Call to undefined function pcntl_signal() in /www/whippet/whippet-server/whippet.php on line 304

mallorydxw commented 9 years ago

Your PHP needs to be compiled with the --enable-pcntl flag. I'll mention that in the README.

dgmstuart commented 9 years ago

Damn - that's annoying. Was hoping to be able to use (what I assume is) the default php which comes with Yosemite.