History log of /PHP-5.6/configure.in (Results 951 – 975 of 1092)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8f58728e 09-Jun-2000 Sascha Schumann

Real fix for std_syslog issue on OpenServer. This is limited to the native
development system (/bin/cc and icc) and does not show up with the UDK.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# e49ad341 08-Jun-2000 Sascha Schumann

Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.


# 950e7224 04-Jun-2000 Sascha Schumann

Back out the last change by Andi which caused TSRM to be always configured.

This needs to be refined. It caused breakage on several platforms.


# 45cfada9 02-Jun-2000 Andi Gutmans

- Make TSRM always compile into PHP. We can now move virtual_cwd over here.
- We might not want to compile TSRM.c in case we are on a platform which
- doesn't support threads. Sascha? What do

- Make TSRM always compile into PHP. We can now move virtual_cwd over here.
- We might not want to compile TSRM.c in case we are on a platform which
- doesn't support threads. Sascha? What do you think?

show more ...


# 1e56dd78 31-May-2000 Sascha Schumann

Make use of already existing macro PHP_PROG_SENDMAIL


# 0ebb7335 28-May-2000 Andi Gutmans

- This should have been done for 4.0.0.
- Default build is without debug now. Use --enable-debug if you want a
- debug build which includes leak/memory overwrite etc. detection


# c3bff722 24-May-2000 Sascha Schumann

Add -traditional-cpp for Rhapsody and -D_BSD_TIMEOFDAY_FLAVOR for DG/UX.

Also fix the search path for sendmail.


# 25df65b0 24-May-2000 Sascha Schumann

Support old-style readdir_r()


# 2aaa538a 23-May-2000 Sascha Schumann

Use reentrant version of readdir. If the target platform does not support
the POSIX-like readdir_r, we fall back to readdir. In ZTS mode, this will
cause php_readdir_r calls to be serialized.


# 61ceb9e5 23-May-2000 Thies C. Arntzen

bump version to 4.0.1-dev


Revision tags: php-4.0.0
# 674f4bac 18-May-2000 Thies C. Arntzen

added new option "--enable-sigchild" (default is off)
when using this option php will setup it's own SIGCHLD handler.
when using oracle-libraries >= 8.1 on linux you need this option
if y

added new option "--enable-sigchild" (default is off)
when using this option php will setup it's own SIGCHLD handler.
when using oracle-libraries >= 8.1 on linux you need this option
if you are connecting using the BEQ interface - elsewise you will
see <defunc> processes whenever a php-script disconnects from oracle.

show more ...


# 7e0a18d0 18-May-2000 Zeev Suraski

Package 4.0.0


# f04936f8 18-May-2000 Sascha Schumann

Make the shared library suffix dynamic. Improve workaround for libtool's
inflexibility WRT -avoid-version to support various numbers of .0


# b4589027 18-May-2000 Sascha Schumann

Fix workaround for systems where libtool cannot handle -avoid-version
correctly.


# db3d16dc 17-May-2000 Sascha Schumann

Add debug.log facility. If there are any obscure bugs in our build system,
this will give us enough information to find and fix it.


# 08ff225a 17-May-2000 Andrei Zmievski

@- Improved round() to allow specification of rounding precision.
@ (Andrei, Todd Kirby <kirbyt@yahoo.com>)


# c20fb0c2 15-May-2000 Sascha Schumann

Fix pointer to FAQ entry.

PR: #4451


# 8ab33a4d 15-May-2000 Sascha Schumann

Use "mkdir -p" instead of "test -d || mkdir" where possible


Revision tags: php-4.0RC2
# 873df0ae 07-May-2000 Sascha Schumann

Libtool creates libphp4.so.0.0 on at least AIX and FreeBSD 2.2.

This hack will catch the resulting shared library anyway.

The Right Way to approach this is to fix libtool to properl

Libtool creates libphp4.so.0.0 on at least AIX and FreeBSD 2.2.

This hack will catch the resulting shared library anyway.

The Right Way to approach this is to fix libtool to properly
handle -module on all platforms.

show more ...


# ec9612aa 06-May-2000 Sascha Schumann

This change addresses an issue on systems which cannot link against libnsl
and libsocket, resulting in segfaults. If yp_get_default_domain is
available after checking for libsocket, we assume

This change addresses an issue on systems which cannot link against libnsl
and libsocket, resulting in segfaults. If yp_get_default_domain is
available after checking for libsocket, we assume we do not need libnsl
anymore.

show more ...


# 17b84ad7 06-May-2000 Sascha Schumann

Planning for 4.0RC2 on Monday


# 30f6031b 05-May-2000 Sascha Schumann

Fix a bug introduced when the SAPI checks were moved.

INCLUDES were overwritten, so i.e. APXS builds failed.


# f51b56cf 05-May-2000 Sascha Schumann

Move dlopen in -ldl check to configure.in. This should ensure that if libdl
exists, it will be always found. We define HAVE_LIBDL now always, if the
function dlopen is found.


# a88946c7 04-May-2000 Sascha Schumann

Install extensions in different directories, so that users can have
various PHP installations with different parameters.


# d0f3764e 04-May-2000 Sascha Schumann

Change reentrancy API to always use the php prefix.

Check for the declaration of reentrant functions, so that we can use
them in non-ZTS mode on all platforms.


1...<<31323334353637383940>>...44