From 532f09fa4807c864bba7ca8587870904ed77f0af Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Sat, 14 Jan 2012 18:41:42 +0100 Subject: Fix typo --- suhosin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'suhosin.c') diff --git a/suhosin.c b/suhosin.c index e111d55..4fb2b1a 100644 --- a/suhosin.c +++ b/suhosin.c @@ -1078,7 +1078,7 @@ PHP_MINIT_FUNCTION(suhosin) #if PHP_MAJOR_VERSION < 5 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 +#if PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION <= 2 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 -- cgit v1.3