Niels Dossche
ec4939b170
Fix incorrect check in phar tar parsing
...
The entry.flags was used to check whether the entry has the directory
flag. The flags however were masked to only contain the permissions. We
need to check the mode, before the permission masking, instead of the
flags to check whether it is a directory.
Closes GH-10464
Signed-off-by: George Peter Banyard <girgias@php.net >
2023-01-29 17:14:12 +00:00
..
2022-06-25 07:39:55 +01:00
2022-06-18 11:50:14 +02:00
2022-06-17 19:52:44 -04:00
2023-01-19 18:48:03 +00:00
2022-07-27 12:13:32 +02:00
2022-05-06 15:25:44 +02:00
2022-10-27 14:39:43 +01:00
2022-04-20 16:42:09 +02:00
2023-01-24 09:15:03 +03:00
2022-09-25 20:43:31 +02:00
2022-10-27 14:39:43 +01:00
2021-11-17 10:56:27 +01:00
2022-10-24 15:02:05 +02:00
2022-09-13 11:33:09 +01:00
2023-01-17 14:14:12 +00:00
2022-04-25 14:29:44 +02:00
2022-08-12 16:24:30 +02:00
2023-01-09 14:08:40 +01:00
2022-03-31 14:31:17 +02:00
2022-12-16 14:36:30 +01:00
2022-08-25 15:11:41 +02:00
2023-01-06 14:09:43 +02:00
2022-12-08 14:23:33 +01:00
2022-10-27 18:31:38 +01:00
2022-09-27 23:32:15 +02:00
2022-06-13 14:43:51 +02:00
2023-01-27 19:33:58 +01:00
2023-01-23 13:50:49 +00:00
2022-11-13 10:57:58 +01:00
2022-08-31 14:22:44 +02:00
2022-12-18 23:20:29 -07:00
2022-08-26 14:59:08 +02:00
2022-11-30 12:11:42 +01:00
2022-05-03 12:43:14 +02:00
2022-11-11 19:46:16 +01:00
2022-06-13 14:43:51 +02:00
2022-09-05 17:26:13 +02:00
2022-12-19 16:14:00 +01:00
2022-06-06 12:21:25 +02:00
2023-01-29 17:14:12 +00:00
2023-01-02 16:54:47 +00:00
2022-09-08 10:44:13 +02:00
2022-11-15 12:27:44 +00:00
2021-12-22 12:35:59 +01:00
2021-12-05 21:03:27 +01:00
2022-10-13 16:00:36 +02:00
2022-10-01 11:23:34 +02:00
2023-01-20 16:40:15 +01:00
2022-12-06 15:59:52 +01:00
2023-01-25 00:08:28 +00:00
2022-05-09 14:05:57 +02:00
2022-10-27 14:39:43 +01:00
2022-10-27 14:39:43 +01:00
2023-01-15 15:34:43 +00:00
2022-06-20 18:46:17 +02:00
2022-06-15 15:39:00 +02:00
2022-06-25 07:39:55 +01:00