History log of /PHP-5.6/configure.in (Results 576 – 600 of 1092)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


Revision tags: php-5.0.0RC4, php-5.0.0
# c18badbf 13-Jul-2004 Andi Gutmans

- 5.0.1-dev


# 399e2ca6 13-Jul-2004 Andi Gutmans

- Roll PHP 5.0.0


Revision tags: php-4.3.8
# 0bdbbd37 07-Jun-2004 Andi Gutmans

- Go back to -dev (Shouldn't need another RC)


Revision tags: php-5.0.0RC3
# 6f471562 07-Jun-2004 Andi Gutmans

- Roll RC3


Revision tags: php-5.0.0RC3RC2
# 02032ccf 03-Jun-2004 Andi Gutmans

- Prepare for RC3RC2


Revision tags: php-4.3.7
# e51105c6 27-May-2004 Andi Gutmans

- Back to RC3-dev until we roll final


Revision tags: php-5.0.0RC3RC1
# 5a9d648f 27-May-2004 Andi Gutmans

- RC3RC1


Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# 87a9f7bd 25-Apr-2004 Andi Gutmans

- RC3-dev


Revision tags: php-5.0.0RC2
# 94c44ea9 25-Apr-2004 Andi Gutmans

- RC2


# 206f0da2 21-Apr-2004 Andi Gutmans

- RC2-dev


Revision tags: php-5.0.0RC2RC2
# 40c20d3d 21-Apr-2004 Andi Gutmans

- Prepare for RC2RC2 (if everything is OK especially Zeev's interface
- patch I'll roll RC2 tomorrow).


# 398b4a2f 19-Apr-2004 Wez Furlong

Add pty support to proc_open() for systems with Unix98 ptys.
# With permission from Andi


Revision tags: php-4.3.6
# 245dd736 14-Apr-2004 Andi Gutmans

- RC2-dev


Revision tags: php-5.0.0RC2RC1
# acc4cd17 14-Apr-2004 Andi Gutmans

- RC2RC1


Revision tags: php-4.3.6RC3
# f1823e58 07-Apr-2004 foobar

Revert the patch to "fix" #27664 and added more informal error msg.


Revision tags: php-4.3.6RC2, php-4.3.6RC1
# 9a04c0f9 26-Mar-2004 Ilia Alshanetsky

Fixed bug #27664 (--disable-cli doesn't force --without-pear).


Revision tags: php-4.3.5, php-4.3.5RC4
# 81400030 18-Mar-2004 Andi Gutmans

- Back to RC2-dev


Revision tags: php-5.0.0RC1
# aac5c1f6 18-Mar-2004 Zeev Suraski

Prepare to roll RC1


Revision tags: php-5.0.0RC1RC2, php-5.0.0RC1RC1
# 1c7d6b22 12-Mar-2004 Sara Golemon

MFB: Test getaddrinfo() for brokenness. Pretend it doesn't exist if it misbehaves.


Revision tags: RELEASE_0_2_0, php-4.3.5RC3
# efe864dc 12-Feb-2004 Andi Gutmans

- We are RC1-dev now


Revision tags: php-5.0.0b4
# 82ad9163 12-Feb-2004 Andi Gutmans

- Roll Beta 4


# 3221aea9 12-Feb-2004 Zeev Suraski

Update configure


1...<<21222324252627282930>>...44