Skip to content

Fix bug GH-11941: soap with session persistence will silently fails when "seession" built as a shared object #14362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2024

Conversation

nielsdos
Copy link
Member

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.

…s when "seession" built as a shared object

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`.
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot be totally sure about SOAP but it looks sensible, session changes are OK

@nielsdos nielsdos merged commit c7797fc into php:master May 29, 2024
11 checks passed
drupol added a commit to loophp/php-src-nix that referenced this pull request May 30, 2024
drupol added a commit to drupol/nixpkgs that referenced this pull request Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

soap with session persistence will silently fails when "seession" built as a shared object
3 participants