1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/ext
Alex Scott a4acff3e21 Fix bug #78138: opcache.validate_permission incorrectly works with PHAR files
opcache incorrectly handles PHAR files when opcache.validate_permission
option enabled, because it calls

  access("phar://path-to/file.phar/path/inside.php", R_OK);

rather than

  access("path-to/file.phar", R_OK)
2019-07-02 12:25:50 +02:00
..
2019-03-14 17:24:50 +01:00
2018-10-14 19:44:14 +02:00
2019-06-19 12:39:51 +02:00
2018-10-14 19:44:14 +02:00
2019-05-27 17:28:20 -07:00
2019-05-27 17:20:56 -07:00
2019-04-06 19:05:37 -07:00
2019-05-27 16:49:19 -07:00
2018-12-03 00:42:50 -08:00
2019-03-25 16:41:21 +01:00
2019-04-23 12:43:07 +02:00
2019-06-19 16:42:43 +03:00
2019-06-21 16:31:56 +03:00
2018-10-30 00:22:26 +01:00
2019-06-21 15:07:37 +02:00
2019-04-10 13:06:02 +02:00
2019-06-05 16:34:50 +02:00
2018-10-14 19:44:14 +02:00
2019-05-09 12:33:53 +02:00
2018-10-14 19:44:14 +02:00
2019-05-13 03:51:00 +02:00
2019-05-22 11:41:51 +02:00
2019-02-21 16:33:03 +01:00
2019-06-26 16:58:37 +02:00
2018-01-02 12:55:14 +08:00
2018-12-09 19:13:09 +01:00
2019-01-07 01:03:26 -08:00
2018-10-16 18:49:17 +02:00
2019-05-27 17:42:20 +02:00
2018-10-19 00:07:42 +02:00