How to disable extension #200
Answered
by
shivammathur
triangkas
asked this question in
Q&A / Help
-
Hi, I have one question. I installed PHP 5.6 on Mac via shivammathur/php/[email protected] and I want to disable extension soap. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
shivammathur
Mar 5, 2021
Replies: 1 comment 1 reply
-
@triangkas SOAP is not loaded as a shared extension, it is compiled into the php binary so it is not possible to disable it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
triangkas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@triangkas SOAP is not loaded as a shared extension, it is compiled into the php binary so it is not possible to disable it.