1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
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-03-13 23:32:35 +01:00
2024-03-19 22:36:33 +00:00
2024-03-13 09:30:33 +01:00
2024-03-18 11:59:34 +01:00
2024-03-22 11:32:23 +01:00
2024-03-20 13:49:21 +03:00
2024-03-10 15:15:40 +01:00
2024-03-10 13:15:15 +01:00
2024-03-15 20:33:59 +01:00
2024-02-27 21:49:47 +01:00
2024-03-05 10:13:57 +01:00