Differences From Artifact [53c7b3ab58]:
- File src/main.c — part of check-in [ff0e506e42] at 2011-01-18 18:58:08 on branch trunk — Add --host and --https options to the http command. Ticket [0ffa37e70e885cfc]. (user: drh size: 38219)
To Artifact [4b8d03c99a]:
- File src/main.c — part of check-in [88383d8d4a] at 2011-02-21 13:17:28 on branch trunk — Do not assume that the PATH_INFO environment variable is set by CGI. Give it a default value to avoid segfaults (on Solaris). (user: drh size: 38223)
| ︙ | |||
881 882 883 884 885 886 887 | 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 | - + | char *zPath = NULL; int idx; int i; /* If the repository has not been opened already, then find the ** repository based on the first element of PATH_INFO and open it. */ |
| ︙ |