mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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