Home » HTTP » HTTP_Server
HTTP server class.
This package is unmaintained.
Download latest release 0.4.1 (archived versions might be outdated)
License: PHP License
Description
HTTP server class that allows you to easily implement HTTP servers by supplying callbacks.
The base class will parse the request, call the appropriate callback and build a repsonse
based on an array that the callbacks have to return.
Maintainers
- Stephan Schmidt (schst) — lead, active
- Christian Weiske (cweiske) — developer, active
Dependencies
Required
- PHP (>= 4.2.0)
- PEAR Installer (>= 1.4.0b1)
- HTTP
- Net_Server (>= 0.12.0)
- PEAR
Releases
- 0.4.1 (alpha, 2010-10-05)
- 0.4.0 (alpha, 2005-01-01)
Release notes
License: PHP License
- fixed Bug #2531 (server shutdown on bad request) (schst)
- fixed Bug #2762 Request.php::_parsePath() E_ALL warning (patch by cox)
- fixed some small bugs in _serveRequest() (schst)
- Added support for POST data (cweiske)
- Added an export() function to export _SERVER variables (cweiske)
- start() now returns the PEAR_Error object returned from Net_Server (schst) - 0.3 (alpha, 2004-01-29)
Release notes
License: PHP License
switched driver to Net_Server 0.10 or greater
added HTTP_Server_Request
improved example
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #2158 | Closed | Req | 2004-08-18 | HTTP_Server_Request storing POST data | |
| #2531 | Closed | Bug | 2004-10-14 | Server shutdown on bad Request | |
| #2762 | Closed | Bug | 2004-11-15 | Request.php::_parsePath() E_ALL warning | |
| #3116 | Closed | Bug | 2005-01-05 | HTTP response message does not contain CRLF | |
| #14469 | Feedback | Bug | 0.4.0 | 2008-08-07 | POST Multipart Content Not Included in Request Object |