Max Kellermann
24b311bdd7
ext/opcache/zend_shared_alloc: rename _register_xlat_entry() params
...
The name "new" happens to be a C++ keyword, which was the my reason to
rethink those names.
The "xlat_table" is not only used to translate pointers for persisting
scripts to shared memory, but is also used to annoate pointers
(e.g. by the JIT to associate an op_array with its jit_extension).
The names "old" and "new" aren't good for that; often, there's nothing
"old" or "new" about them. It's actually a generic lookup table, and
"old" shall be named "key" (which it is called internally already),
and "new" is renamed to simply "value".
2023-01-12 15:14:05 +00:00
..
2022-06-25 07:40:19 +01:00
2022-08-28 08:27:19 +02:00
2022-11-28 17:12:07 +01:00
2022-10-27 14:42:17 +01:00
2022-10-21 18:31:40 +01:00
2023-01-10 15:16:42 +00:00
2022-08-28 08:27:19 +02:00
2022-09-07 17:41:10 +02:00
2022-10-27 14:42:40 +01:00
2022-09-14 11:13:23 +02:00
2022-08-28 08:27:19 +02:00
2023-01-06 11:14:22 +01:00
2022-10-02 21:00:03 +02:00
2022-10-27 14:42:40 +01:00
2022-08-28 08:27:19 +02:00
2023-01-08 12:09:20 +01:00
2022-12-23 16:29:39 +00:00
2022-12-11 17:30:56 +01:00
2022-08-28 08:27:19 +02:00
2022-12-13 23:48:48 +00:00
2023-01-10 14:19:03 +00:00
2023-01-10 14:19:03 +00:00
2022-12-16 14:38:09 +01:00
2022-11-22 17:12:53 +00:00
2023-01-11 17:08:27 +02:00
2022-12-09 16:10:36 +01:00
2023-01-10 14:19:03 +00:00
2023-01-10 14:19:03 +00:00
2022-09-06 10:42:34 +01:00
2023-01-12 15:14:05 +00:00
2023-01-10 14:19:03 +00:00
2022-11-13 11:10:10 +01:00
2023-01-10 14:19:03 +00:00
2022-12-18 23:21:30 -07:00
2022-09-06 08:48:22 +02:00
2022-11-30 12:13:36 +01:00
2022-09-06 08:48:22 +02:00
2022-11-11 19:46:16 +01:00
2022-10-19 11:37:30 +02:00
2023-01-10 14:19:03 +00:00
2022-12-19 16:17:02 +01:00
2023-01-10 14:19:03 +00:00
2023-01-10 14:19:03 +00:00
2023-01-10 15:03:11 +00:00
2022-08-28 08:27:19 +02:00
2023-01-10 18:46:57 +01:00
2022-09-06 08:48:22 +02:00
2022-11-17 16:20:27 +01:00
2022-11-15 19:36:38 +01:00
2023-01-10 14:19:03 +00:00
2023-01-07 03:08:13 +00:00
2022-09-07 17:41:10 +02:00
2022-09-14 11:13:23 +02:00
2023-01-10 14:19:03 +00:00
2023-01-10 14:19:03 +00:00
2022-11-28 17:12:07 +01:00
2023-01-10 14:19:03 +00:00
2022-12-06 16:01:24 +01:00
2023-01-12 15:12:45 +00:00
2023-01-10 14:19:03 +00:00
2022-09-14 11:13:23 +02:00
2022-09-14 11:13:23 +02:00
2022-09-06 10:33:34 +01:00
2022-10-27 14:42:17 +01:00
2022-10-12 11:42:24 +02:00
2022-10-27 14:42:40 +01:00
2022-09-14 11:13:23 +02:00
2022-09-14 11:13:23 +02:00
2022-12-29 23:17:02 +01:00
2022-09-26 23:13:31 +02:00
2022-09-14 23:55:46 +02:00