summaryrefslogtreecommitdiff
path: root/suhosin.c
diff options
context:
space:
mode:
authorStefan Esser2012-01-11 20:10:54 +0100
committerStefan Esser2012-01-11 20:10:54 +0100
commitaac59fe48b07cccf17d208d7bfb740e30936464d (patch)
treea511979b77ae5deb4f4d003d408683c36869da59 /suhosin.c
parentffcf79874214b9b40525524ea5e47ed6a2562556 (diff)
Of course we also do not support PHP 5.0 and 5.1 anymore
Diffstat (limited to 'suhosin.c')
-rw-r--r--suhosin.c2
1 files changed, 1 insertions, 1 deletions
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)
1079 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Suhosin Extension is not designed to run with PHP 4 and below. Erroring Out."); 1079 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Suhosin Extension is not designed to run with PHP 4 and below. Erroring Out.");
1080#endif 1080#endif
1081#if PHP_MAJOR_VERSION == 5 && PHP_MINUR_VERSION <= 2 1081#if PHP_MAJOR_VERSION == 5 && PHP_MINUR_VERSION <= 2
1082 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."); 1082 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.");
1083#endif 1083#endif
1084 1084
1085 return SUCCESS; 1085 return SUCCESS;