m2php icon indicating copy to clipboard operation
m2php copied to clipboard

Mongrel2 PHP stuff

Results 4 m2php issues
Sort by recently updated
recently updated
newest added

Similar to the python reference library. tnetstring parser from: https://github.com/jessedp/tnetstrings-php (with minor changes) Tested with request_payloads.txt (from Mongrel2 Python tests)

What do you think of using hhvm with m2php and Mongrel2. The PHP would also need some sort of async framework like React.

Tool.php (see following code block or line 25-29) incorrectly assumes that only one of a certain header type will be sent per response. This is mostly true, except in the...