Nikita Popov
|
768265cd22
|
Fix some more CLEAN sections
|
2021-09-06 17:03:35 +02:00 |
|
Christoph M. Becker
|
e0ebe56ebf
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Fix #79806: realpath() erroneously resolves link to link
|
2020-07-28 14:00:52 +02:00 |
|
Christoph M. Becker
|
c756f82c02
|
Fix #79806: realpath() erroneously resolves link to link
After resolving reparse points, the path still may be a reparse point;
in that case we have to resolve that reparse point as well.
|
2020-07-28 13:55:22 +02:00 |
|
Christoph M. Becker
|
f02507469d
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Revert "Fix #79806: realpath() erroneously resolves link to link"
|
2020-07-27 17:51:56 +02:00 |
|
Christoph M. Becker
|
1aeff522b8
|
Revert "Fix #79806: realpath() erroneously resolves link to link"
This reverts commit d5b59b4303.
|
2020-07-27 17:50:41 +02:00 |
|
Christoph M. Becker
|
85a26fef11
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Fix #79806: realpath() erroneously resolves link to link
|
2020-07-27 15:10:22 +02:00 |
|
Christoph M. Becker
|
d5b59b4303
|
Fix #79806: realpath() erroneously resolves link to link
After resolving reparse points, the path still may be a reparse point;
in that case we have to resolve that reparse point as well.
|
2020-07-27 15:08:39 +02:00 |
|
Christoph M. Becker
|
7edc5e5e39
|
Fix skip reasons
These tests fail on Windows for different reasons, but not because
symlinks, links, or lstat() would not be supported on Windows
generally.
|
2020-07-10 11:26:48 +02:00 |
|
Nikita Popov
|
0774d67ff9
|
Avoid directory clash in realpath tests
|
2019-04-12 09:57:07 +02:00 |
|
Fabien Villepinte
|
26dfce7f36
|
Replace dirname(__FILE__) by __DIR__ in tests
|
2019-03-15 22:55:30 +01:00 |
|
Xinchen Hui
|
610c7fbe7b
|
Remove executable permission on phpt
|
2012-10-10 10:27:49 +08:00 |
|
Dmitry Stogov
|
5ade84afe4
|
Fixed bug #45835 (include and symlinks)
|
2008-08-18 10:28:17 +00:00 |
|