Overview
Artifact ID: | bfaf8f998b20fef7a1c9b96aa9571e35438b2802 |
---|---|
Ticket: | e49f245975f89a8a9c006ec224eed48c8ad77593
Add '-nocgi' option |
User & Date: | ron 2010-11-04 13:24:14 |
Changes
- comment changed to:
I just encountered a small issue using fossil within a php script. Using the php "exec()" function to run fossil -- to add a ticket to a repository -- I was unable to do it directly because fossil starts in cgi mode. The way around was to execute fossil from a shell script which "unset"s GATEWAY_INTERFACE. This took me a bit to figure out, and seems unnecessary. So I suggest adding a '-nocgi' option so that it is easier to run fossil from within a cgi-script (without using fossil in cgi mode)
- private_contact changed to: "ddae85699df0ae84ab8e0a6a6dacf72bab6d4a7a"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "Add '-nocgi' option"
- type changed to: "Feature_Request"