mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
c7797fc8c0
This adds an optional dependency on the session extension and adds the necessary APIs to make the functionality work with lazy binding. This can be tested by configuring PHP with `--enable-session=shared` and `--enable-soap=shared` and running the test suite, in particular the buggy behaviour can be observed by the existing test `server009.phpt`.