diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-13 00:38:23 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:38:23 +0200 |
commit | da10dddf46b63f7f9dfd45ca5ca14bd27501d3dc (patch) | |
tree | c834eb531446e1d824de9af77adbc7127439671d /network/suhosin/README | |
parent | 7c7ce215f50fc65d9fa7424f954993b80b0a08cb (diff) | |
download | slackbuilds-da10dddf46b63f7f9dfd45ca5ca14bd27501d3dc.tar.gz |
network/suhosin: Updated for version 0.9.29
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 |