mirror of
https://github.com/php/php-src.git
synced 2026-03-25 00:32:23 +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.