httpserver icon indicating copy to clipboard operation
httpserver copied to clipboard

Naming convention

Open iwyg opened this issue 12 years ago • 0 comments

Class HttpRequest collides with the internal php class HttpRequest, thus throws an error when creating a new response

Fatal error: Uncaught exception 'HttpException' with message 'HttpRequest::__construct() expects parameter 1 to be string, resource given'

Can you consider namespsacing all classes?

iwyg avatar Jun 03 '13 12:06 iwyg