1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/win32
Christoph M. Becker bb735c9e9e Fix #78296: is_file fails to detect file
If we're constructing extended-length paths (i.e. paths prefixed with
`\\?\`), we have to replace all forward slashes with backward slashes,
because the former are not supported by Windows for extended-length
paths.

The more efficient and likely cleaner alternative solution would be to
cater to this in `php_win32_ioutil_normalize_path_w()` by always
replacing forward slashes, but that might break existing code.  It
might be sensible to change that for `master`, though.
2019-12-02 11:29:10 +01:00
..
2019-03-18 15:04:09 +01:00
2019-05-09 16:55:35 +02:00
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2018-01-03 14:38:00 +01:00
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2018-01-02 12:57:58 +08:00
2018-01-02 12:57:58 +08:00
2018-01-02 12:57:58 +08:00
2018-01-02 12:57:58 +08:00
2018-11-01 18:35:32 +02:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:08:48 +02:00
2019-03-30 21:28:51 +01:00
2017-11-15 18:03:51 +01:00
2018-11-01 18:35:32 +02:00
2017-07-04 16:21:45 +02:00
2018-07-25 00:53:25 +02:00
2019-04-29 22:09:10 -07:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:08:48 +02:00
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2018-10-13 11:23:20 +02:00
2018-07-25 00:53:25 +02:00
2017-07-04 16:08:48 +02:00
2018-11-01 18:35:32 +02:00