History log of /PHP-7.3/run-tests.php (Results 51 – 75 of 563)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 06a03401 02-Feb-2017 Nikita Popov

Deprecate each()


# c61daf41 02-Feb-2017 Nikita Popov

Deprecate track_errors / $php_errormsg


Revision tags: php-7.0.16RC1, php-7.1.2RC1
# 543141ae 30-Jan-2017 Rodrigo Prado

removed additional ";" from run-tests.php


Revision tags: php-5.6.30, php-7.0.15
# 527bf4d8 13-Jan-2017 Anatol Belski

Fix test runs with Opcache enabled PHP on top

Writing to the same file, while it's cached, is an issue.


Revision tags: php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1
# 5cee9dfe 22-Nov-2016 Nikita Popov

Add support for "xfail" to phpt SKIPIF sections

If SKIPIF output starts with "xfail" instead of "skip", the test
will be marked as XFAIL with the following message. Example:

Add support for "xfail" to phpt SKIPIF sections

If SKIPIF output starts with "xfail" instead of "skip", the test
will be marked as XFAIL with the following message. Example:

--TEST--
Test xfailif feature
--SKIPIF--
<?php
if (some_cond()) die('xfail Expected to fail!');
?>
--FILE--
...

show more ...


# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 344ef050 30-Nov-2016 Bob Weinand

Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg available


# 28cf4256 27-Nov-2016 Matteo Beccati

Added missing array key to $JUNIT


Revision tags: php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13
# b476d219 05-Nov-2016 Craig Duncan

Fix run-tests.php counting an uncountable


Revision tags: php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1
# 33301d5b 29-Aug-2016 Michele Locati

Add VT100 support for Windows

Fix function names prefix

Use Unicode version of GetFinalPathNameByHandle

Use EG(windows_version_info) instead of RtlGetVersion

Use t

Add VT100 support for Windows

Fix function names prefix

Use Unicode version of GetFinalPathNameByHandle

Use EG(windows_version_info) instead of RtlGetVersion

Use the specified handle_id instead of STD_OUTPUT_HANDLE

Switch from stream name to stream resource

Allow running tests capturing only stdout and/or stderr

Add tests for stream_vt100_support function

Export Win32 console functions

Fix x64 build

Use zend_long instead of long long, use GetConsole instead of GetFinalPathNameByHandleW to check if a handle is a valid console stream

Always use zend_long on any platform

Use _get_osfhandle to determine the standard handle

Accept stream names

Raise warnings in case of invalid stream parameter

Return true if disabling VT100 support on a not-console/redirected stream or on old Windows versions

Remove php_win32_console_os_supports_vt100

Differentiate stdin vs stdout/stderr

Simplify setting flag

Allow avoid piping STDIN

Let stream_vt100_support accept only resources

Fix run-tests

Revert console flags in case of failure

Simplify logic of stream_vt100_support when setting the flag

Return true if succeeded, false otherwise

Drop support for STDIN

More comprehensive tests for stream_vt100_support

Remove old tests

Fix name of included file and use absolute paths

Enable ENABLE_VIRTUAL_TERMINAL_PROCESSING on Windows by default

Remove tests for stream_vt100_support

Split stream_vt100_support into stream_isatty+sapi_windows_vt100_support

Add tests for stream_isatty

Add tests for sapi_windows_vt100_support

Return null from stream_isatty is neither Windows nor Posix

Fallback to S_ISCHR if neither Windows nor Posix

Avoid defining argc since it's only used once

Better comment about php_win32_console_fileno_is_console

Use events instead of cNumberOfEvents

Do not restore previous console mode

We need to restore previous console mode on failing SetConsole calls only for STDIN

Don't configure STDOUT/STDERR on Windows with PHP_CLI_WIN32_NO_CONSOLE

show more ...


# 11e7447e 12-Oct-2016 Bob Weinand

Merge branch 'PHP-7.0' into PHP-7.1

(cherry picked from commit 37ae5f3931b60c55e5004b6da912c4a957bca274)


# 5aae0110 12-Oct-2016 Bob Weinand

Add stdin command and -s command line parameter to phpdbg

This allows reading the initial script file from stdin instead of being forced to put the script into a file in order to run it with

Add stdin command and -s command line parameter to phpdbg

This allows reading the initial script file from stdin instead of being forced to put the script into a file in order to run it with phpdbg.
Especially important for programmatic execution of phpdbg.

Also adding tests/include_once.phpt and tests/set_exception_handler.phpt as I seem to have forgotten to git add them sometime long ago...

show more ...


# 0cc8ff2b 23-Aug-2016 Dmitry Stogov

Run ext/opcache/tests/*.phpt by default


Revision tags: php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38
# ef6d0c8b 12-Jul-2016 Bob Weinand

Fix phpdbg ZTS watchpoint+shutdown sequences & opcache+watchpoints


Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1
# ddf1c089 22-Jun-2016 Nazar Mokrynskyi

Tiny tweak for `$header` initialization, it should always be an array


Revision tags: php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1
# c35bd486 10-May-2016 Derick Rethans

Allow for special case for the opcache zend extension


Revision tags: php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35
# e26dabd8 21-Apr-2016 Eriko Torralba

Update run-tests.php

code style; lack of whitespace


Revision tags: php-5.6.21RC1
# d69fd5d4 15-Apr-2016 Nazar Mokrynskyi

Minor tweaks

Few unused variables removed.
One ambiguous situation resolved.
`join(...)` > `implode(...)`.
One case of 2 `isset()` statements combined together.


Revision tags: php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 53fb2f1e 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# 71c19800 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6
# 25abf2f0 24-Oct-2015 Francois Laupretre

Fix bug #70781 (Extension tests fail on dynamic ext dependency)


# ccf8b54b 10-Nov-2015 Bob Weinand

Use --vex-iropt-precise-memory-exns=yes for valgrind < 3.8.0


Revision tags: php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# 31f2dbc3 11-Oct-2015 Sobak

Drop support for EOL'd PHP versions from run-tests


12345678910>>...23