History log of /PHP-7.4/run-tests.php (Results 476 – 500 of 629)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d94c98c3 30-Mar-2003 Marcus Boerger

if TEST_PHP_EXECUTABLE=auto then use ./sapi/cli/php


# 56a172cc 28-Mar-2003 Derick Rethans

- Add the exponent to the float modifier


# 485ee391 21-Mar-2003 James Cox

updating for new list


# 0e6fca4f 18-Mar-2003 Stig Bakken

* email address change


# 9f3a46a1 17-Mar-2003 foobar

Be sure we get the correct version..


# 908a942a 17-Mar-2003 foobar

added the version info to be send as-is to buildtest-process


Revision tags: php-4.3.2RC1
# 9a6db15d 08-Mar-2003 Marcus Boerger

summary for selective tests if more than one

# maybe i'll change to present summary only when at least one dir selected


# 3981be30 04-Mar-2003 Marcus Boerger

do not use $GLOBAL[]


# cbb3e6fd 02-Mar-2003 Marcus Boerger

fix problem in current HEAD

# strange why on earth does $GLOBALS['cwd'] produce a warning here?
# however we already have a global declarations so we use it for cwd, too.


# 0799d2db 18-Feb-2003 Derick Rethans

- Add check for proc_open() being available


Revision tags: php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.

show more ...


# e035fe14 15-Feb-2003 Wez Furlong

If a test does not have any data after 60 seconds of waiting, assume that
it died a horrible death and kill it.
This is useful on windows when a message box is popped-up during an automated

If a test does not have any data after 60 seconds of waiting, assume that
it died a horrible death and kill it.
This is useful on windows when a message box is popped-up during an automated
test-run.

show more ...


# db089716 03-Feb-2003 Derick Rethans

- Make VIM highlighting happy


# c4eecf91 01-Feb-2003 Melvyn Sopacua

Make it easier to diff results of several runs in one day.


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 494bec46 26-Jan-2003 Marcus Boerger

Simplify


# a7d10f8a 25-Jan-2003 Marcus Boerger

Bug #21751: Part one never let this happen again...


# c98f4e9f 12-Jan-2003 Jan Lehnardt

- fix typo


# b1fab873 07-Jan-2003 Ilia Alshanetsky

Added a check for availability of PCRE extension needed by test-suite.


Revision tags: php-4.3.0
# e03bccb1 22-Dec-2002 Melvyn Sopacua

Delete some security related env variables


Revision tags: php-4.3.0RC4
# a4d56067 20-Dec-2002 Melvyn Sopacua

MFB: libtool detection


# 8507eb00 17-Dec-2002 Derick Rethans

- Also send reports when there are no failed tests


Revision tags: RELEASE_1_0b3
# 2d894524 12-Dec-2002 Ilia Alshanetsky

Fix a possible E_NOTICE warning message.


# c4342de5 11-Dec-2002 Derick Rethans

- MFB


Revision tags: php-4.3.0RC3
# 30f83207 11-Dec-2002 Ilia Alshanetsky

Ask the user for their e-mail address so that we can contact them if need be.


Revision tags: php-4.3.0RC2, RELEASE_1_0b2
# c7dc6c0e 23-Nov-2002 Marcus Boerger

Move up general tests
# if MFH is needed should be decided by QA team: because the output # sequence changes


1...<<11121314151617181920>>...26