diff options
Diffstat (limited to 'network/suhosin/README')
-rw-r--r-- | network/suhosin/README | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/network/suhosin/README b/network/suhosin/README index 373b38219e..f38cc80a40 100644 --- a/network/suhosin/README +++ b/network/suhosin/README @@ -13,12 +13,9 @@ protections. Suhosin is binary compatible with normal PHP installations, which means it is compatible to 3rd party binary extensions like ZendOptimizer. -This package includes only the extention. To enable it after installation, -edit /etc/httpd/php.ini and add a line to 'Dynamic Extensions', like this: +This package includes only the extention. -extension=suhosin.so - -After which the 'php -v' command should list it as loaded. +After installation the 'php -v' command should list it as loaded. For more info try: php -i | grep suhosin |