History log of /PHP-5.3/configure.in (Results 651 – 675 of 884)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2a26be63 17-Apr-2001 Wez Furlong

Added --enable-php-streams option for experimental file abstraction


# 466c2264 09-Apr-2001 Sascha Schumann

Revert mega patch.

This patch has at least the following deficiences:

- the CGI is built using objects from another SAPI module.
This usually results in unsatisfied symbol ref

Revert mega patch.

This patch has at least the following deficiences:

- the CGI is built using objects from another SAPI module.
This usually results in unsatisfied symbol references.
- the CGI makefile is not created properly
- building CGI cannot be disabled

show more ...


# 846d6b15 09-Apr-2001 Sascha Schumann

Fix current CVS breakage


# a4877d7a 08-Apr-2001 Stig Bakken

* CGI version is always installed!
* replaced --disable-pear with --with-pear=DIR (or --without-pear),
is backwards compatible
* use --datadir, --libdir and --sysconfdir configure optio

* CGI version is always installed!
* replaced --disable-pear with --with-pear=DIR (or --without-pear),
is backwards compatible
* use --datadir, --libdir and --sysconfdir configure options to determine
where PEAR files, shared extensions and php.ini goes
* simplified the extension version directory name

show more ...


# 1f451daf 06-Apr-2001 Jon Parise

Fix expansion of PEAR_INSTALLDIR.


# d9b309fd 04-Apr-2001 foobar

This branch is 4.0.6-dev..


# 0df6e8dd 03-Apr-2001 Wilfredo Sanchez

Add INSTALL_ROOT variable to specify install location.


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4
# 6c55672d 28-Mar-2001 foobar

Make file() work again.
# For some reason if libbind is linked with PHP the file() function
# won't work with URLs. Do we even need libbind?


Revision tags: php-4.0.5RC3
# 8a26918e 27-Mar-2001 foobar

Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
# Heads up people! I tested this before committing but you never know..


# badb701c 26-Mar-2001 foobar

Fixed the problem with libbind (again).


# cd1b11d2 23-Mar-2001 Stephen van Egmond

Added configuration for detecting the BeOS thread implementation
(which will be used once I get my patches into Zend to use bthreads).

Also, a check for a library distributed with the ne

Added configuration for detecting the BeOS thread implementation
(which will be used once I get my patches into Zend to use bthreads).

Also, a check for a library distributed with the new BeOS networking
environment.

show more ...


Revision tags: php-4.0.5RC2
# 08df6f9b 19-Mar-2001 Ben Mansell

@ New FastCGI server module
New FastCGI server module. Based on the thttpd server module with
large chunks of code ripped from the cgi module. Also modifies
Makefile.in and configure.in i

@ New FastCGI server module
New FastCGI server module. Based on the thttpd server module with
large chunks of code ripped from the cgi module. Also modifies
Makefile.in and configure.in in order to make it build properly.
# This initial checkin has been tested with the Zeus web server,
# but should work with any server that has a correct FastCGI
# implementation.

show more ...


# ab560941 16-Mar-2001 foobar

This should fix problems in systems without libbind.


Revision tags: php-4.0.5RC1
# 85980139 11-Mar-2001 foobar

Check for inet_aton only if libbind is not found (or inet_aton is not in
libbind). Fixes bug: #8814


# 34cb5dff 06-Mar-2001 Sascha Schumann

Replace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT.
The latter is only called, if lex was found, so that PHP configures now
on setups without (f)lex.


# a0d3c5a8 26-Feb-2001 Andi Gutmans

- Finally rename modules.h to zend_modules.h for consistency (first try
was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
are included via zen

- Finally rename modules.h to zend_modules.h for consistency (first try
was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
are included via zend_API.h

show more ...


# 637e8e14 15-Feb-2001 Sascha Schumann

There might be more systems which do not support chroot, so we check
for the existence of it.

Additionally, if chroot is not supported, the warn_not_available function
is invoked now.


# b2067a18 06-Feb-2001 Stephen van Egmond

Added tests for arpa/nameser.h and resolv.h, which don't exist on the BeOS.


# c256b323 28-Jan-2001 John Donagher

PR:
Remove --with-pfpro warning. Verisign has released a beta SDK which corrects
the problem.


# 01f800b7 27-Jan-2001 John Donagher

PR:
Submitted by:
Reviewed by:
Obtained from:
Add configure warning message when compiling --with-pfpro


# 83cf6629 21-Jan-2001 Rasmus Lerdorf

@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus


# 91b0e1a7 17-Jan-2001 Sascha Schumann

Fix vpath builds on freebsd


# 19689013 17-Jan-2001 Sean Bright

Updated configure.in to look for strcoll()
# Woopsie.


# 40f35242 14-Jan-2001 Sean Bright

Added localeconv() function. Operates similarly to localeconv() defined in
locale.h. Should work well under non-ZTS as well as ZTS.


# 30441cda 13-Jan-2001 Stig Venaas

Simplified code a bit, added detailed error reporting, and fixed a bug
when getaddrinfo returned a non-IP family before IP families


1...<<21222324252627282930>>...36