Skip to content

Commit

Permalink
Of course we also do not support PHP 5.0 and 5.1 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanesser committed Jan 11, 2012
1 parent ffcf798 commit aac59fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suhosin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aac59fe

Please sign in to comment.