fnobi / php-express

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

add buffer support & $_REQUEST for php #16

Open zhouchengkho opened 6 years ago

zhouchengkho commented 6 years ago

Hey man, great work for this lib, just what I needed. I did a few tweaks to make this more useful, don't know if you are still maintaining it, if you are, take a look:

added maxBuffer support by passing it as an option added $_REQUEST as a merged array from $_GET, $_POST for php exec support