History log of /PHP-5.5/configure.in (Results 501 – 525 of 1039)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_2_1, RELEASE_0_2
# 066d1b4d 07-Feb-2005 foobar

- Fixed bug #31858 (--disable-cli does not force --without-pear)


# 39b75696 20-Jan-2005 foobar

- Removed obsolete AC_PROG_RANLIB (AC_PROG_LIBTOOL does it)
- configure --help output cleanup for --with-libdir


# 6faa433d 19-Jan-2005 foobar

- Fix the pic patch


# 93181062 10-Jan-2005 foobar

- The pic/no-pic patch by Joe Orton.


# a139dbf9 09-Jan-2005 foobar

- Fix outside-source-tree builds. Always include generated header files
with #include <some_header.h> to make sure the correct file is used.


# 7a3d9add 07-Jan-2005 foobar

- Make sure $host_alias is never empty


# 69eec3f3 30-Dec-2004 foobar

MFB_4_3: Quote macro names in AC_DEFUN()


# 20fce0ba 21-Dec-2004 foobar

- Use correct header files (in c99 compliant way). uint32_t is preferred.


# 4157e50c 20-Dec-2004 foobar

Better fix for endian compile problems.


# eb0c45d5 16-Dec-2004 foobar

- Fixed compile error with HP-UX using GCC.


Revision tags: php-5.0.3, php-4.3.10
# c0edc48a 14-Dec-2004 Derick Rethans

- MFH: Fixed compile error related to bug #28605.
#- But it does not *fix* bug #28605.


# d10b86f8 12-Dec-2004 Wez Furlong

Add stream_socket_pair(), a streams based version of socketpair().
Modified patch from Vincent [six at t0x dot net]


Revision tags: SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# 48b11896 06-Dec-2004 Derick Rethans

- MF43: Install the iconv extension headers to <installpath>/ext/iconv so that
external extensions can use them.


Revision tags: php-5.0.3RC1, php-4.3.10RC1
# 61364b5b 15-Nov-2004 Derick Rethans

- MFH4.3: Cleaned up some of the locale mess:
* all internal use of sprintf, snprintf and the like will always
use the . as thousands seperator (if php.h is included only!).
* ech

- MFH4.3: Cleaned up some of the locale mess:
* all internal use of sprintf, snprintf and the like will always
use the . as thousands seperator (if php.h is included only!).
* echo, printf() and sprintf() always render locale-aware
* added the %F modifier for non-locale aware rendering for floats

show more ...


# 59651c4e 03-Nov-2004 Derick Rethans

- Fixed bug #30630: Added a BSD based strtod function that is
locale-independent. (PHP part)


# ae78d7d4 03-Nov-2004 Moriyoshi Koizumi

- Checks for Darwin'ish systems that uses Mach-O, which apparently doesn't
support weak symbol aliasing at this time.


# 557cda47 03-Nov-2004 Joe Orton

Core changes to support multi-ABI platforms with libraries in
/usr/lib64 rather than /usr/lib.

* configure.in: Add --with-libdir flag; define PHP_LIBDIR.

* acinclude.m4 (PHP_REM

Core changes to support multi-ABI platforms with libraries in
/usr/lib64 rather than /usr/lib.

* configure.in: Add --with-libdir flag; define PHP_LIBDIR.

* acinclude.m4 (PHP_REMOVE_USR_LIB, PHP_RUNPATH_SWITCH,
PHP_ADD_LIBPATH): Check for /usr/$PHP_LIBDIR rather than /usr/lib.
(PHP_SETUP_OPENSSL, PHP_SETUP_ICONV): Use /path/to/$PHP_LIBDIR in
place of /path/to/lib.

show more ...


Revision tags: PRE_NEW_VM_GEN_PATCH
# 1fc379a7 22-Oct-2004 Edin Kadribasic

Revert Linux LFS patch


# 7f7ce475 21-Oct-2004 Edin Kadribasic

MFB: Linux LFS support, fixes 27792


# 2f598533 01-Oct-2004 Marcus Boerger

- Add makefile fragment which simplifies working on the executer


# 8f1a327e 29-Sep-2004 Sterling Hughes

Add strptime function.


# 64f31205 26-Sep-2004 Wez Furlong

Finalize fix for #30057


Revision tags: php-5.0.2, php-4.3.9
# 99e290f8 17-Sep-2004 Wez Furlong

Fix for Bug #24189: possibly unsafe select(2) usage.
We avoid the problem by using poll(2).

On systems without poll(2) (older bsd-ish systems, and win32), we emulate
poll(2) using se

Fix for Bug #24189: possibly unsafe select(2) usage.
We avoid the problem by using poll(2).

On systems without poll(2) (older bsd-ish systems, and win32), we emulate
poll(2) using select(2) and check for valid descriptors before attempting
to access them via the descriptor sets.

If an out-of-range descriptor is detected, an E_WARNING is raised suggesting
that PHP should be recompiled with a larger FD_SETSIZE (and also with a
suggested value).

Most uses of select(2) in the source are to poll a single descriptor, so
a couple of handy wrapper functions have been added to make this easier.

A configure option --enable-fd-setsize has been added to both the unix and
win32 builds; on unix we default to 16384 and on windows we default to 256.
Windows FD_SETSIZE imposes a limit on the maximum number of descriptors that
can be select()ed at once, whereas the unix FD_SETSIZE limit is based on the
highest numbered descriptor; 256 should be plenty for PHP scripts under windows
(the default OS setting is 64).

The win32 specific parts are untested; will do that now.

show more ...


Revision tags: php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 4162f81c 21-Jul-2004 Edin Kadribasic

HEAD is 5.1.0-dev now


Revision tags: RELEASE_0_1
# ed682e57 18-Jul-2004 Wez Furlong

Implement extension load-order deps.


1...<<21222324252627282930>>...42