mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
ec50b178f1
The spl dependency is configured so the spl_autoload_register is available when session_start() is used, meaning the spl extension needs to be loaded before the session. It is marked as optional to be more explicit as spl is not directly used nor required in the session extension.