Skip to content
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

Incompatibility with pcs ext. #101

Open
remicollet opened this issue Dec 7, 2015 · 3 comments
Open

Incompatibility with pcs ext. #101

remicollet opened this issue Dec 7, 2015 · 3 comments

Comments

@remicollet
Copy link

Cross bug report,
See flaupretre/pecl-pcs#4

@bef
Copy link
Member

bef commented Dec 9, 2015

@remicollet Please try this:

php-zts -n -d extension=../pecl-pcs/modules/pcs.so -d extension=./modules/suhosin.so -d suhosin.executor.include.whitelist=pcs:// -m

Internally pcs is using its own URI scheme pcs:// and all URI schemes are disabled by default.

@remicollet
Copy link
Author

Yes, this works, no segfault.
Thanks

@bef
Copy link
Member

bef commented Dec 9, 2015

There may still be a bug in either suhosin or pcs. I suspect that pcs does not expect the URI scheme to fail and may need additional error handling code. This will be investigated further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants