History log of /PHP-5.5/configure.in (Results 1001 – 1025 of 1039)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6a25e05d 23-Nov-1999 Sascha Schumann

Only create regex/Makefile, if we use the bundled regex library


# 541087d1 22-Nov-1999 Stig Bakken

@Introduced PECL - PHP Extension and Code Library (prounounced "picke")
Introduced PECL - PHP Extension and Code Library (prounounced "picke"), in
the "pecl" subdir. "make install" will now

@Introduced PECL - PHP Extension and Code Library (prounounced "picke")
Introduced PECL - PHP Extension and Code Library (prounounced "picke"), in
the "pecl" subdir. "make install" will now install the database abstraction
layer in PREFIX/lib/php.
I hereby dedicate this part of PHP to my daughter-of-yesterday Malin. :-)

show more ...


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1
# 51c83e9f 20-Nov-1999 Sascha Schumann

--enable-versioning can now be used with CGI/AOLserver as well. Note that
we do not use versioning per se anymore, but export only the required
symbols.


Revision tags: php-4.0b3
# b416e577 17-Nov-1999 Sascha Schumann

Remove --enable-thread-safety. There is no reason people should be able
to set this manually; most likely, they will burn themselves by using it.


# 927260bf 17-Nov-1999 Thies C. Arntzen

b3 is already tagged in CVS


Revision tags: PRE_USED_RETURN_VALUE_PATCH
# 65557ffe 16-Nov-1999 Stig Bakken

4.0b3 coming up


Revision tags: php-4.0b3_RC5
# 5f8f410e 14-Nov-1999 Stig Bakken

@Added tmpfile() function (Stig)
Removed the mkstemp stuff and added tmpfile() function instead.


# bcb2214e 13-Nov-1999 Sascha Schumann

Improve regex library selection. It lets user specify whether they want
system, apache, or php's regex library by using the --with-regex option.
"php" is the default; if you use --with-apache

Improve regex library selection. It lets user specify whether they want
system, apache, or php's regex library by using the --with-regex option.
"php" is the default; if you use --with-apache in combination with
Apache 1.3.x, the default is "apache".

show more ...


# 117ebf3c 13-Nov-1999 Sascha Schumann

- remove extra CPPFLAGS from top-level Makefile
- HSREGEX defaults to what the user wants, but can be changed now internally


# 942c0b35 13-Nov-1999 Sascha Schumann

Export CPPFLAGS to propagate additional flags


# 194d75c3 13-Nov-1999 Sascha Schumann

Fix typo (escape sign was one off)


# c8106593 13-Nov-1999 Sascha Schumann

preparing 4.0b3-RC5


# 3dc7757a 13-Nov-1999 Sascha Schumann

Remove the extra INCLUDES line from most automake Mafiles. This is not
necessary, because we can change the value of INCLUDES globally in one
place (configure.in).

Also add two defin

Remove the extra INCLUDES line from most automake Mafiles. This is not
necessary, because we can change the value of INCLUDES globally in one
place (configure.in).

Also add two defines in thread-safe mode
(_REENTRANT and POSIX_PTHREAD_SEMANTICS)

show more ...


# ceae3847 12-Nov-1999 Sascha Schumann

Enable selective regex library compilation.


Revision tags: php-4.0b3_RC4
# ef941dd7 09-Nov-1999 Stig Bakken

4.0b3-RC4


Revision tags: php-4.0b3_RC3
# 9e1cfb4f 09-Nov-1999 Stig Bakken

Bump version to 4.0b3-RC3.
# We release RC2 just minutes before Sam Ruby commits his Java extension.
# What timing!


Revision tags: php-4.0b3_RC2
# ecf83739 08-Nov-1999 Stig Bakken

Cleaned up makedist a bit more.
# Also changed 4.0B3-RC2 to 4.0b3-RC2. I don't see why we should start
# using capital letters in 4.0.


# 63d47b77 08-Nov-1999 Stig Bakken

(PHP tempnam) now uses mkstemp() if available
@- tempnam() now uses mkstemp() if available (Stig)


# 512f4519 06-Nov-1999 Zeev Suraski

Version update


# f2099fcc 04-Nov-1999 Stig Bakken

# First shot at 4.0b3.


# 11287bba 02-Nov-1999 Sascha Schumann

Additional check for concurrent use of --with-{apache,apxs}


# 3f1c0106 07-Oct-1999 Sascha Schumann

Remove SAPI_TARGET and use PHP_SAPI completely.

The target filename is now available as SAPI_PROGRAM, SAPI_SHARED, and
SAPI_STATIC.


# 9b654728 07-Oct-1999 Sascha Schumann

PHP_SHOW_LD_LIBRARY_PATH leaked out of my test environment.


# 712105cd 07-Oct-1999 Sascha Schumann

Pass -avoid-version when building a shared library to avoid problems
with "installing" symbolic links. We need to do this conditional, since
some libtool versions imply --disable-stat

Pass -avoid-version when building a shared library to avoid problems
with "installing" symbolic links. We need to do this conditional, since
some libtool versions imply --disable-static with this option.

show more ...


# 2e322344 05-Oct-1999 Sascha Schumann

Build program static.


1...<<4142