mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
bcd3eec44a
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.
2.1 KiB
Executable File
2.1 KiB
Executable File