Not a fatal error.

This commit is contained in:
Ilia Alshanetsky 2005-12-29 21:59:39 +00:00
parent 25aeeb5e25
commit 5c32e974aa

View File

@ -3402,7 +3402,7 @@ PHP_FUNCTION(imagepsextendfont)
T1_DeleteAllSizes(*f_ind);
if (Z_DVAL_PP(ext) <= 0) {
php_error_docref(NULL TSRMLS_CC, E_ERROR, "Second parameter %f out of range (must be > 0)", Z_DVAL_PP(ext));
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second parameter %f out of range (must be > 0)", Z_DVAL_PP(ext));
RETURN_FALSE;
}