Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFB: | Edin Kadribasic | 2002-12-19 | 1 | -3/+3 |
| | | | | | | Making build system changes according to proposal: http://news.php.net/article.php?group=php.dev&article=92682 | ||||
* | Fix make install target on Cygwin, bug #20807 | Melvyn Sopacua | 2002-12-09 | 1 | -1/+8 |
| | |||||
* | build support for cgi fixes previously commited | Shane Caraveo | 2002-12-01 | 1 | -0/+18 |
| | |||||
* | configure now supports building the cgi-fcgi module | Shane Caraveo | 2002-11-26 | 1 | -1/+29 |
| | | | | | configure --enable-fastcgi | ||||
* | - Moved CGI specific lines from configure.in to sapi/cgi/config9.m4 | foobar | 2002-10-21 | 1 | -0/+118 |
which is 'executed' last of the SAPI config.m4's. - Added --disable-cgi option. (was possible only with above change) - Made the sed check to not test for the possibly working sed on Solaris since that would make the test quite useless. (compile would still fail) # That sed check is not enabled yet..need to know whether we fail # during configure or just put out a warning about possible non-working # sed. As even plain ./configure doesn't work in most cases, I think # it would be better to just fail during configure and let the users # fix their paths/install GNU sed. |