History log of /PHP-8.2/sapi/cgi/config9.m4 (Results 26 – 41 of 41)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# a20383ba 29-May-2005 foobar

- Unify the "configure --help" texts

# 9af93dbb 21-Apr-2005 foobar

Expose EXEEXT and use for cli/cgi binaries

Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 84e56043 06-Mar-2005 foobar

MFB: Fix VPATH build

Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 69eec3f3 30-Dec-2004 foobar

MFB_4_3: Quote macro names in AC_DEFUN()

Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1, php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# e01ab8c9 01-Dec-2003 foobar

- Made --program-prefix and --program-suffix work. (See bug #23030)

Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE
# db50cd25 03-Oct-2003 foobar

Aligned configure help texts.

Revision tags: RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# ca18b631 08-Sep-2003 foobar

- Should fix some CLI build problems on some systems.

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