History log of /PHP-5.3/configure.in (Results 476 – 500 of 884)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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


# c633abdc 13-Dec-2002 Marcus Boerger

Fix cli build for cygwin


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# 8635af07 11-Dec-2002 foobar

Fixed bug #20298: LDFLAGS were not passed to the static apache module build


# 58210f92 09-Dec-2002 Wez Furlong

Centralize fopencookie test


# 5029c730 09-Dec-2002 Wez Furlong

Emulate fopencookie on *BSD systems.
Patch mostly from Melvyn Sopacua <msopacua@idg.nl>


# 467a5f44 02-Dec-2002 Ilia Alshanetsky

Fixed flex version check. Some lex scanners like Sun's SGU do not appear
to support -V flag, so by passing them data on stdin we prevent them from
sitting idle waiting for stdin data. I've al

Fixed flex version check. Some lex scanners like Sun's SGU do not appear
to support -V flag, so by passing them data on stdin we prevent them from
sitting idle waiting for stdin data. I've also added some common version
retrieval flags, that may be supported by various lex scanners.

show more ...


Revision tags: php-4.3.0RC2
# f88aa804 26-Nov-2002 Marcus Boerger

Highlight "Thank you"


# 95b4045f 26-Nov-2002 Shane Caraveo

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


Revision tags: RELEASE_1_0b2
# 483502fe 15-Nov-2002 Marcus Boerger

Speling (found by Andi)


Revision tags: BEFORE_RENAMING
# 4ef6a3af 15-Nov-2002 Marcus Boerger

db is deprecated now


# 04e564de 15-Nov-2002 Sascha Schumann

use grep -E instead of egrep. the latter is not defined by POSIX anymore


Revision tags: php-4.3.0RC1
# 46a99e90 14-Nov-2002 Sascha Schumann

- Remove PHP_DISABLE_CLI
- Streamline ircg build: thttpd-dependent part moved into separate source
file, so that it can be added to the SAPI-only object list.


# 0eea23a4 13-Nov-2002 Andrei Zmievski

Change version to 4.4.0-dev.


# a4e7793e 11-Nov-2002 Ilia Alshanetsky

Added a flex version check. In the event required flex version is not
available, an advisory warning (similar to bison one) will be given to the
user. This is needed for systems such as Sun O

Added a flex version check. In the event required flex version is not
available, an advisory warning (similar to bison one) will be given to the
user. This is needed for systems such as Sun OS, where the existing lex
parser cannot be used to regenerate Zend/PHP lexical parsers.

show more ...


# e66a760f 04-Nov-2002 David Reid

Not all systems have sys/ipc.h so let's check and only include it if we
have it.


# e95f0f12 29-Oct-2002 Wez Furlong

Don't use autoconf 2.52 macros.


# f8486bc3 29-Oct-2002 Wez Furlong

Fix for #19508 by poleson@verio.net.


# af52de34 28-Oct-2002 foobar

- Enable the sed check. (and moved earlier so we can use the $SED everywhere)


# 615c033e 27-Oct-2002 Andrei Zmievski

Back to 4.3.0-dev.


Revision tags: php-4.3.0pre2
# 939de5b8 27-Oct-2002 Andrei Zmievski

Update to -pre2.


# 65b79b35 26-Oct-2002 Sascha Schumann

Define HAVE_LIBDL, if dlopen() was found.

It was tempting to do a complete s/HAVE_LIBDL/HAVE_DLOPEN/ over the
whole code base. I defer that to a later point in time for now.


# 2909e5c9 24-Oct-2002 Sascha Schumann

centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances


# 6bf422d6 24-Oct-2002 Sascha Schumann

Make PHP compile out-of-the-box with uClibc


# 9b72793d 23-Oct-2002 foobar

Possible fix for cygwin detection.


# 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 ...


1...<<11121314151617181920>>...36