diff options
| author | Stefan Esser | 2012-01-11 20:10:54 +0100 |
|---|---|---|
| committer | Stefan Esser | 2012-01-11 20:10:54 +0100 |
| commit | aac59fe48b07cccf17d208d7bfb740e30936464d (patch) | |
| tree | a511979b77ae5deb4f4d003d408683c36869da59 /suhosin.c | |
| parent | ffcf79874214b9b40525524ea5e47ed6a2562556 (diff) | |
Of course we also do not support PHP 5.0 and 5.1 anymore
Diffstat (limited to '')
| -rw-r--r-- | suhosin.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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; |
