History log of /PHP-7.1/sapi/cgi/config9.m4 (Results 26 – 34 of 34)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# eb8c8f94 02-Jul-2003 foobar

*** empty log message ***


# 1b50ca4d 02-Jul-2003 Sascha Schumann

Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course.


# e5af63a7 01-Jul-2003 foobar

- Separate CGI build from regular SAPI build
# Creating the libphp5.a lib is not necessary for CGI build.
#
# btw. It would be quite easy to build CGI, CLI and for example Apache SAPI

- Separate CGI build from regular SAPI build
# Creating the libphp5.a lib is not necessary for CGI build.
#
# btw. It would be quite easy to build CGI, CLI and for example Apache SAPI
# the same time.. :)

show more ...


Revision tags: php-5.0.0b1, php-4.3.3RC1, BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# 40634071 23-Feb-2003 foobar

MFB: Fixed bug #22356 (Do not add empty -I flags).


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix, php-4.3.0, php-4.3.0RC4
# d29309eb 19-Dec-2002 Edin Kadribasic

MFB:
Making build system changes according to proposal:
http://news.php.net/article.php?group=php.dev&article=92682


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# 2421e79b 09-Dec-2002 Melvyn Sopacua

Fix make install target on Cygwin, bug #20807


# 9bc3f72d 01-Dec-2002 Shane Caraveo

build support for cgi fixes previously commited


Revision tags: php-4.3.0RC2
# 95b4045f 26-Nov-2002 Shane Caraveo

configure now supports building the cgi-fcgi module
configure --enable-fastcgi


Revision tags: RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2
# 9d21dd45 21-Oct-2002 foobar

- Moved CGI specific lines from configure.in to sapi/cgi/config9.m4
which is 'executed' last of the SAPI config.m4's.
- Added --disable-cgi option. (was possible only with above change)

- Moved CGI specific lines from configure.in to sapi/cgi/config9.m4
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.

show more ...


12