1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
Files
archived-php-src/ext
Nikita Popov ee7a8acde9 Fix handling of open_basedir that contains cwd
While resolving the path, the last step will reduce it down to ""
(an empty string) and realpath() will resolve this to getcwd().
If open_basedir contains the CWD, then that means open_basedir
will be bypassed for paths that don't have any components that
exist (if one of the components exists, then we abort the realpath
loop at that point).

Closes GH-7015.
2021-05-20 09:52:21 +02:00
..
2019-12-16 10:32:49 -08:00
2021-02-02 10:31:16 +01:00
2020-08-31 09:32:55 +02:00
2020-10-30 15:47:18 +01:00
2021-05-03 15:19:57 +02:00
2020-10-15 10:16:56 +02:00
2020-02-03 13:41:31 +01:00
2020-10-09 15:24:53 +02:00
2021-04-27 10:10:22 +02:00
2020-07-28 10:27:22 +02:00
2021-03-15 14:38:09 +01:00
2021-03-15 14:38:09 +01:00
2021-02-02 16:46:16 +01:00
2021-04-27 22:22:32 +02:00
2021-05-06 10:46:00 +02:00
2021-03-18 10:48:43 +01:00
2020-10-28 12:18:02 +01:00
2020-05-13 23:25:28 +02:00
2020-11-02 11:39:42 +01:00
2020-08-26 12:11:22 +02:00
2020-08-10 12:25:26 +02:00
2020-01-30 13:06:25 +01:00
2020-10-30 15:47:18 +01:00
2021-04-26 12:09:31 +02:00
2020-02-03 13:41:31 +01:00