diff options
Diffstat (limited to 'suhosin.c')
| -rw-r--r-- | suhosin.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
