History log of /PHP-8.4/run-tests.php (Results 226 – 250 of 784)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.1.23, php-7.2.11, php-7.3.0RC3, php-7.1.23RC1, php-7.2.11RC1, php-7.3.0RC2, php-5.6.38, php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32
# 98b01a14 08-Sep-2018 Gabriel Caruso

Use combined assignment contanation operator


# 02294f0c 29-Aug-2018 Peter Kokot

Make PHP development tools files and scripts executable

This patch makes several scripts and PHP development tools files
executable and adds more proper shebangs to the PHP scripts.

Make PHP development tools files and scripts executable

This patch makes several scripts and PHP development tools files
executable and adds more proper shebangs to the PHP scripts.

The `#!/usr/bin/env php` shebang provides running the script via
`./script.php` and uses env to find PHP script location on the system.
At the same time it still provides running the script with a user
defined PHP location using `php script.php`.

show more ...


Revision tags: php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2
# 84b195d9 10-Aug-2018 Gabriel Caruso

Fix some misspellings


# 0e0019f6 03-Aug-2018 Gabriel Caruso

Remove superfluous checks of always available functions


Revision tags: php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8
# c7d1c14b 09-Jul-2018 Gabriel Caruso

Small tweaks to php scripts


Revision tags: php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3
# 1deda932 27-Jun-2018 Dusta

Update Coding style


# da82719f 24-Jun-2018 Dusta

Update http to https


Revision tags: php-7.3.0alpha2, php-7.1.19, php-7.2.7
# 4ac531af 13-Jun-2018 Nat Zimmermann

Revert braces inside condition


# 3c3ef6dd 09-Jun-2018 Nat Zimmermann

Use .= where possible


# 1b767ac2 09-Jun-2018 Nat Zimmermann

Remove unncecessary parantheses


# e5043d06 09-Jun-2018 Nat Zimmermann

Remove unused variable old_php


# a91d5a81 09-Jun-2018 Nat Zimmermann

Fix property name


Revision tags: php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1
# 35302c22 31-May-2018 Anatol Belski

Use hrtime() for timing tests


# af01ef87 27-May-2018 Peter Kokot

Remove unused binary_pipes option

Option binary_pipes was added in PHP 6 which was then refactored
and this option was removed.


Revision tags: php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28
# 543cab8a 27-Feb-2018 Gabriel Caruso

Small improvements to run-tests

* substr instead of preg_match
* cast instead of settype
* remove $borked and check if $bork_info isn't null to report borked
tests
* remove s

Small improvements to run-tests

* substr instead of preg_match
* cast instead of settype
* remove $borked and check if $bork_info isn't null to report borked
tests
* remove some error control operators

show more ...


# f46da1da 19-Mar-2018 Stanislav Malyshev

Set tests exit status by defaul - also in other instance.


# f19c94b5 18-Mar-2018 Stanislav Malyshev

Set tests exit status by default.

Use REPORT_EXIT_STATUS=0 or REPORT_EXIT_STATUS=no to prevent it.

Based on discussion in https://www.mail-archive.com/internals@lists.php.net/msg941

Set tests exit status by default.

Use REPORT_EXIT_STATUS=0 or REPORT_EXIT_STATUS=no to prevent it.

Based on discussion in https://www.mail-archive.com/internals@lists.php.net/msg94141.html

show more ...


# 0fe76360 02-Mar-2018 Joe Watkins

correct condition for leaks in run-tests.php


# 03f15f70 02-Mar-2018 Joe Watkins

add ability to show valgrind output with --show-mem


# b895690d 20-Feb-2018 Gabriel Caruso

remove support for string|unicode in tests


# ba8cd2f4 20-Feb-2018 Michael Wallner

[ci skip] run-tests.php: add missing put section


# 377f3463 20-Feb-2018 Anatol Belski

Fix conjugation


# d4999ad8 19-Feb-2018 Gabriel Caruso

Report unknown sections in run-tests.php


# ea4401c1 14-Feb-2018 Gabriel Caruso

Better error message when fail to find test file


Revision tags: php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2, php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27
# a6519d05 02-Jan-2018 Xinchen Hui

year++


12345678910>>...32