History log of /PHP-5.5/configure.in (Results 651 – 675 of 1039)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# 8d9963b0 20-Oct-2002 Wez Furlong

Add the actual ftok check for Derick :-)


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 3b32aa7d 10-Oct-2002 Andrei Zmievski

Back to 4.3.0-dev.


# bb4aefac 10-Oct-2002 Andrei Zmievski

Update to 4.3.0-pre1.


# 6882bdc2 08-Oct-2002 Andrei Zmievski

Revert to 4.3.0.


# 2ad1a1e7 08-Oct-2002 Sascha Schumann

add support for adding /usr/lib to the linkline by default


# f7ef0ccd 05-Oct-2002 Andrei Zmievski

Change HEAD version to 4.4.0-dev.


# 989a61ed 04-Oct-2002 Rasmus Lerdorf

As discussed, add --with-config-file-scan-dir compile-time switch defining
a directory which will be scanned for *.ini files after the main php.ini
file has been parsed. This makes it much e

As discussed, add --with-config-file-scan-dir compile-time switch defining
a directory which will be scanned for *.ini files after the main php.ini
file has been parsed. This makes it much easier to automatically deploy
a modular PHP since adding extensions which have their own ini switches can
now be done by simply dropping a foo.ini file in the right directory and
restarting. A list of parsed ini files is maintained and shown on the
phpinfo page.

show more ...


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 614d10a8 02-Oct-2002 Marcus Boerger

Check for C99 conformance of snprintf.
#This way we force using internal version if a broken library is used.
#E.g. length parameter is broken, return value or default precision wrong.


# 47ca8127 01-Oct-2002 foobar

- Revert the removal of dlopen check here.
# Left HAVE_LIBDL undefined for some reason


# 8634346e 01-Oct-2002 foobar

- Removed unnecessary dlopen checks. (this is done in Zend.m4 already)


# e6e54605 29-Sep-2002 Sascha Schumann

Follow Yasuo's suggestion and build sapi program's under the sapi-specific
directory.

Move sapi-specific makefile fragments to their respective directory.

Create an embed sapi m

Follow Yasuo's suggestion and build sapi program's under the sapi-specific
directory.

Move sapi-specific makefile fragments to their respective directory.

Create an embed sapi module which resides in its own dir now.

show more ...


# 946206f0 29-Sep-2002 Edin Kadribasic

Added php/embed toolkit for embedding PHP engine into C/C++ applications.
See my post to php-dev on the subject.


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# 1a747ada 06-Sep-2002 foobar

Fix the errors reported by Melvyn


Revision tags: php-4.2.3
# 3bf75192 04-Sep-2002 foobar

@- Added --disable-all configure option. (Jani)


Revision tags: php-4.2.3RC2, php-4.2.3RC1
# 116b06d6 21-Aug-2002 Ilia Alshanetsky

Added a check for monetary.h needed for strfmon inside string.c


# c0be355c 17-Aug-2002 Stig Venaas

Default is enable, so better --disable-ipv6 I guess


# fcc03805 17-Aug-2002 Stig Venaas

Added --enable-ipv6 and only look up AAAA in DNS when enabled


# ccb5c84b 09-Aug-2002 Wez Furlong

Centralize some blocking socket related code.
# It's been a while since I wrote this!


# 107a9efb 06-Aug-2002 Marko Karppinen

Fix the framework support


Revision tags: dev
# 5611c2fc 06-Aug-2002 Marko Karppinen

Support compiling and linking against Darwin / Mac OS X frameworks


1...<<21222324252627282930>>...42