mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
bc8028654c
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
8 lines
298 B
Text
8 lines
298 B
Text
Suhosin (pronounced 'su-ho-shin') is an advanced protection system
|
|
for PHP installations. It was designed to protect servers and users
|
|
from known and unknown flaws in PHP applications and the PHP core.
|
|
|
|
You need to modify php.ini manually and add this line:
|
|
extension=suhosin.so
|
|
|
|
and restart HTTPD
|