#
53763e14 |
| 17-Mar-2023 |
Arnaud Le Blanc |
Remove xfail from tests that do not fail anymore (#10871)
|
#
c12141c8 |
| 20-May-2022 |
Arnaud Le Blanc |
Reduce the scope of XFAIL (#8592)
|
#
c88dc44a |
| 20-May-2022 |
Arnaud Le Blanc |
Revert "XFAIL tests (GH-8588)" This reverts commit f2ac4f206a5c68d9a25c352e6eb830bc942bc130.
|
#
f2ac4f20 |
| 20-May-2022 |
Arnaud Le Blanc |
XFAIL tests (GH-8588)
|
#
e9f783fc |
| 01-Apr-2021 |
Max Semenik |
Migrate skip checks to --EXTENSIONS--, p3 For rationale, see #6787 Extensions migrated in part 3: * ftp * gmp * iconv * opcache * shmop
|
#
59c3ddab |
| 10-Dec-2019 |
Nikita Popov |
Remove support for preloading on Windows Due to ASLR restrictions, preloading on Windows does not work with any code that has preloading dependencies on internal classes. This effect
Remove support for preloading on Windows Due to ASLR restrictions, preloading on Windows does not work with any code that has preloading dependencies on internal classes. This effectively makes it unusable for any non-trivial codebase. Instead of pretending like preloading is going to work, only to make people realize that it really doesn't once they get beyond a dummy example, we disable support for preloading on Windows entirely. Closes GH-4999.
show more ...
|
Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2 |
|
#
0f29fb5c |
| 24-Jun-2019 |
Dmitry Stogov |
Fixed bug 78175 (Preloading must store default values of static variables and properties)
|