History log of /PHP-5.5/configure.in (Results 976 – 1000 of 1039)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7284ec7a 07-Dec-1999 Rasmus Lerdorf

Add check for broken apxs script


# 4f52bab5 07-Dec-1999 Andrei Zmievski

Need to check for __inet_aton on Solaris.


Revision tags: PRE_RETURN_REF_PATCH
# 7ac99e5a 07-Dec-1999 Sascha Schumann

Move it to the right place


# b47cb50c 06-Dec-1999 Sascha Schumann

Separate libpaths into PHP_LDFLAGS, so that we can address them
separately (required for Apache build).


# f2a090c6 05-Dec-1999 Sascha Schumann

Add rpaths to LDFLAGS during configure, drop them later.


# 9417570d 05-Dec-1999 Sascha Schumann

Prepend added libraries and separate LDFLAGS handling


# 68aa4997 04-Dec-1999 Sascha Schumann

Create ``libs'' subdirectory as the current user and add /usr/ucblib
always to the libpath, if it exists (#2752).


# 7fc583f7 04-Dec-1999 Sascha Schumann

Don't overwrite EXTRA_LIBS, some ext config.m4s access it directly


# d1820e47 04-Dec-1999 Sascha Schumann

Use LIBS instead of EXTRA_LIBS, so that inter-library dependences can
be tested for using standard autoconf macros.


# b978a64e 04-Dec-1999 Sascha Schumann

Check for htonl in libsocket (sol251), and move inet_aton check in libbind to configure.in, so that our later AC_CHECK_FUNCS(inet_aton) will find inet_aton in libbind (if it is there).


# 68926514 03-Dec-1999 Sascha Schumann

Fix for #2909


# 7c43bda4 03-Dec-1999 Sascha Schumann

inet_aton is in libresolv on Solaris 2.5.1


# f19426e4 03-Dec-1999 Sascha Schumann

Solaris needs -D_REENTRANT to define prototypes for localtime_r etc.


# ebaeb919 03-Dec-1999 Sascha Schumann

Add check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_t
is defined in sys/socket.h).


# a8f71d62 03-Dec-1999 Stig Bakken

Add configure command to phpinfo() output (Stig)


# 2467dd6d 01-Dec-1999 Stig Bakken

@Fix some warnings when compiling in maintainer-mode (Stig)
@Made mysql and gd work as shared extensions again (Stig)
- Fixed some warnings in maintainer-mode.
- Made mysql and gd work as

@Fix some warnings when compiling in maintainer-mode (Stig)
@Made mysql and gd work as shared extensions again (Stig)
- Fixed some warnings in maintainer-mode.
- Made mysql and gd work as shared extensions again by defining
COMPILE_DL if PIC is defined.
# We need a better solution for building .so extensions than this
# PIC/COMPILE_DL hack!

show more ...


# adf12b60 30-Nov-1999 Sascha Schumann

Add '--enable-low-memory' option.


# d9eb533c 28-Nov-1999 Stig Bakken

@Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository).
Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository).
New name courtesy of Peter Bowen <pzb@ARISTOTLE.ORG>.


# 64a98588 27-Nov-1999 Sascha Schumann

Test for PHP_THREAD_SAFETY


# c73e2731 27-Nov-1999 Sascha Schumann

PERL_PATH is used nowhere


# e4812c0f 27-Nov-1999 Sascha Schumann

Add --enable-experimental-zts


# 56a9e10b 26-Nov-1999 Sascha Schumann

Enable _POSIX_THREAD_SEMANTICS for all configurations testwise


# 524f0b1b 26-Nov-1999 Sascha Schumann

- move strtok_r into reentrancy.c
- add rand_r()


# 35b30a8d 26-Nov-1999 Sascha Schumann

Add reentrant versions of ctime, localtime, gmtime, asctime.

These cannot be implemented platform-independent, so we fall back to the native
non-reentrant versions, but lock during each

Add reentrant versions of ctime, localtime, gmtime, asctime.

These cannot be implemented platform-independent, so we fall back to the native
non-reentrant versions, but lock during each access (only if ZTS is used).

To initialize/destroy the used data structures, you need to call
reentrancy_startup() before sapi_startup(), and reentrancy_shutdown() after
sapi_shutdown().

show more ...


# 9fc9502e 26-Nov-1999 Sascha Schumann

Add strtok_r replacement function from FreeBSD-current.


1...<<31323334353637383940>>...42