I'm not familiar with Suhosin (never used it) but if possible I need to check using PHP whether it is installed. This is for part of an installer that I'm writing. Thanks.
|
feedback
|
|
I found only that there is the way to determine it - to put phpinfo() output to variable and to check Suhosin keywords:
| |||
|
feedback
|
PHP docs for If the extension doesn't load, it may still be available through
| |||||
feedback
|
|
You can test if a configuration open is set for Suhosin:
| |||||
feedback
|
|
simply write a php file in your document root like | |||
|
feedback
|