History log of /php-src/run-tests.php (Results 476 – 500 of 820)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 343d958b 12-Sep-2008 Arnaud Le Blanc

MFH: Fix cwd when running tests out of tree with ZTS builds (fixes #45837)

# 163202ac 08-Sep-2008 Arnaud Le Blanc

MFH: run-tests.php: Added %u|b% placeholder, like %unicode|string%, for
array keys in var_dump() output.

# 063ed94f 30-Aug-2008 Marcus Boerger

- MFH Fix -p handling

# 6476e43e 29-Aug-2008 Felix De Vliegher

Added %unicode_string_optional% for differences in output between PHP 5 and 6

# 99d3c317 14-Aug-2008 Jani Taskinen

Silencio for some unnecessary errors

Revision tags: php-4.4.9
# b1511db3 05-Aug-2008 Jani Taskinen

MFH

# 593429aa 02-Aug-2008 Felipe Pena

- MFH: Fixed undefined variable

Revision tags: php-5.3.0alpha1
# 3770038a 25-Jul-2008 Antony Dovgal

fix typo

# 89762bb5 25-Jul-2008 Moriyoshi Koizumi

- MFH: Allow the results of a partial run to be saved when -s option is
explicitly specified.

# 48013172 23-Jul-2008 Lars Strojny

Allowing "%unicode|string%" as a placeholder (backport from HEAD)

# 1fb3313f 22-Jul-2008 Felipe Pena

- MFH: The error level must be E_ALL | E_STRICT.

# 6fc2b092 22-Jul-2008 Steph Fox

MFH Add missing help text

Revision tags: php-4.4.9RC1
# 745e63f6 21-Jul-2008 Jani Taskinen

MFH: Sync with PHP 6.

# 4bc58bc9 21-Jul-2008 Jani Taskinen

- More stupid WS etc fixes. Plus the missing help text place holders for Steph to fill up..

# 24f2ac96 21-Jul-2008 Jani Taskinen

MFH: Stupid WS fixes..Thanks Steph!

# 4cc73804 21-Jul-2008 Hannes Magnusson

Run the tests with E_STRICT again
# Why isn't E_STRICT in E_ALL?

# d619b57e 21-Jul-2008 Hannes Magnusson

MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)

# 2a172dcc 16-Jul-2008 Pierre Joye

- fix the fix

# ae8fcea2 08-Jul-2008 Nuno Lopes

increase pcre.backtrack_limit so that the phpinfo.phpt test passes on my computer.
we should really consider increase the default of this limit.. (but not the recursion one though)

# a9175feb 02-Jul-2008 Olivier Hill

Fix parse error

# 7a98fdc4 02-Jul-2008 Pierre Joye

- MFH: fix make test TESTS=... and dynamic extension usage on windows

# e13bb4c5 24-Jun-2008 Dmitry Stogov

Reverted part of Steph's patch (stdin stream must be closed to make script finish)

# 6d63a0d9 19-Jun-2008 Pierre Joye

- remove debug code

# c1b8065d 19-Jun-2008 Steph Fox

Oops.

# 0af12187 19-Jun-2008 Steph Fox

Two new options for Travis to come to terms with:
- --set-timeout <n> sets the timeout in seconds for the call to stream_select() during system_with_timeout()
- -x sets an environmental varia

Two new options for Travis to come to terms with:
- --set-timeout <n> sets the timeout in seconds for the call to stream_select() during system_with_timeout()
- -x sets an environmental variable, SKIP_SLOW_TESTS, which can be checked for during a SKIPIF clause

and just for a special treat, you can have it from my working branch this time.

show more ...

1...<<11121314151617181920>>...33