fnobi / php-express

enable express server to exec php.
36 stars 15 forks source link

Return PHP parser errors to facilitate debugging scripts #4

Closed fdn closed 9 years ago

fdn commented 9 years ago

This is a simple change to bubble up any PHP parser errors. The current implementation bubbles up the node js error instead of the output from PHP as to why the process died.

fnobi commented 9 years ago

thanks!! I'm sorry for review delay.