History log of /PHP-5.6/configure.in (Results 851 – 875 of 1092)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8f3ebfe4 09-May-2001 Sascha Schumann

Remove -L/usr/lib/? from PHP_LDFLAGS.


# 128df6ea 08-May-2001 foobar

Fixed: http://www.php.net/bugs.php?id=10733&edit=1


# dd9792bf 06-May-2001 Stig Bakken

use $PHP_LAYOUT, not $libdir, to determine the extension install layout


# 553df412 06-May-2001 Stig Bakken

@Added --with-layout configure option (Stig)
Changed the default php.ini path back to /usr/local/lib. Use
"--with-layout=GNU" for now to get the new behaviour.


Revision tags: php-4.0.5, php-4.0.5RC8
# 6398de5a 23-Apr-2001 foobar

Fixed bugs: #10194, #9177.


Revision tags: php-4.0.5RC7
# fd57b9e1 23-Apr-2001 Rasmus Lerdorf

Uh, weird typo. Wonder when that crept in.


# 39796b76 22-Apr-2001 Stig Bakken

* don't override $libdir and $datadir if they are specified on the
commandline


# 2cf1b8d3 22-Apr-2001 Stig Bakken

* expanded the following constants and made them available in PHP:
DEFAULT_INCLUDE_PATH
PEAR_INSTALL_DIR
PHP_EXTENSION_DIR
PHP_BINDIR
PHP_LIBDIR
PHP_DATADIR

* expanded the following constants and made them available in PHP:
DEFAULT_INCLUDE_PATH
PEAR_INSTALL_DIR
PHP_EXTENSION_DIR
PHP_BINDIR
PHP_LIBDIR
PHP_DATADIR
PHP_SYSCONFDIR
PHP_LOCALSTATEDIR
PHP_CONFIG_FILE_PATH
* no longer generating pear/PEAR.php
* fixed some tests
* some more installer work

show more ...


# 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.


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