Guillaume Outters
bcd3eec44a
Fix bug #65106 : PHP fails to compile ext/fileinfo
...
Make data_file.c's generator output its array initialization
"by list of strings", instead of "by list of chars": that makes the compiler
happier.
Use strtr() with a precomputed map, instead of a loop over ord(),
to generate in 1/100th the time.
Avoids ambiguous 0x tokens (as specified in C standards), by using octal.
Closes GH-10422.
2024-03-22 15:00:15 +01:00
..
2024-02-18 11:39:00 +01:00
2024-03-13 23:32:35 +01:00
2024-02-18 11:39:00 +01:00
2024-03-08 22:19:06 +01:00
2024-02-18 11:39:00 +01:00
2024-03-19 22:36:33 +00:00
2024-03-18 16:38:30 +00:00
2024-02-18 11:39:00 +01:00
2024-02-25 08:41:31 +01:00
2024-03-20 19:03:09 +01:00
2024-03-13 09:30:33 +01:00
2024-02-18 11:39:00 +01:00
2024-03-01 19:31:55 +01:00
2024-03-22 15:00:15 +01:00
2024-02-18 11:39:00 +01:00
2024-02-25 08:41:31 +01:00
2024-03-18 11:59:34 +01:00
2024-03-13 20:33:47 +00:00
2024-03-18 16:08:23 +01:00
2024-03-09 20:02:50 +01:00
2024-03-18 06:53:39 +00:00
2024-03-16 07:26:37 +01:00
2024-02-25 08:41:31 +01:00
2024-02-25 08:41:31 +01:00
2024-03-17 18:24:40 +01:00
2024-03-20 17:25:19 +01:00
2024-03-16 07:26:37 +01:00
2024-03-22 11:32:23 +01:00
2024-03-01 20:40:16 +01:00
2024-03-20 13:49:21 +03:00
2024-03-10 15:15:40 +01:00
2024-02-25 08:41:31 +01:00
2024-03-10 13:15:15 +01:00
2024-03-16 07:26:37 +01:00
2024-02-18 11:39:00 +01:00
2024-02-18 11:39:00 +01:00
2024-03-15 20:33:59 +01:00
2024-02-18 11:39:00 +01:00
2024-03-18 23:07:41 +00:00
2024-03-17 22:27:09 +01:00
2024-03-01 20:40:16 +01:00
2024-03-16 07:26:37 +01:00
2024-03-15 21:18:05 +01:00
2024-03-20 09:41:01 +01:00
2024-02-18 11:39:00 +01:00
2024-03-13 23:32:35 +01:00
2024-03-18 16:08:23 +01:00
2024-02-25 08:41:31 +01:00
2024-03-09 16:56:00 +01:00
2024-02-18 11:39:00 +01:00
2024-02-25 08:41:31 +01:00
2024-02-18 18:01:12 +01:00
2024-03-17 21:44:22 +00:00
2024-02-25 08:41:31 +01:00
2024-03-17 23:08:58 +00:00
2024-03-16 07:26:37 +01:00
2024-03-22 13:57:43 +00:00
2024-02-18 11:39:00 +01:00
2024-02-22 15:48:12 +01:00
2024-02-18 11:39:00 +01:00
2024-02-25 08:41:31 +01:00
2024-02-18 11:39:00 +01:00
2024-02-27 21:49:47 +01:00
2024-03-16 07:26:37 +01:00
2024-02-25 08:41:31 +01:00
2024-03-20 19:03:09 +01:00
2024-03-18 22:06:17 +01:00
2024-02-25 08:41:31 +01:00
2024-03-05 10:13:57 +01:00