Opened 12 years ago
Closed 8 years ago
#9300 closed enhancement (no change required)
Add support for PHP to Poorman
Reported by: | dave.vishal789 | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Applications/PoorMan | Version: | R1/alpha4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Attachments (1)
Change History (6)
by , 12 years ago
Attachment: | Final Report.txt added |
---|
comment:1 by , 10 years ago
Component: | - General → Applications/PoorMan |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Milestone: | R1 → Unscheduled |
---|---|
Priority: | normal → low |
CGI support in PoorMan could be added without making it much more complex. But there are alternatives now (php -S, lighttpd, cherokee) so it's not that important.
comment:4 by , 8 years ago
I agree with waddlesplash. This seems out of scope for PoorMan's use case.
comment:5 by , 8 years ago
Resolution: | → no change required |
---|---|
Status: | new → closed |
Yes, package manager makes it super easy to install a real webserver now.
Note:
See TracTickets
for help on using tickets.
My understanding of PoorMan was that it was supposed to be a really simple webserver for static files only. And PHP (recent versions anyway) has its own built-in webserver (
php -S
). Close as invalid?