aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Server
Commit message (Collapse)AuthorAgeFilesLines
* Maintainer mailaddress mass changeedwin2006-04-151-1/+1
| | | | | | | Maintainers mailaddress has changed, so the ports should be updated. PR: ports/95796 Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Remove pear ports obsolated by devel/pear and switchale2005-12-101-1/+1
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* Update to version 0.4.0.thierry2005-01-152-3/+3
| | | | | | | Changelog at <http://pear.php.net/package/HTTP_Server/download/>. PR: ports/76267 Submitted by: maintainer
* Add pear-HTTP_Server, a class that allows you to easily implement HTTP serverspav2004-11-073-0/+32
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. PR: ports/73613 Submitted by: Gerrit Beine <tux@pinguru.net>