mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
Not a fatal error.
This commit is contained in:
parent
25aeeb5e25
commit
5c32e974aa
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user