summaryrefslogtreecommitdiff
path: root/suhosin.c
diff options
context:
space:
mode:
authorStefan Esser2012-01-14 18:41:42 +0100
committerStefan Esser2012-01-14 18:41:42 +0100
commit532f09fa4807c864bba7ca8587870904ed77f0af (patch)
tree95284f52daad0d629a367c3069580dc21ddb9ae3 /suhosin.c
parentbaed654dfa7c0e04795307b6567d4141fd6365c3 (diff)
Fix typo
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 e111d55..4fb2b1a 100644
--- a/suhosin.c
+++ b/suhosin.c
@@ -1078,7 +1078,7 @@ PHP_MINIT_FUNCTION(suhosin)
1078#if PHP_MAJOR_VERSION < 5 1078#if PHP_MAJOR_VERSION < 5
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_MINOR_VERSION <= 2
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."); 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