mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
There is not much point in having two distinct file mappings; since the info mapping is very small and of fixed size, we can put it at the beginning of a single mapping. Besides the obvious resource savings, that also simplifies the error handling. Closes GH-8648.