From aac59fe48b07cccf17d208d7bfb740e30936464d Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Wed, 11 Jan 2012 20:10:54 +0100 Subject: Of course we also do not support PHP 5.0 and 5.1 anymore --- suhosin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suhosin.c b/suhosin.c index a19385a..22c9ddf 100644 --- a/suhosin.c +++ b/suhosin.c @@ -1079,7 +1079,7 @@ PHP_MINIT_FUNCTION(suhosin) php_error_docref(NULL TSRMLS_CC, E_ERROR, "Suhosin Extension is not designed to run with PHP 4 and below. Erroring Out."); #endif #if PHP_MAJOR_VERSION == 5 && PHP_MINUR_VERSION <= 2 - php_error_docref(NULL TSRMLS_CC, E_WARNING, "Suhosin Extension does not officially support PHP 5.2 anymore, because it is discontinued. Use it at your own risk."); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "Suhosin Extension does not officially support PHP 5.2 and below anymore, because it is discontinued. Use it at your own risk."); #endif return SUCCESS; -- cgit v1.3