mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
fd5ff37db7
Empty string was interpreted as a special value here, which indicates that the default magic database should be used. It makes more sense to use null for this purpose. The documentation also explicitly mentions that null can be used.